change_history How To
-
How to Transfer Your License to a Different User
In some instances, such as if you purchased a license for a client, you may need to transfer your Gravity Forms license to a different user.
-
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.When enabling conditional logic, if you want to test for a blank value, simply leave the value field blank.
-
Adding Images, JavaScript, And More 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
If you're sending notifications that need to have a bit more styling and branding, such as sending order receipts on checkout forms, you will probably want to change the notification email template to better match your particular use-case.
-
Sending Form Submission Notifications To Multiple Recipients
If you have multiple people handling your form submissions, you might need to send a single notification to multiple recipients.
-
Creating Multi-Page Forms
If you have a form with quite a few fields, it can sometimes become a bit daunting for someone filling out the form. Many times, the form can be simplified by spanning it across several pages.
-
Translating the Datepicker
The Datepicker used by the Date field is powered by the jQuery UI Datepicker script which is bundled with WordPress, as such it won't be translated by the translation files included with Gravity Forms.
-
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.
-
Accepting Payments Without SSL
Notice: In June 2017, the PayPal IPN will begin to require SSL/HTTPS on all IPN callbacks. If you are using the PayPal IPN, you will need to obtain an SSL certificate.
-
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.