cancel
Showing results for 
Search instead for 
Did you mean: 

Form Field Validation Client side

melanie1
Champ in-the-making
Champ in-the-making
Hi,

I set up required="true" in my form property, but this is checked only on server side.
How can I display an error message on the client browser, so that he knows that this field is mandatory ?


Thanks and Regards,

Melanie
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
Is this in Explorer? In Explorer, the required field should be checked.

If not in explorer, you would need to code this yourself.

melanie1
Champ in-the-making
Champ in-the-making
I am using the Eclipse Designer plugin, and then editing the xml manually.
Is there is any documentation on how we can add this ?

Thanks

jbarrez
Star Contributor
Star Contributor
Im not sure if I can follow you. You talk about client side validation and now about Eclipse.
What enviroment are your processes running in? The ecliplse plugin is for creating the process definitions … the environment needs to use the definition to actually know what to do/validate.