Hi everyone, I have used ChronoForms to make two forms that have required fields, but as they save data in the same table, I want them to join in one only form, keeping their own required fields. It's like an OR function, you can fill the fields from the first original form, the fields from the second, or all the fields to submit the form. For example:
Form 1 has field1, field2 and field3. (All required)
Form 2 has field4, field5 and field6. (All required)
Form 3 has field1, field2, field3, field4, field5 and field6, and you can submit the form if you have filled at least the first three ones or the last three ones.
Is it possible? I hope I've explained well enough.
Thanks for your help.
Form 1 has field1, field2 and field3. (All required)
Form 2 has field4, field5 and field6. (All required)
Form 3 has field1, field2, field3, field4, field5 and field6, and you can submit the form if you have filled at least the first three ones or the last three ones.
Is it possible? I hope I've explained well enough.
Thanks for your help.
Hi,
If I understand it correctly then you can do this validation using "Custom server side validation", not the normal js validation.
Regards,
Max
If I understand it correctly then you can do this validation using "Custom server side validation", not the normal js validation.
Regards,
Max
This topic is locked and no more replies can be posted.