As a feature enhancement, please consider:
(1) Offer subroutines within the deluge script. This would allow sets of hide/show/enable/disable and any other form statements to be coded and maintained only once, yet re-used within the script. Such as:
- if checkbox_a = true
- {
- sub_hide_fieldset_1;
- sub_show_fieldset_5;
- sub_show_fieldset_6;
- other....
- }
We are aware of custom functions, but they do not offer form controls such as hide/show/enable/disable, or the ability to change the text displayed in a "Plain text" (form label) field type.
We are aware of the "Automation" feature. It could do the job in some cases, but other times the greater flexibility of standard scripting is needed.
(2) Offer "hide All Fields" and "show All Fields" as Deluge statements.
- This would help in cases where you have various field mixes and you need to start again clean for the new mix.
- And, when fields are added to the form, that part of the script would not need to be modified.
I may have missed something so any comments appreciated.
Thank you!