We are currently performing maintenance on Appian Community. As a result, discussions posts and replies are temporarily unavailable. We appreciate your patience.

Cancel button on form to bypass required fields

whats the best way to implement a cancel button on the form, when there are one or more required fields on the same form? The required behaviour is that the click event of the cancel button should override the required field validation on the form.
Thanks
Alok

OriginalPostID-22386

OriginalPostID-22386

  Discussion posts and replies are publicly visible

Parents
  • I haven't deployed the component myself, but based on the instructions I assume it to mean any constant that you've created on your Appian installation to store the value to save for Cancel buttons which you use across multiple forms. That constant is then referenced when rendering the form (i.e., setting the "value" property of the button), as well as in your workflow (i.e., when the final XOR gateway is evaluated).
Reply
  • I haven't deployed the component myself, but based on the instructions I assume it to mean any constant that you've created on your Appian installation to store the value to save for Cancel buttons which you use across multiple forms. That constant is then referenced when rendering the form (i.e., setting the "value" property of the button), as well as in your workflow (i.e., when the final XOR gateway is evaluated).
Children
No Data