Hi all,
I've got a form that is just some memory variables, and I have a button that simply calls another web page when it is hit.
The problem is, The 4 memory fields need quote strict validation, i.e. required field, date checks etc., but it looks like none of these validations are being called when the button is being hit.
I changed the button type to 'Submit' but it still just goes to the other WebPage URL without running any validations.
Oh, and the validated fields start off hidden in the form until a checkbox is ticked. They appear after the checkbox is ticked, but I don't know if the fact that they are hidden at the beginning of the WebForm is why they don't validate as normal?
Thanks,
Devan