No component selected
Select a component to configure
Write custom JavaScript to add dynamic behavior to your form.
Use this.getField('fieldName')
to access form fields.
this.getField('name')
- Get field valuethis.setField('name', value)
- Set field valuethis.hideField('name')
- Hide fieldthis.showField('name')
- Show fieldthis.disableField('name')
- Disable fieldthis.enableField('name')
- Enable fieldthis.validateField('name')
- Trigger field validationthis.getAllFieldValues()
- Get all form values
Add custom styles to enhance your form appearance. Use .form-container
to target the form.
.form-container
- Main form wrapper.form-field
- Individual form fields.form-field[data-name="fieldName"]
- Specific field.form-section
- Form sections.form-submit
- Submit button.info-display
- Info display componentsConfigure when your custom scripts should run.
Are you sure you want to leave? Your changes will be lost.