How To

Articles

How to Chain Forms Using Shortcodes

This article explains how you can chain two forms together by placing the shortcode for another form inside the confirmation of the first form.

Holding Notifications until after Payment

This article explains how to send notifications after the payment has been completed when using payment add-ons. The Payment Completed notification event will send the notification when a payment has successfully been completed.

Testing For Blank Fields With Conditional Logic

Using conditional logic to detect if a field’s value is blank can be confusing to some people, but it’s quite simple. This article explains how to do this.

Adding Images, JavaScript, and HTML To Forms

If you need to insert an image or other HTML content within your form, Gravity Forms makes the process easy and painless with the HTML field.

Creating Customized Form Notification Emails

A combination of HTML, CSS styling and Gravity Forms merge tags can be used to create a template that will be populated with dynamic content allowing you to style and brand your notifications.

Sending Form Submission Notifications To Multiple Recipients

Here’s how to configure your notifications in Gravity Forms to send to multiple email recipients.

Creating Multi-Page Forms

A form with quite a few fields can look a daunting for someone filling out the form. Many times, the form can be simplified by spanning it across several pages.

Increasing Your PHP Max Execution Time

If you are receiving errors due to PHP scripts timing out when manipulating large amounts of data, such as a large import or export, you may need to increase the max execution time in PHP.

Increasing Your PHP Memory Limits

Sometimes, you may come across issues such as errors when exporting a large number of entries, or even errors stating that your available memory has been exhausted.

Changing the Payment Description in the Stripe Add-On

If you need to change the payment description that is sent from your form to Stripe, you can do so quite easily using the gform_stripe_charge_description filter.