I use the LFForm.hideFields function to hide a list of fields in Javascript in the Forms New Designer.
example: LFForm.hideFields({ fieldId: 122 });
I don't see the option to "Save data when hidden" - it defaults to "Ignore data when hidden"
Is there an option to the function to "Save data when hidden"?
I know I can set it but using the forms rules but I like to keep the rules to a minimum to keep it readable.