WordPress Easy Modal and Gravity Forms

gravity forms and modalIf you are looking to create a modal box on your site with a gravity form, there is one issue we have run into a few times that can cause you a lot of headaches.  The people at Gravity Forms recommend using Easy Modal for modal boxes with WordPress.

In the first instance, we were trying to create a two step gravity form in a modal box trigger by someone asking for a quote.  You might have seen examples like this on many different websites.  The problem was that when you clicked the next button, easy modal would close the window so you never got to see step two.

In the second instance, we were trying to create a simple one page quote form to fill out.  The problem came that if you didn’t enter a field correctly, for example a phone number, the modal box would close.  The user would have no idea if the form actually was submitted or not.  If you clicked the quote box again, the modal reappears and you can see the errors in the gravity.  Most people likely would not do this and think the form was submitted.

After contacting modal forms and trying several ideas, the solution was very simple.  All you need to do is add ajax=true to the shortcode in Gravity Forms Short Code.  This will allow gravity forms to submit, but not close the window.

For example, if your code is
[html][ gravityform id="3" name="Quote Request" title="false" description="false" ]  change the code to: [ gravityform id="3" name="Quote Request" title="false" description="false" ajax=true ] [/html]
and your problem will be solved.

Hopefully this tip will help save you a lot of time and headaches.

Once my new website is live, how do I get on Google?

By Dave Fogel | September 3, 2020

After your website is live, we will submit your website to be crawled or indexed by Google. You will see it appear typically in a few weeks. If you are looking to get on the first page of Google, you will need search engine optimization.

What is involved in selling things online? (e-commerce)

By Dave Fogel | September 3, 2020

There are many options out there for e-commerce websites. WordPress/WooCommerce, Shopify, 3d Cart, Big Commerce, and many more. We have experience working with the most popular ones. They all have their advantages and disadvantages. While WooCommerce is free to download, there are many paid add-ons required to start selling products online. You will need a…

What about Website Hosting?

By Dave Fogel | September 3, 2020

When you have a website, it needs to live somewhere on the web – this is what website hosting is. Website hosting can range anywhere from $3 a month to $99+. Not all website hosting is created equal. Budget hosting plans from places like Hostgator or Go Daddy get the job done … barely. You…

Posted in

Dave Fogel

Leave a Comment