I need two different buttons. the two buttons have different conditional logic, different labels, and different redirects.
As per Victor's message below. You can write your own logic however you choose with JS/JQuery. You can add additional buttons in the "customize HTML" of the form. It will require a little code and some knowledge of HTML/CSS.
Ok. I'll see what I can do. Thanks.
Can conditional logic be coded in?
If you mean "conditionally appears only when field ID 243 does not equal blank", then yes. Monitor the change event for field 243 and display the button if it's not blank. Hide the button if it reverts back to blank.
Please login or Register to submit your answer