Re Submitting Editor After postSubmit

Re Submitting Editor After postSubmit

mattwmattw Posts: 54Questions: 10Answers: 0

Hello DataTabler's. Part of my application involves dealing with assets (for example a computer). An asset has an owner. When editing an asset if the user tries to update the owner field (and on server side hits our rules for requiring extra info for justification) the server sends back an error and we at that point unhide a form field (a field for entering your justification for updating an asset to a different owner). Is there a way to at that point resubmit the edit/update ? or is there a better way to do this then using postSubmit.

Answers

  • mattwmattw Posts: 54Questions: 10Answers: 0

    I forgot to add that I am unhiding the additional field that we need to send to the server in .on('postSubmit') and also checking for the specific server error/message in there

This discussion has been closed.