Gravity form multi-select issue on ios [closed]
Gravity form multi-select issue on ios [closed]
Gravity form multi-select issue on ios [closed]
Answer came from a plugin. gravitywp-count.
magnific popup + gravity form query string not passing
I have a plugin that will also handle this via the default WordPress comment blacklist functionality: https://gravitywiz.com/documentation/gravity-forms-comment-blacklist/
I had a similar task with Contact Form 7, my approach was to add a hidden field to the form in CF7 and then write some jQuery to assign the value to the hidden field when the page was ready. <script> jQuery(document).Ready(function(){ document.getElementById(‘hiddeninputID’).value = document.getElementById(‘cphone’).value; }); </script> Using the above script is the simplest way … Read more
How to remove medium size class in gravity form for input tag?
Submit a Gravity Form as other user [closed]
So evidently, I was having jquery conflicts… I’m loading in a newer version of jquery and had the “load in footer” argument (in the wp_register_script) set to true. I also forgot that WordPress loads in a “default” type of jquery library but in the head. I first tried to “deregister” the jquery lib that was … Read more
Populate email field is wp-signup.php
Have you looked at the Gravity Forms Unique ID Wiz? This allows you to specify a prefix for each form that gets added to the Entry ID.