I just want to hide the previous button. Why is this so hard to figure out?
http://www.ineedapassport.com/passport-step2
Just scroll to the bottom of the form and click continue. you don't have to enter any info yet.
I just want to hide the previous button. Why is this so hard to figure out?
http://www.ineedapassport.com/passport-step2
Just scroll to the bottom of the form and click continue. you don't have to enter any info yet.
Add this CSS to one of your theme's stylesheets:
[css]
body .gform_wrapper .gform_previous_button {
display:none;
}
That will hide the Previous button for all Gravity Forms on your site. If you need to get more specific to just one form, let us know.
Now I used that same thing and it didn't work last night. Now it is working. LOL. Thanks!!