Hi,
I need a field 'phone' which is required when a checkbox "Call back" is active. If 'Call back' isn't active, the field shall not required but available and can optional be filled out.
How can I do this?
Peter
I need a field 'phone' which is required when a checkbox "Call back" is active. If 'Call back' isn't active, the field shall not required but available and can optional be filled out.
How can I do this?
Peter
Hi Peter,
I think that the only way to do that is with a Custom Validation - I'd probably add it on the phone input element.
Bob
I think that the only way to do that is with a Custom Validation - I'd probably add it on the phone input element.
Bob
Hi,
This feature is available in the new v6, you can install it beside v5 and give it a try.
Best regards,
Max
This feature is available in the new v6, you can install it beside v5 and give it a try.
Best regards,
Max
Hi Max,
thank you.
I was testing V6 and this feature is available. But I do not understand, how to do the valiadation. There is only a text field and no documentation.
Peter
thank you.
I was testing V6 and this feature is available. But I do not understand, how to do the valiadation. There is only a text field and no documentation.
Peter
Hi Peter,
In v6, inside the "Checkbox" settings, under "Events", add 2 events, when "Checked", "enable validation", then use the "yes/no" field name, and when "unchecked", "disable validation", "yes/no" field name.
The "yes/no" field is what type of field ? if its a "dropdown" then in the "validation" use this:
required:This field is required
Best regards,
Max
In v6, inside the "Checkbox" settings, under "Events", add 2 events, when "Checked", "enable validation", then use the "yes/no" field name, and when "unchecked", "disable validation", "yes/no" field name.
The "yes/no" field is what type of field ? if its a "dropdown" then in the "validation" use this:
required:This field is required
Best regards,
Max
hi Max,
yes, this point is clear for me. But I do not understand how to validate the text field "phone". There is only a text field
Regards
Peter
yes, this point is clear for me. But I do not understand how to validate the text field "phone". There is only a text field
Regards
Peter
In that field just write this:
required:please provide your phone number!
Hi Peter,
Unfortunately not yet, because its only few days old, hopefully some docs will be available soon.
But the work flow is the same as v5, apart of some different settings.
Best regards,
Max
Unfortunately not yet, because its only few days old, hopefully some docs will be available soon.
But the work flow is the same as v5, apart of some different settings.
Best regards,
Max
This topic is locked and no more replies can be posted.