gravity-forms-placeholders
gravity-forms-placeholders copied to clipboard
Adds HTML5 placeholder support to Gravity Forms' fields with a Javascript fallback. Javascript & jQuery are required.
Some inputs have no Id and it throws 'unrecognized expression: label[for=]'
Hi, this fixes an error I had after upgrading WP. Could you get this merged in please?
Would it be possible to add the label of the dropdown as the 1st Choice in the dropdown list? Label Name ``` ...becomes ``` - Label Name - 1st Choice...
- only enqueue script when a Gravity Forms form requires it - set jquery.placeholder script location as localisation on main script - clean up script to remove JSHint errors/warnings, minify,...
Added a separate function to include with wp_enqueue_script for better theme compatibility.
Gravity Forms has 2 levels of label .gfield_label and input level labels. Seeing as it's only the input the level labels that are using as placeholders by this plugin, I...
LOVE the plugin but I am having difficulty getting the placeholder text to be visible in Chrome and on mobile. Here's my sandbox site: http://hoodmountainstudio.net/ IE and FF are working...
Thanks for your great work with this plugin, we were usually parsing the label into the placeholder attr with JS. There is one issue where the placeholder is not working...
Not sure if this is the correct place to ask this... I want to use the placeholder text as a "description" of sorts while the label remains above the field,...