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.
- Identify the desired button label.
- Assign the text as a value to the attribute.
- Example:
[fluentform id="1" elc_button_text="Resubmit the form"]
Implement Collapsible Forms #
The elc_collapsible attribute wraps the form in a toggleable element.
- To use the default View form label, include the attribute without a value:
[fluentform id="1" elc_collapsible]. - To use a custom label, assign a value:
[fluentform id="1" elc_collapsible="Click to view the form"]. - The system will display the provided text as the bolded toggle label.
These organizational changes prepare the form for advanced logic regarding functional states.