You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,13 @@ Boolean fields do not take additional options, only true or false:
83
83
{!! RootForms::confirm('terms_agreement', 'Have you read the terms & conditions?', old('terms_agreement')) !!}
84
84
```
85
85
86
+
If you need to set some help text, for example to let users know what data can be entered into a field, the `hint()` method can be called before the field.
87
+
88
+
```blade
89
+
{!! RootForms::hint('Files must be png, jpg or gif. Files cannot exceed 2mb in size.') !!}
The package templates are built for Bootstrap v4. If you wish to customise these and use your own styling and classes the views can be published using artisan:
0 commit comments