I have a list that has 2 columns - "Name" & "Location". Those are the two data points i want saved when a user clicks the Save button on the form.
I have 5 panels on the nintex form - one for each available location. Depending on the location you select, the appropriate panel will show.
Within the panel, I want to have a button specific to that location/panel. When the user clicks the button, it should save their name and location back to the list but also open a new tab with the external website link.
I feel like a javascript function should be able to do this but I just don't know. Any help would be great!