This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - On save Enable a button

ergr - Tuesday, May 14, 2013 9:18 AM:

Hi,

I have a button on field and a method added as Field Event.  OnFormLoad the button will be in disable mode. Fill the fields and save the Item, on save the button should get enabled.  How can I do this against 'Save' action of the Item?

Because the method pulls some information from the Item, before save the method will not work.  So, I' m trying to keep the button in disable mode till the Item gets saved.  Please help me to do this.

Thank you.



zahar - Tuesday, May 14, 2013 3:18 PM:

You can create onPopulateForm js method that will check state of the item and if saved will enable the button