Viewing 1 to 7 of 7 items
Tag Archives: gravity forms

Gravity Forms Notification Popup

As seen here: https://anythinggraphic.net/gravity-forms-notification-popup/ Gravity Forms is by far one of the most popular, user friendly, easy to use form plugins for WordPress. With its many hooks and filters it is easy for developers to make it do pretty much anything. I was working on a small website development project for the CO2 Coalition. The design  Full Article…

0

Gravity forms access for clients

Taken from Gist: https://gist.github.com/mannieschumpert/7188426 When using Gravity Forms on a client project, you might want the client to be able to view and manipulate form entries, without giving them administrator access. The user_has_cap filter allows us to add capabilities without changing the role in the database. This gist allows users with the editor role to  Full Article…

0

Change the Gravity Forms submit button

Taken from Gist here: https://gist.github.com/mannieschumpert/8334811 Filter the submit button in Gravity Forms to change the <input type=”submit> element to a <button> element. There’s an example in the Gravity Forms documentation, but it lacks the proper code to show your custom button text, AND removes important attributes like the onclick that prevents multiple clicks. I was  Full Article…

0

Gravity Forms CSS: Targeting Specific Elements

This awesome css guide for Gravity Forms was originally posted here: http://www.rocketgenius.com/gravity-forms-css-targeting-specific-elements/ The team here at Rocketgenius is about to release Gravity Forms version 1.5 with several new features and enhancements. Along with these new features, we’ve introduced some new markup and form elements that I’m sure many people will want to style to match  Full Article…

0