...
- A form field element template should be wrapped under a div with "form-cell" class.
${elementMetaData!} need to put in the ".form-cell" div. It is used by Form Builder.
- A useable field element template must handle the following states of a field.
- Has errors
- Readonly
- Readonly and needed to display as label
- Normal display
Tutorials
- Guideline for developing a plugin
- File Upload Form Element Integrated with Amazon S3
- How to develop a Mood Rating Form FieldNot available right now
Related Community Plugins
- Check Box
org.joget.apps.form.lib.CheckBox (wflow-core) - Custom HTML
org.joget.apps.form.lib.CustomHTML (wflow-core) - Date Picker
org.joget.apps.form.lib.DatePicker (wflow-core) - File Upload
org.joget.apps.form.lib.FileUpload (wflow-core) - Grid
org.joget.apps.form.lib.Grid (wflow-core) - Hidden Field
org.joget.apps.form.lib.HiddenField (wflow-core) - Id Generator Field
org.joget.apps.form.lib.IdGeneratorField (wflow-core) - Password Field
org.joget.apps.form.lib.PasswordField (wflow-core) - Radio Button
org.joget.apps.form.lib.Radio (wflow-core) - Select Box
org.joget.apps.form.lib.SelectBox (wflow-core) - Subform
org.joget.apps.form.lib.SubForm (wflow-core) - Text Area
org.joget.apps.form.lib.TextArea (wflow-core) - Text Field
org.joget.apps.form.lib.TextField (wflow-core)Not available right now