For me also, cant install..
Maybe its because of GF version . 184.
But i found one easy solution, if you dont have 2much forms,
jQuery('#input_1_1').attr('placeholder', 'User Name');
Must try it again, http://www.mogmachine.com/gravity-forms-automatic-labels-in-fields-that-disappear-and-reappear-upon-focusblur/
in GF 1.6 after this steps you didnt have validation on any of the fields anymore.
[Moderator Note: Please ensure that you are embedding links correctly in your posts.]
People will also need this, because if there is error, we must prepopulate things so its visible again.
jQuery(document).bind('gform_post_render', function(){
jQuery('#input_1_1').attr('placeholder', 'First Name');
//etc...
});
When uploading the .zip file through the wordpress add plugins screen it activates for me. Also when uploading the uncompressed file to the wp-content/plugins directory it installs. Can you take me through your install process?
Also, sorry for not getting to this sooner, i didn’t get a notification that anyone had posted here.
Scratch that, i’m seeing the error now
I resolved the issue with the install. i somehow mixed up my directories so the main plugin files weren’t in the root of the plugin, but it’s resolved now.
also did you add placeholders after error message ?
because if user dont fill something and submit, need to intialise placeholders again..
jQuery(document).bind('gform_post_render', function(){//todo});
when i get time, i will test plugin.. cya
I haven’t added that yet but i will be doing it this weekend.