iSoftware
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms HTML5 Placeholders] Placeholders and HTML field typeHi Ryan,
I can confirm the parsing of the html fields and we have fixed this in ver. 2.7.1 of the plugin.
Thank you for your input.
Forum: Plugins
In reply to: [Gravity Forms HTML5 Placeholders] Blank after savingHi,
Are you using any other plugin to extend gravity forms functionality? Also, are you using the latest version (1.8.18) of Gravity Forms plugin?
Hi,
Please make sure you set HTML5 Output to yes in Form > Settings and you should be good to go.
Forum: Plugins
In reply to: [Gravity Forms HTML5 Placeholders] Placeholders vs. Default ValuesDear Denis,
Placeholders are not default values. The only way you can have default values is either by using Gravity Forms build in hooks to modify the field values that you are interested before rendering the form, or processing your field input on submit to fill in empty values.
Either way requires some bit of code and perhaps you should use select options instead with default values and other for customized for your needs.
I hope this helps.
Forum: Plugins
In reply to: [Gravity Forms HTML5 Placeholders] Change red required starHello there, and sorry for the late response.
You can use the following filter to disable front end css:
function your_prefix_gform_placeholders_disable_css(){ return true; } add_filter('gform_placeholders_disable_css', 'your_prefix_gform_placeholders_disable_css');
Thank you for your feedback.
We are currently evaluating the Gravity Forms 1.9 beta 1 which has build in support for placeholders.
We don’t know if we will be adding any new features in the plugin until we see how this would fit in with the upcoming release of Gravity Forms.
This feature is now implemented on ver. 2.7 of the plugin.
Thank you for your feedback!.
Hello Denis,
We will have a look at it an let you know
Hi Michael,
Can you please describe your issue in detail because we are using GF 1.8.12.6 and the plugin works as expected.
Thank you for reporting this.
We can see in the Gravity Forms changelog the following modifications:Version 1.8.12.6
– Fixed issue with resend notification not accepting a list of emails——————————————————————————————————————-
Version 1.8.12.5
– Fixed another issue with field label for Name and Address fields——————————————————————————————————————-
Version 1.8.12.4
– Fixed issue with field label for Name and Address fieldsUpdating to Gravity Forms ver. 1.8.12.6 should resolve the issue.
Forum: Plugins
In reply to: [Gravity Forms HTML5 Placeholders] Broken with latest Gravity Forms Version?Thank you for pointing this out!
We are currently working on ver. 2.6 of the plugin in which we will include a fix for this. This version will be available later today.
Forum: Plugins
In reply to: [Gravity Forms HTML5 Placeholders] Broken with latest Gravity Forms Version?Hello Denis,
The plugin is tested on GF 1.8.12 a works as expected.
Please visit the Gravity Forms general settings page ( Forms -> Settings ) and make sure that Output HTML5 option is set to yes.
Thank you for your input. This error is fixed in version 1.2.1
Sorry for the inconvenience.
Forum: Plugins
In reply to: [iSoftware Blocks] Show a region/block with PHPOnly using a WPQuery as descripbed above or custom plugin WP-Views or equivalent
Great!, where can I get a copy of the plugin to test it out?