Download the ACF – Gravity Forms Field from GitHub. Then use this code or something similar:
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…
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…
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…
Edit WordPress User Profiles in Your Theme With Gravity Forms
Great stuff from the Fublo bolg: http://blog.fublo.net/2011/12/edit-wordpress-user-profiles-gravity-forms/ On our latest client project, we created a Gravity Form which allowed logged in users to edit their public profiles, all done on the public side of the WordPress site, without visiting /wp-admin. This post outlines the way in which we stitched all the code together to make use of Full Article…
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…