Title: [Plugin: Jazzy Forms] Submit Buttons?
Last modified: August 20, 2016

---

# [Plugin: Jazzy Forms] Submit Buttons?

 *  [mickymac101](https://wordpress.org/support/users/mickymac101/)
 * (@mickymac101)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-jazzy-forms-submit-buttons/)
 * Hi,
 * Was just wondering if there was a way to have a submit button which can link 
   to 2 different pages depending on the value of a drop down menu?
 * I have tried by creating 2 html fields with the link and in an output it typed:
 * IF(product=1, link01, IF(product=2, link2))
 * link01 and link02 being the id’s of the html fields….but this didnt work! 🙁
 * any ideas?
 * [http://wordpress.org/extend/plugins/jazzy-forms/](http://wordpress.org/extend/plugins/jazzy-forms/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [jazzigor](https://wordpress.org/support/users/jazzigor/)
 * (@jazzigor)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-jazzy-forms-submit-buttons/#post-3009562)
 * Hi michymac101,
 * in order to have a dynamically generated HTML link you would create an HTML element
   and set its content to something like
 * `Click here: <a href="{{IF(product=1, "http://www.linkone.com", "http://www.linktwo.
   com")}}">Link</a>`
 * (The formula inside the double curly braces is evaluated in real-time, just like
   one you would use for an Output element.)
 * Of course that’s not the same as having a proper Submit button, but you can style
   it as such and spice its URL up with extra data.
 * I hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Jazzy Forms] Submit Buttons?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jazzy-forms_dac291.svg)
 * [Jazzy Forms](https://wordpress.org/plugins/jazzy-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jazzy-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jazzy-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/jazzy-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jazzy-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jazzy-forms/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [jazzigor](https://wordpress.org/support/users/jazzigor/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-jazzy-forms-submit-buttons/#post-3009562)
 * Status: not resolved