Hi,
again two Problems:
1) Validation with my own divs doesn't work.
After enabling validation and choosing "Use my own divs", I put the code like this, but it doesn't work. What can I do?
2) I changed the input value for checkboxes, so that, if they are active, the output is "ja". But if they aren't active there's only the input name. How can I change this, that the output, if you don't click, is "nein"?
Thanks for your help.
pod
again two Problems:
1) Validation with my own divs doesn't work.
If you need a custom error message then put it at your field title attribute! e.g: <input name="field1" title="Enter your first name here">
After enabling validation and choosing "Use my own divs", I put the code like this, but it doesn't work. What can I do?
2) I changed the input value for checkboxes, so that, if they are active, the output is "ja". But if they aren't active there's only the input name. How can I change this, that the output, if you don't click, is "nein"?
Thanks for your help.
pod