How To

Articles

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

Introduction 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.

Disabling Automatic Scrolling On Form Confirmations

When a form is submitted, the default behavior of Gravity Forms is to scroll to the confirmation message. In the vast majority of cases, this is the desired behavior, but in a few scenarios, you may want to disable this functionality.

Displaying a Form Within a Modal/Popup/Lightbox

Note: This tutorial is provided as a suggestion only. We do not support third party solutions. If you have any troulbe using Popup Maker, please contact with its author.

Exporting Gravity Forms Entries as a PDF

An occasional request we get from users, is wanting to export their Gravity Forms entries as a PDF, for better printing or attaching them within an email.

Using Confirmation Query Strings to Populate a Form Based on Another Submission

The Challenge You have two forms. The first form is used to capture general customer information, and the second is used to create a new user account on your site.

Setting Up Conditional Payments in Gravity Forms

Sometimes, you may want to allow a user to choose between different payment options. In this article, we will show you how to do this using conditional logic.