This is very interesting really I was looking for this type of plugin for my new website that I recently published and also it was hosted on WordPress.
]]>Hi there.
The admin nag “Gravity Forms HTML5 Placeholders is enabled but not effective. It requires Gravity Forms version 1.7 and above in order to work. Version 1.9 is not yet supported.” keeps on showing.
The $max_gravityforms_version is set at 1.9, so all the 1.9.x point releases show the nag.
Would you consider changing $max_gravityforms_version to 2.0.0?
https://www.ads-software.com/plugins/gravityforms-html5-placeholders/
]]>Hi how do I hide the label when a placeholder is present, can you add an option to the form settings to enable this?
Thanks
https://www.ads-software.com/plugins/gravityforms-html5-placeholders/
]]>When can we expect an update?
https://www.ads-software.com/plugins/gravityforms-html5-placeholders/
]]>After updating to version 2.7.4, the field labels are showing even when placeholder is used. Did something change? Before the update, the labels were hidden if placeholder is used.
https://www.ads-software.com/plugins/gravityforms-html5-placeholders/
]]>I just updated to GF 1.9.1.1 and I get the following when I try to edit my forms:
2015/02/10 21:55:40 [error] 5172#0: *62062 FastCGI sent in stderr: "PHP message: PHP Fatal error: Call to undefined method GFCommon::get_address_types() in /var/www/clients/client1/web1/web/wp-content/plugins/gravityforms-html5-placeholders/gravityforms-html5-placeholders.php on line 334" while reading response header from upstream, client: [IP address], server: domain.com, request: "GET /wp-admin/admin.php?page=gf_edit_forms&id=38 HTTP/1.1", upstream: "fastcgi://unix:/var/lib/php5-fpm/web1.sock:", host: "www.domain.com", referrer: "https://www.domain.com/wp-admin/admin.php?page=gf_edit_forms"
Just wanted to mention this as it’s happening on three sites using the plugin.
https://www.ads-software.com/plugins/gravityforms-html5-placeholders/
]]>We use PHP 5.5. After I activate the plugin, I get a PHP Fatal error: function mb_detect_encoding() does not exist when I try to edit the form or view the form on a page. I did a google search and it looks like this error occurs because I do not have multibyte string extension enabled. Is this function absolutely necessary or is it possible to do a check if the function exists before using it? There is another plugin which provides the same functionality, but I’d rather use your plugin because I think yours is better supported.
Thank you.
https://www.ads-software.com/plugins/gravityforms-html5-placeholders/
]]>At the moment, old validation is triggered on multi-page forms (“errors have been highlighted below, etc…”).
I would love to see the HTML5 validation kick in for all pages on the form.
https://www.ads-software.com/plugins/gravityforms-html5-placeholders/
]]>I just had the weirdest problem that managed to disappear nearly all by itself…
The fields for the placeholders didn’t show up, so I opened up Dev Tools and saw that the path for the .css and .js that the plugin required, was completely wrong. Instead of using the right path:
https://[DOMAIN]/wp-content/plugins/gravityforms-html5-placeholders/css/gravityforms-placeholders-editor.css
It created this interesting path:
https://[DOMAIN]/wp-content/plugins/Volumes/Sites/Clients/WordPress/?ver=2.7.3#indev/[OTHER SITE]/wp-content/plugins/gravityforms-html5-placeholders/css/gravityforms-placeholders-editor.css
So, uhm. That makes about zero sense.
https://[DOMAIN]/wp-content/plugins/
/Volumes/Sites/Clients/WordPress/
ver=2.7.3
after this.#indev/[OTHER SITE]/wp-content/plugins/gravityforms-html5-placeholders/css/gravityforms-placeholders-editor.css
If the last part of the path is part of the current site I’m working on, or the other one, not sure.
Anyways. I figured I should check the plugin code to give a better bug report. I decided to remove all of the path except $this->get_base_url()
to see if that produced some interesting error. It didn’t. The path was correct. Weird.
So I restored the code, hit refresh and voilá! It works as normal now.
So in essence, I’ve change zero, and yet it fixed an incredibly weird error.
Just FYI, I’m running MAMP Pro on Mac OS X Snow Leopard. PHP 5.3.x. WP4.1 and GF 1.8.x
https://www.ads-software.com/plugins/gravityforms-html5-placeholders/
]]>Hi – love this plugin and it works fine on my local installation, but on an iPage server it seems to have a conflict. When editing a form, I can’t see any of the available fields / panels at right. Looking at the console I see this error:
Uncaught TypeError: Cannot read property 'replace' of undefined
for underscore.min.js.
This is what’s listed in Gravity Forms status:
PHP Version 5.5.6
MySQL Version 5.5.32
WordPress Version 4.1
Gravity Forms Version 1.8.20
When I disable this plugin everything works again as normal. I tried all other plugins / theme and this is the only one causing the issue.
Thanks for your help, I love the plugin!!
https://www.ads-software.com/plugins/gravityforms-html5-placeholders/
]]>I just need to know what to do to change the font-size of the place holder text.
Thanks!;-)
https://www.ads-software.com/plugins/gravityforms-html5-placeholders/
]]>Hi – Trying to hide the Required asterisk, but failing to do so. Is there any known conflict between this plugin, and being able to set the asterisk to ‘display: none’ with CSS?
Cheers
https://www.ads-software.com/plugins/gravityforms-html5-placeholders/
]]>Placeholders label settings is not showing up in field properties when editing the form?
PHP Version 5.3.27
MySQL Version 5.1.73
WordPress Version 4.0.1
Gravity Forms Version 1.8.19
https://www.ads-software.com/plugins/gravityforms-html5-placeholders/
]]>Hello
Nice plugin, really helpful.
I managed to put all my JS files (jquery, gravityforms) before the </body> tag.
The problem is the fallback.js script of Gravity Forms HTML5 Placeholders is loaded in the head, forcing jquery to load in the head.
As you may know, JS scripts in the head are render-blocking, giving poor performances.
This is an easy fix, just edit this line:
wp_register_script( 'gforms_placeholders_fallback', $this->get_base_url() . "/js/gravityforms-placeholders-fallback" . $suffix . ".js", array( 'jquery' ), $this->_version, false );
Replace with:
wp_register_script( 'gforms_placeholders_fallback', $this->get_base_url() . "/js/gravityforms-placeholders-fallback" . $suffix . ".js", array( 'jquery' ), $this->_version, true );
FYI, this is how to move Gravity Forms script before the </body> :
// Gravityforms to footer
add_filter("gform_init_scripts_footer", "gravityforms_footer_noblockrender");
function gravityforms_footer_noblockrender() {
return true;
}
Thank you
https://www.ads-software.com/plugins/gravityforms-html5-placeholders/
]]>Placeholder value in email field results in buggy behaviour, see a screenshot. The upper field does not have placeholder and lower has.
Is this just me or other people have this too?
I’m on:
WP 4.0
GF 1.8.19
And I’m using the latest of the X theme.
https://www.ads-software.com/plugins/gravityforms-html5-placeholders/
]]>Hi,
Gravity Forms HTML5 Placeholders doesn’t seem to work with Gravity Forms 1.8.18.
I am on a fresh/clean installation of WordPress 4.0, without any other plugins.
Field visibility is available, but placeholder is not.
Screenshots – https://prntscr.com/50s6gi / https://prntscr.com/50s6mp
Before testing on a blank installation, I tested on a live installation with many plugins active – Same result, of course.
https://www.ads-software.com/plugins/gravityforms-html5-placeholders/
]]>Hi,
Whenever I save a form with this plugin enabled the form disappears.
Everything is fine until I hit the save button and then all the fields I created disappear.
Any ideas?
https://www.ads-software.com/plugins/gravityforms-html5-placeholders/
]]>Hello, great plugin so far. However, I’m having a problem with my html fields after installing and using your plugin. I’m using the html field types to create a two column layout with form fields in two columns inside each of the parent columns. I’m achieving this by adding unclosed html tags before and at the end of my columns.
See “Fieldset Improv” section at this link:
https://cynng.wordpress.com/2014/02/26/tips-on-making-your-gravity-forms-as-accessible-as-possible/
This was working fine until I installed this plugin and now these html fields are closing the html tags which is causing my layout to now break. I really like this plugin and NEED placeholders however I MUST have the two columns so I’m wondering if there is way these two can play nice? Any thoughts on why/what this plugin is altering that is causing my html fields to close their tags automatically?
Thank you in advance. Ryan
https://www.ads-software.com/plugins/gravityforms-html5-placeholders/
]]>Hello! Would it be possible to make an option to change the color or remove the red required star? It completely clashes with my theme ?? Or, where could I do this manually in the code?
Thanks!
https://www.ads-software.com/plugins/gravityforms-html5-placeholders/
]]>I have a question regarding placeholders and default values of fields.
Some fields elements I’m working with such as the Product Pricing field does not come with a setting to enter a default value. So that’s why Gravity Forms HTML5 Placeholders comes handy.
However, a placeholder is not treated as a default value. If the field is required, during submission, user will still be prompted to enter a value despite having a visible placeholder.
Any idea how to make the placeholder value for this example the default value?
https://www.ads-software.com/plugins/gravityforms-html5-placeholders/
]]>Hey,
First of all, great plugin.
Would it be possible to add the placeholder option onto Gravity form list fields? Not possible with the current version of the plugin…
Thanks.
https://www.ads-software.com/plugins/gravityforms-html5-placeholders/
]]>Gravity Forms HTML5 Placeholders version: 2.6
After upgrading Gravity Forms to its current latest version, 1.8.12.4 Name field disappears both in the backend and frontend.
When the form is being edited, Name field is indeed present but not visible. It can be reached by hovering where the field is and clicking.
Please see the screenshots:
https://cl.ly/image/431L3L3u1s3e
https://cl.ly/image/3L1L110S3B25
https://cl.ly/image/0k3N0Q3o1q3O
https://cl.ly/image/3k27373X0Y32
https://cl.ly/image/3E3R342O0d2e
https://www.ads-software.com/plugins/gravityforms-html5-placeholders/
]]>Possible to add field placeholder into the “User Defined Price” Product Pricing Field so I can specify a default price but still allow users to change? Right now this field allows users to entire a price but I cannot show a default value.
https://www.ads-software.com/plugins/gravityforms-html5-placeholders/
]]>Using GF 1.8.12. I do not see the new options in form field settings after activating plugin. Has plugin been tested with latest GF version?
https://www.ads-software.com/plugins/gravityforms-html5-placeholders/
]]>