javascript - Prevent page reload after submission - Stack Overflow

I'm working with WordPress Gravity Forms plugin. I loaded a form into a jquery dialog and I want t

I'm working with WordPress Gravity Forms plugin. I loaded a form into a jquery dialog and I want to have the dialog to close after form submission instead of reloading the page.

However, I don't know, if it is possible to add preventDefault() into submit() event. Or if there is an option not to reload the page in the Gravity Forms.

Please, advise me a possible way to achieve it.

I'm working with WordPress Gravity Forms plugin. I loaded a form into a jquery dialog and I want to have the dialog to close after form submission instead of reloading the page.

However, I don't know, if it is possible to add preventDefault() into submit() event. Or if there is an option not to reload the page in the Gravity Forms.

Please, advise me a possible way to achieve it.

Share Improve this question edited Apr 13, 2018 at 22:04 Samvel Aleqsanyan 2,9744 gold badges21 silver badges28 bronze badges asked Apr 25, 2015 at 10:48 lightbringerlightbringer 8352 gold badges12 silver badges24 bronze badges
Add a ment  | 

3 Answers 3

Reset to default 2

You could try targeting an invisible iframe.

<form action="this_action.php" method="post" target="iframe">
  <input type="submit" value="Submit" />
</form>

<iframe name="iframe" style="position: absolute; visibility: hidden"></iframe>

Do you have the Enable AJAX options checked?

Look at https://web.archive/web/20150415003507/http://www.gravityhelp.:80/documentation/gravity-forms/user-guides/getting-started/embedding-a-form/: this will submit your form without a page refresh.

Then just call the dialog close in the submit event and you are done!

Making AJAX True along with the shortcode did the trick for me.

[gravityform id="2" title="true" ajax="true"]

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745206796a4616631.html

相关推荐

  • javascript - Prevent page reload after submission - Stack Overflow

    I'm working with WordPress Gravity Forms plugin. I loaded a form into a jquery dialog and I want t

    11小时前
    40

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信