Hi,
Some fields of one of my form use conditional logic and are only displayed if a checkbox is selected.
If the checkbox is not selected, they are not displayed, ok. But in this case, is it possible to attribute a value to these fields (like values of other fields from this form), in order to submit them?
In my case, It's about shipping and invoicing information. If shipping and invoicing information are the same, invoicing information (which is not display then) must be filled with shipping information when the form is submitted.
Thank you for your help!