Questions tagged [plugin-gravity-forms]
Note: Support questions for this plugin is off topic. Please contact the plugin author or make use of its support route. Gravity Forms is a complete contact form solution for WordPress
263 questions
0votes
0answers
31views
How can I efficiently process 50k+ Gravity Forms entries without running into memory or timeout issues?
I'm working on a WordPress shortcode that aggregates data from Gravity Forms entries. I have: Around 50,000 entries on an enrollment form Around 30,000 entries on a feedback form Over 200 trainings I ...
0votes
2answers
24views
Insert selection from filter everything pro into gravity forms field
I have a couple of different things happening on one page, and I need to have the selections pulled from an elementor filter form to populate a gravity forms field (ideally a hidden one). I have this ...
0votes
1answer
21views
set a Gravity Forms uploaded image as a user’s avatar
I’m using Gravity Forms to allow users to register on my WordPress site. I’ve added a file upload field (ID: 6) for users to upload their avatar. I want to set this uploaded image as the user’s ...
1vote
0answers
44views
Gravity forms adding classes to specific form elements [closed]
I have read thru Gravity Forms docs, forum posts, et al and cannot find a way to target the Checkbox container element, and checkbox wrapper DIVs to add specific classes to them. My goal is to ...
0votes
1answer
83views
Issue with dynamically populating address fields with Gravity Forms
Using the gform_pre_render_ hook I receive the error when attempting to populate the default values: Fatal error : Uncaught Error: Attempt to assign property “defaultValue” on array in… This is the ...
0votes
0answers
33views
Trying to use value in form submission to check against external API
I'm trying to be as concise as possible. I'm building a form that takes a value ('address') which in turn would get posted to an external API. However, the real functionality comes with checking the '...
0votes
2answers
620views
gravity forms api get_entries filter with created by id
This seems like an extremely simple question, but no matter how I slice it, I need to get data entered by manager and it's employees. Like Manager A added 5 locations, than I want to get those 5 ...
1vote
0answers
596views
htaccess file prevents js scripts to run
In my WordPress website whenever the htaccess file is added to my public_html folder, I have so many errors in my js files. for example: Uncaught TypeError: gform.initializeOnLoaded is not a function ...
0votes
1answer
85views
Gravityforms login form custom redirect if form not submitted
I am using Gravity forms with Wordpress. For project I want to add function that allow to redirect to different pages based on condition: loginin person didnt submit specific form. For example after ...
0votes
1answer
54views
How to apply_filter / add_filter within 2 others (simultaneous?) add_filter
I'm setting up a new form tracking system for my website (the form framework is Gravity forms). The codebase consists in a parent theme, plus 3 child theme (one for the main website, one for the shop, ...
0votes
2answers
1kviews
Gravity Forms with Advanced Post Creation Add-On not updating ACF fields on custom taxonomy
I've tried everything I can think of and read about. I cannot seem to figure out why this doesn't work, let alone get it to work. I have a Custom post type called Talk. That custom post type has a ...
0votes
1answer
254views
How to overwrite image if it already exists - Wordpress, Gravity form
How do I make the old file replaced when the user uploads a new one? Now the files are named a1.jpg, a2.jpg, a3.jpg. If the user uploads a.jpg, then I want to overwrite the a.jpg that already exists. ...
0votes
0answers
90views
How to deactivate gravityforms WordPress plugin
I have a WordPress site which uses the gravityform plugin. Under certain circumstances I would like to deactivate the plugin programmatically and have it both be deactivated in the front end and show ...
0votes
1answer
203views
Gravity Forms and Gravity View Permissions
I have a pretty direct question. I am trying to figure out how to programmatically prevent users from being able to view other users' form submissions. Currently, using Gravity View, any logged in ...
0votes
2answers
937views
Transparent Overlay for Gravity Forms Ajax Spinner
I am using this code to center a custom ajax spinner for gravity forms submission. The spinner is centered based on the location of the gravity forms. I would like the spinner to be always centered ...