Hi,
I have a multiplier set of fields on my form, I have set these fields to required but when the form is completed and these multiplier fields are not filled in the validation does not work and the form is still submitted. How do I use the JS Client side validation to check these fields? I've tried adding the list of multiplier fields:
products[##][product]
products[##][quantity]
products[##][price]
products[##][thickness]
products[##][escalators]
But again this does not work.
Thanks
Lee
I have a multiplier set of fields on my form, I have set these fields to required but when the form is completed and these multiplier fields are not filled in the validation does not work and the form is still submitted. How do I use the JS Client side validation to check these fields? I've tried adding the list of multiplier fields:
products[##][product]
products[##][quantity]
products[##][price]
products[##][thickness]
products[##][escalators]
But again this does not work.
Thanks
Lee