PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Dropdown Form

  1. drughelpdesk
    Member

    We are building a form which we will be attaching to a PHPurchase product.

    We need some information from the customer, before purchasing the product, this is why we are using Gravity forms with this.

    What we would like to be-able to do is have the product image, and an Order Now button on a page. If the order now button is clicked, the Gravity form appears. How would we be able to do this.

    I have thought about Conditional Logic, With all the fields appearing if something is true, using an HTML field for the first field of the form, which would be an order now image, somehow clicking that, but display the rest of the form. Could somebody help me with this, suggestions as to how this could be done, what i can do ect.

    Posted 13 years ago on Tuesday March 15, 2011 | Permalink
  2. You could use some javascript to show/hide a div and output the form in that div. Look up how to show/hide a div on Google, i'm sure there are plenty of tutorials for this type of thing as it's pretty common. Then within that div display the form.

    Posted 13 years ago on Tuesday March 15, 2011 | Permalink