Is there any way of doing form validation.
For example
You create a form and want to add two text fields and a submit button.
At the moment i guess the only way to do is editing the html, does anyone have any good solutions that overcome this problem.
I guess one could add a checkbox when adding the textbox that says validation but not sure how one would go about actually get this validation to work
any ideas?
For example
You create a form and want to add two text fields and a submit button.
At the moment i guess the only way to do is editing the html, does anyone have any good solutions that overcome this problem.
I guess one could add a checkbox when adding the textbox that says validation but not sure how one would go about actually get this validation to work
any ideas?
RE: Form Validation
RE: Form Validation
Hmm. The FCKeditor task bar does have buttons etc. I edit my own html. As for validation, I use javascript. What exactly did you want to validate?
John