Questions tagged [gravityforms]

A tool for creating advanced forms in WordPress that provides integration with PayPal, MailChimp, etc.

457 questions
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…
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…
5
votes
1 answer

Google Script Oauth v1.0 REST API access

I need a way to access a Oauth v1.0 rest API form inside google script. google apps script. I found this page It says that the Library was sunset in 2015. I tried to add it. When I do I get an error that it's not supported anymore and my script…
Kent
  • 2,343
  • 13
  • 21
4
votes
2 answers

Gravity Form loaded via AJAX not submitting

I have a gravity form that is being loaded by an AJAX function. For some reason, when I try to submit the form I get a 400 error /wp-admin/admin-ajax.php#gf_3:1 Following guides online I added gravity_form_enqueue_scripts(3, true); to my header.php…
laudx
  • 43
  • 4
4
votes
2 answers

gravity form preview thumbnails for multi file upload field

We are using Gravity Forms to attach multiple images to a gallery custom field and create new post. We can't figure out how to show the image thumbnails under the import HTML5 import field instead of just the file names prior to form submission. …
3
votes
1 answer

Change Value of Gravity Form Field with JavaScript

I need to detect a change in a Gravity Form field (form 5, field 215; is a number field), round the number so I can get a trailing zero if it doesn't already have one, and then return the new, rounded value back to the field. I tried to piecemeal…
3
votes
1 answer

WordPress Error "A variable mismatch has been detected."

I am receiving this WordPress error when I am trying to delete a gravity-form-coupon feed: A variable mismatch has been detected. Note: I am creating the feeds dynamically (PHP). I tried to debug it with all the debugging plugins and enabled all…
3
votes
0 answers

Upload Files From Wordpress Gravity Forms to Amazon S3

I have a form set up on my Wordpress site using Gravity Forms. I have found a script to upload the files to my Amazon S3 server. Unfortunately I keep getting the following error: The authorization mechanism you have provided is not supported.…
2
votes
0 answers

How to customize email notification template using HTML Codes in gravity form

How can I customize email notification template in gravity forms using HTML codes?
2
votes
5 answers

How to remove characters at the end of a string in PHP using rtrim function properly

I have a gravity form that takes input from a user and then creates a notification email from the input. On the backend, I have the notification setup to build out an html email. It generates an H2 tag from selections from a checkbox. The H2 ends up…
Alex Douglas
  • 534
  • 1
  • 8
  • 21
2
votes
1 answer

How to convert button to text box on click using CSS?

I have built a form with 6 options. Options are displayed in the form of buttons so if user selects the option "Other", the button should convert into a textbox and the user should be able to enter the text. CSS method preferred Here is the…
2
votes
1 answer

Delete Gravity Forms file attachments after submission but keep all other fields?

OK, we have a job submission form on the site where users need to complete the form and attach resume and cover letter. For privacy reasons, we do not want to keep the resumes and cover letters on the server, so what we've been doing is send emails…
elveez
  • 81
  • 12
2
votes
1 answer

WordPress / Gravity Forms - Show/hide a div based on value of a number field

I'm looking to conditionally display a div based on a number field in a gravity form. The number field changes depending on the number of items checked in a checkbox field. When you check any one checkbox then the number field returns "1", and if…
2
votes
0 answers

How to add Woocommerce Product Gallery using Gravity Forms

I am trying to add WooCommerce Product Gallery using Gravity forms multiple file upload but product gallery should not be added add_action( 'gform_after_submission_3', 'set_post_content', 10, 2 ); function set_post_content( $entry, $form ) { if…
2
votes
2 answers

How to dynamically populate Gravity Forms select (dropdown) menu items from Google Sheets data

I'm trying to dynamically populate the options available for selection in a dropdown menu using data from google sheets. The data is located on column A (A2:A4 at the moment, but this is subject to change) and will include the names of available…
cactusboat
  • 778
  • 2
  • 7
  • 15
1
2 3
30 31