gravity-forms-placeholders
gravity-forms-placeholders copied to clipboard
Sending the form with ajax
Hey Neojp,
When i send the form with ajax enabled the labels are getting displayed.. Any idea what may cause this?
Do you mean that the
Is there a live site url where I can see this happening?
Hey Neojp,
Sorry for the late reaction. Yes the tags show up again once you submit the form via ajax.
Gravity forms: 1.6.3 Chrome: 20.0.1132.57 Your latest version of the plugin.
I used another solution, so i can't give you an online example.
@weskor what other solution did you have? I have the same issue with labels re-appearing after I submit the form via Ajax.
@trewknowledge do you happen to have a live url for this?
Yup: http://bit.ly/TD7BiK
Thanks for pointing me to the site. I think your problem has something to do with you running jQuery twice on the site.
Try loading the same page without all your <script>
tags on the footer and let me know if that works. Then start adding your script tags one by one until you figure out whether it's jQuery being added twice or one of your other scripts having a conflict with the script.
So it looks like your plugin adds the extra jQuery, any way to make it not load jquery if it is already loaded on the page?
I also removed the jQuery I had on my site, so only 1 is loaded, and the problem was still there. I also removed all of my other scripts, however, the issue was still there.
@trewknowledge Do you mind telling me what version of Gravity Forms and WordPress you are using? I'm planning to spend some time on this, you are not the first person to tell me about this, although I can't reproduce it on any of my sites yet.