Hello,
I am sending the values from my form via API.
Depending on user path inside the form, some field will be asked, some will not.
For the fields that are not asked, I would like to send a default value.
I have tried to use the conditional logic (in value), but when the field is not filled by the user, It still sends an empty value.
Exemple : [if 230 equals="Complet"][47 show="value"][/if 230][if 230 equals="Simple"]15[/if 230]
I think the second condition is not working because the first one is false.
Any idea ? :think:
Thanks