Articles

Adding a New Notification Service Using the Add-On Framework

Since Gravity Forms 1.9.16, developers can now include new services which can be selected by the user to handle sending the form notifications.

gform_mailchimp_lists_params

This filter allows the request parameters to be modified when getting MailChimp lists.

Adding a Note to the Entry when Using the Add-On Framework

The Add-On Framework includes a couple of helpers which can be used to add notes to the entry.

Submit Button CSS Selectors

Overview and examples of the CSS selectors available for submit button.

Adding Meta Boxes to the Entry Detail Page Using the Add-On Framework

This tutorial shows how custom meta boxes can be added to the entry detail page using the gform_entry_detail_meta_boxes filter added in Gravity Forms 2.0.

How To Add And Remove Countries From the Address Field

Note: Refer to the filter gform_countries for more information about adding and removing countries from the Address Field.

Adding Images, JavaScript, and HTML To Forms

With Gravity Forms, you can easily insert images or other HTML content within your form using the HTML field. This allows you to use relevant and attention-grabbing images that your users will relate to and respond to, or add your logo to your forms to help reinforce your brand.

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.

gform_temp_file_expiration_days

This filter can be used to override the number of days before temporary file uploads are deleted.