Questions tagged [gravity-forms-plugin]

Gravity Forms for WordPress is a premium full featured contact form plugin.

Gravity Forms for WordPress is a premium full featured contact form plugin that features a drag and drop interface, advanced notification routing, lead capture, conditional logic fields, multi-page forms, pricing calculations and the ability to create posts from external forms.

Gravity Forms allows you to quickly and easily integrate with a variety of third party services such as PayPal and provides for even deeper integration with WordPress through our collection of optional Add-Ons.

Features :

Dashboard Overview

Get a quick overview of your form submissions and easily manage your Gravity Forms and entries directly from your WordPress dashboard.

Embed Short Code

It's easy to embed Gravity Forms on pages, posts or anywhere shortcodes are supported on your WordPress site.

Shortcode Example

Embed Via Function Call

Display a form anywhere in your WordPress theme using a built in Gravity Forms function call.

Functioncall Example

Form Widget

Looking for a way to quickly embed a form throughout your site? Try the built-in form widget. You can quickly add and display Gravity Forms in any sidebar or widget-enabled section of your favorite WordPress theme.

Form Widget Example - 1

Post Creation

Configure forms that create WordPress Posts. Turn Gravity Forms into a user-generated content machine.

Post Creation Example

User Registration

With the User Registration Add-On you can create forms that can be used to register users on your WordPress site.

User Registration Example

Hooks and Filters

Customize Gravity Forms to your heart's content using WordPress hooks and filters.

Hooks and Filters Example

Role Management

Gravity Forms introduces new capabilities to the WordPress Role system. We recommend using the Members plugin for role management. This plugin integrates with Gravity Forms out of the box and is available for download here.

Role Management Example

1041 questions
19
votes
6 answers

Gravity Forms Error

I keep trying to setup a notification when a form is submitted but I'm not getting the emails. When I go back in to edit the notification, it is not there. It's like it is not saving that. Then I noticed this on the notifications page: function…
ansarob
  • 825
  • 2
  • 13
  • 32
14
votes
6 answers

js error on gravity forms

We are hosting wordpress sites on wpengine. On this one site we are using gravity forms but for some reason it stopped working. All we get is a js error Uncaught ReferenceError: gformInitSpinner is not defined (index):135 (anonymous function)…
stephan2307
  • 347
  • 1
  • 4
  • 16
10
votes
1 answer

gravity forms fire js event on successfull form submission

Is it in gravity forms anyhow possible to fire an javascript event on an successful ajax form transmittion? Adding html javascript into the displayed response does not seem to work eg:
Manuel
  • 9,112
  • 13
  • 70
  • 110
9
votes
2 answers

Gravity Forms custom validation filter

I have a function that processes sales via a third-party service, processes the result and returns an array with the Status "Success" or "Invalid." This sales call is made using the gform_after_submission hook applied to the specific form. What I…
Nietzsche
  • 349
  • 4
  • 18
9
votes
16 answers

Gravity Forms adding display none

I'm creating a custom template inside my WordPress theme, since my template is a completely different layout than my active theme, the template has it's own header & footer and inside of both I have properly declared wp_head(); and wp_footer();…
user1776729
  • 113
  • 1
  • 1
  • 6
8
votes
1 answer

VueJS + Gravity Forms API

I'm looking at integrating a VueJS project with Gravity Forms, however I don't know how to trigger the GF encryption require by their API from the VueJS project? As outlined below, the signature needs to be calculated first, before values are…
8
votes
2 answers

Gravity Forms - Global forms for multisite

I've a WordPress multi-site network with 20+ sites. and i'm using gravity forms for Contact/Signup/Subscription forms. I would like to create global form for my wordpress multisite installation. Is it possible that gravity forms save the form…
Maavuz Saif
  • 96
  • 2
  • 7
7
votes
1 answer

gravity form preview of image upload

I have made a contact form using "Gravity Form", in which I used image uploader. Now I want to display preview of image to user which is uploading. Is there anyway to achieve this?
7
votes
2 answers

Gravity Forms sending entry data combined from multiple forms to third-party after submitting a specific form

I am not familiar with gravity form hooks. I have created 2 sign up process forms that are displayed in a single modal but called in different divs. I wanted to send these data from 2 forms to a third party application using gform_after_submission…
Eleonor Somosot
  • 109
  • 3
  • 10
7
votes
1 answer

Using exponents in Gravity Forms calculations

Firstly, I am by no means versed in JavaScript or jQuery. That being said, I'm using Gravity Forms to create a savings calculator that contains exponents. I found THIS thread, but am confused as to how it actually works in calculating an…
7
votes
1 answer

Receiving Gravity Form Errors within WooCommerce Site

I have two issues which are appearing within my Chrome browsers console. FYI, I am using WordPress 3.9, Gravity Forms 1.8.8 and WooCommerce Gravity Add On (latest). Basically, when I am going into one of my products on my site (sorry, only have it…
tonyf
  • 34,479
  • 49
  • 157
  • 246
6
votes
2 answers

Wordpress + Ajax page loading + Gravity forms + Gravity forms page break

I have this set up at the moment: A WordPress site, I'm using something similar to http://barbajs.org/ So every page content is loaded through ajax to a
tag. In one of the pages (contact page), I have a gravity form and is using a…
6
votes
2 answers

Custom Gravity Forms Field with Multiple Inputs

I have been working on a Gravity Forms extension for a client. The concept is to add a new field type with 4 inputs. I have tried about 10 different variations on how people build custom gravity form fields, but I keep running into the same…
Trevor Geene
  • 479
  • 3
  • 12
6
votes
2 answers

How to use Gravity Forms gform_validation to ensure at least one of email or phone are entered

I'm a designer rather than a developer. I'm using Gravity Forms. I have a simple Gravity Form: [name] [phone] [email] [message] I'd like to ensure at least one of [phone] or [email] have been entered, rather than requiring both to be filled…
Steve
  • 2,066
  • 13
  • 60
  • 115
6
votes
2 answers

jQuery callback after Gravity Form submit

Im trying to run some jQuery code after a failed form submit in Gravity forms aka when the validation has picked up something wrong. I tried using the Ajax:complete callback but it doesnt fire at all. The code i am trying to run basically adds…
Matthew
  • 117
  • 2
  • 3
  • 8
1
2 3
69 70