Aller au contenu principal

How to capture the success/failure of Display Form submittal

Commentaires

1 commentaire

  • Permanently deleted user

    Use the 'Set Form Element Error' activity inside the 'validate' event for each DisplayForm item (don't forget to 'Clear Form Element Error'). Then the user gets a helpful message of what is required.

     

    You should be able to get autocomplete suggestions out of the state of the form... =$form1.state.

     

    A handy trick for discovering the json is to log it though, make sure you throw the object through the "Convert To JSON" activity first though.

    0

Vous devez vous connecter pour laisser un commentaire.