WP Manifestindependent plugin directory
manifest / forms / gravityforms-woocommerce-cart-capture

Gravity Forms: WooCommerce Cart Capture

Automatically capture the contents of a users cart when they submit a gravity form. To use Set gravity form to pre-populate a field. Set the key as woocommerce_cart. The cart contents at the time of submission will automatically be captured.

by Lucas Stark · github.com/lucasstark/gravityforms-woocommerce-cart-capture · website

21stars
5forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/lucasstark/gravityforms-woocommerce-cart-capture/archive/refs/heads/master.zip

Readme

gravityforms-woocommerce-cart-capture

Automatically capture the contents of a users cart when they submit a gravity form.

To use

  1. Add a hidden field to your form.
  2. On the advanced tab of the field editor select "Allow field to be populated dynamically".
  3. Set the fields "Parameter Name" to be woocommerce_cart

The plugin will automatically look for any field with that parameter set and fill in the cart details for you.

Read the full README on GitHub →