Description
With this plugin you can associate any Gravity Form with any WooCommerce product. This will then display the Gravity Form AFTER the user has completed the purchase on the Order Confirmation Screen.
How It Works
Getting everything setup will take you less than 1 minute with these simple steps.
- Step 1 Install and Activate Plugin
- Step 2 Navigate to WooCommerce Products
- Step 3 Edit a product and in the meta box where you set your product details, there will be a tab called Associate Gravity Form.
It’s that simple.
Installation
- Upload
associate-gravity-forms-woocommerce
zip file to the/wp-content/plugins/
directory and unzip folder - Activate the plugin through the ‘Plugins’ menu in WordPress
FAQ
-
Do you offer installation and customization services?
-
Yes, if you need help with installation and/or would like additional customization work done for your website, you can fill out a request form at https://emoxie.com/contact
-
I wish this plugin had XZY feature
-
While we try to do our best to incorporate new features all the time, if you have a feature request please fill out a request form at https://emoxie.com/contact
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Associate Gravity Forms with WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Associate Gravity Forms with WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2.0
- FEATURE – Added in filter to allow for programmatically displaying the form on the thank you page. Filter agfwcp-show-form-FORM_ID, default returns true. Can override to display False.
- FEATURE – Added in before form and after form actions to programmatically add content above and below form. add_action(‘agfwcp-before-form-FORM_ID’) and add_action(‘agfwcp-after-form-FORM_ID’)
- UPDATE – Added in translation support for all string
1.1.0
- UPDATE – Reduced required PHP version to 7.2
1.0.1
- FEATURE – Added in ability make Gravity Form submit buttons animated.
1.0.0
- Initial release