Expand my Community achievements bar.

mandatory field

Avatar

Former Community Member
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

Former Community Member
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.