445 questions
0
votes
0
answers
7
views
Gravity Forms Salesforce Add-On: possible to use the ID of a record created in one Salesforce Feed in a later Feed?
In many webform processors I've used before, it's possible to chain several POST calls together after submission, retrieving an ID from a record created in the first call to use in a subsequent call. ...
0
votes
0
answers
53
views
How can I tell where custom code is being called in Wordpress
I have inherited maintenance for a WordPress site and I have limited access - I can see the dashboard and the File Manager (through a Plugin) but I cannot see the database.
There is a piece of custom ...
1
vote
0
answers
35
views
how to show edit entry in gravity form with nested form to add multiple person and show in table
i want to edit gravity form entry in frontend.
in gravity form one field has another nested form when user add entry from nested form it will display in table. i want it to show previous added entry ...
0
votes
0
answers
88
views
Gravity Forms Wordpress is deleting the inputs on error
I am using an embedded Gravity forms Elementor form with AJAX enabled.
I noticed that when the user fills out the form, submits it and there is an error, all the previously submitted inputs are ...
1
vote
1
answer
57
views
Why does the discount price show for a second and then show the full price a second later?
So I have a gravity form that stores prices and the product variables. I have the code so that when a quantity of 3 or more it starts discounting the price per length and the total price however the ...
0
votes
0
answers
50
views
How would I correctly add dynamic pages to a Gravity forms Form?
I'm attempting to hook into the gravity_forms_prerender hook to add dynamically generated pages to a form. The form has a page set up in the gravity forms UI. Using PHP I'm attempting to add a ...
1
vote
1
answer
83
views
Gravity Forms - gform_after_submission - Unauthorized
I'm running into a strange challenge using gform_after_submission with Gravity Forms on wordpress.
PHP isn't my main programming language so I'm doing a lot of trial and error to try and get this ...
0
votes
1
answer
162
views
I want to console log the entire form data after gravity form submission
i was tryting with this code but this is not working
jQuery(document).ready(function() {
jQuery(document).on('gform_confirmation_loaded', function(event, form_id) {
if (form_id === 3) { // ...
0
votes
0
answers
110
views
How to Enable Search for Nested Form Entries in GravityView (Gravity Forms)?
I'm using Gravity Forms with the Nested Forms Add-On (from Gravity Perks) to embed forms inside other forms. I'm displaying the parent form entries in GravityView, but I’m having trouble getting ...
0
votes
0
answers
78
views
Gravity forms expected value error. Dynamix value should be loaded not basic 0,00 EUR
i have gravity forms with the mollie addon in my wordpress project. I'm dynamically loading in content but keep getting the error "Total price: Imported value (525,00 €) does not match the ...
0
votes
0
answers
29
views
Gravity forms custom posts add product attributes
I am using gravity forms for users to add products to WooCommerce. I have it pretty much working the way I want. However, I need to add attributes to products. How do I make a field that will add to ...
-1
votes
1
answer
52
views
Gravity form calculate the sum last entry by a user
I am using gravity form, I want to sum the last entry of a form by a user. Ie. a form A is Dept A is submitted by a user, Form B in dept. B submitted by user A, I want to sum a field of form A from ...
1
vote
1
answer
1k
views
Wordpress Gravity Forms Issue with Form Submission
I have a WordPress site which uses gravity forms. On a listing page, I am able to submit an inquiry form for the product in question.
However, I am sometimes met with an error message saying "...
0
votes
1
answer
140
views
Updating Gravity Forms Product price in hook
I'm trying to update the price of a product field on a multi page form through a gform_pre_render hook, and it does not seem to work. In the code below, I am able to set the content of an input box (...
0
votes
0
answers
68
views
Htaccess for protecting gravity forms uploads
I have the following code to make sure that the gravity forms directory in the uploads folder and it's contents cannot be accessed by non-logged in users.
<IfModule mod_rewrite.c>
RewriteEngine ...