Expand my Community achievements bar.

mandatory field

Avatar

Not applicable
Hi

I have a mandatory field and no submit buttons in the form.

I need to check whether the mandatory field is entered or not before click the Save button.
1 Reply

Avatar

Not applicable
Then you will have to fire the event yourself. On the Save button, before you actually execute the save, add the command fieldname.execValidate(). That should fire the appropriate event.
page footer