UI customization improves engagement by providing clear calls to action and reducing page clutter. These attributes modify button labels and form visibility.
Customize Button Text
The elc_button_text attribute overrides the label on the submit button. The default label is configured as Submit Form within the Input & Customization panel.
1. Identify the desired button label.
2. Assign the text as a value to the attribute.
3. Example: [fluentform id="1" elc_button_text="Resubmit the form"]
Implement Collapsible Forms
The elc_collapsible attribute wraps the form in a toggleable element.
1. To use the default View form label, include the attribute without a value: [fluentform id="1" elc_collapsible].
2. To use a custom label, assign a value: [fluentform id="1" elc_collapsible="Click to view the form"].
3. The system will display the provided text as the bolded toggle label.
These organizational changes prepare the form for advanced logic regarding functional states.