How to display different Submit button based on user input

  • 12 December 2019
  • 1 reply
  • 12 views

Badge +2

Depending on the value a user selects (from a radio-button option set), the form's Submit button should direct them to a different URL. How do we accomplish this?


1 reply

Userlevel 6
Badge +22
Hi,
You have posted under NWC is it an NWC form or a form for Nintex for O365 form?

In NWC you can only use a static URL and you cannot add more buttons so your solution is not possible

In O365
As you cannot reference other controls in the Redirect URL section of the button configuration the only option is to have multple submit buttons with different URLs and have the appropriate one show based on the choice.

Reply