Hi,
I´ve created a marketing form with a subscription list marked as required.
However if I try to submit the form without checking the subscription list nothing happens at first, no submission and no alert that the subscription list is a required field. Sometimes the alert that the subscription list is a required field pops-up randomly with a delay.
The other required fields such as First Name & Last Name for example work perfectly fine, the alert message instantly pops up if I try to submit the form without input text.
Anyone experienced this before?
Thanks
Nya thanks! Do you have a sample code for this scenario by any chance, since I need some subscription lists to be required..
Thanks!
Hi,
If the issue has been solved, it would be appreciated if you could click "Yes" to verify my answer.
If there is any further doubt, please do not hesitate to let me know.
That makes sense! Thank you!
Hi,
When we say a field required, we only need it to contain a value when submitted.
For a checkbox, the value is 1 when it is checked and 0 when it is unchecked, there is no case where the value is not filled in, nor is it null if it is not checked.
Also unless you use some JS to fix this checkbox tick, setting Required alone won't do the job you need.
André Arnaud de Cal...
291,979
Super User 2025 Season 1
Martin Dráb
230,848
Most Valuable Professional
nmaenpaa
101,156