Gravity Forms is a complete contact form solution for WordPress
0
votes
2answers
130 views
wp-query Shortcode in Gravity Forms Notification
I have the following code that runs two wp-query loops upon form submission to display specific posts depending on the users choices in the form (The form fields are radio buttons with values that ...
0
votes
2answers
94 views
gform_after_submission content appears immediately after <body>, not in post body
I have the following function that successfully uses form fields (IDs 13 and 18) from a Gravity Form (ID 18) as parameters within wp_query.
This displays a list of posts with specific taxonomy terms ...
3
votes
1answer
241 views
Saving images from Gravity Forms repeatable File Upload as post attachments
I am trying to upload multiple images as attachments to a post using Gravity Forms and the Gravity Forms + Custom Post Types plugin.
I have a repeatable File Upload field using the Gravity Forms ...
1
vote
1answer
79 views
Gravity Forms field entries into wp_query loop
I have a simple function that filters the page content when form (ID 18) is submitted. It simply displays the entry of field (ID 13)...
add_action("gform_after_submission_18", "set_post_content", 10, ...
0
votes
1answer
15 views
“Page” info to post in my contact page using gravity forms
I need "Page" info to post in my contact page using gravity forms (GF's aren't necessarily the issue, because it would post on my contact page if applicable)
I am creating a contact page and using ...
0
votes
1answer
110 views
setup different pricing for multiple products in Gravity Forms
The title may be not clear, here is my question:
I want to use gravity forms to sell a single event ticket but the price differs when the number of tickets.
for example: one ticket is $10 and if you ...
0
votes
1answer
75 views
Return one of user's post from a category in user's profile
I'm working on a site which requires requires users to submit a custom profile of sorts, and then one post in a specific category (all of that is being done through Gravity Forms and their User ...
-1
votes
1answer
1k views
How do I Change the notification email via PHP for Gravity Forms Form?
I've built a Wordpress template file in my custom theme that displays a directory of members from a custom PHP file powered by a MYSQL database. This allows each member to be displayed on a different ...
1
vote
0answers
33 views
Integrating Easy Digital Downloads & Gravity Forms
I am looking for a way to use Gravity Forms to process Easy Igital Downloads orders. The goal is to be able to customize the EDD form and feed entries into Salesforce.
Both forums are not helpful on ...
1
vote
0answers
19 views
gform_after_submission add list of form titles after the post content
Can you help me with the code where all I only want is to add the list of all submitters who submitted GF form on every post page right after the post content?
Every post has its small CPT form on the ...
1
vote
0answers
121 views
Using Gravity Forms how to show drop down next to checkbox?
Something like this:
[ ] checkbox-1 <drop down 1>
[ ] checkbox-2 <drop down 2>
[x] checkbox-3
[x] checkbox-4 <drop down 3>
Can this be done?
0
votes
0answers
10 views
Import Entries into Gravity Forms and registering them as users simultaneously
I'm working with Gravity Forms and am trying to import entries into a form. I've installed the Mass Import Add-On and it works great and successfully adds them into the database. I have this form set ...
0
votes
0answers
17 views
Captcha and maths challenge images not showing displaying in gravity forms on a multi network site install
This is such a pain, because I can't actually pin point a straight answer in google.
I am using the latest gravity forms to date. On a multi site installation.
And I am using the Captcha field, but ...
0
votes
0answers
23 views
gform_validation triggers gform_confirmation with site_url(/form-field-value)
Using Gravity Forms I am trying to put together a validation function that fires a custom confirmation. The custom confirmation needs to redirect to a dynamically built url that's constructed with the ...
0
votes
0answers
60 views
Gravity forms image upload field wont accept resized image
Current situation : I use gravity forms' to collect profile data from potential individuals and I have four image upload fields. I needed to limit size on the images being uploaded so I applied the ...
0
votes
0answers
24 views
Product Bundles + Gravity Forms=Quantity
We have just bought both Product Bundles and Gravity Forms Add-ons to be able to create packages. The feature we want doesnt seem to be there. We want customers to be able to pick 2 x number one, 3 x ...
0
votes
0answers
23 views
Easiest way to restrict 1 page to members of my mailchimp mailing list
I have one page on my website which I want to restrict to people who are on my mailchimp mailing list, or alternatively people can quickly join my mailing list and then see the page. I'm using gravity ...
0
votes
0answers
81 views
Using Gravity Forms User Registration addon, how can I edit a user's account as an admin through the GF form?
I want to allow "admins" (who are only admins on the front-end of the site) to be able to edit user accounts. I am using gravity forms and have user registration and I am able to create new accounts ...
0
votes
0answers
266 views
use php code in gravity forms fields (auto fill)
i have been searching for a method to insert php code in to gravity form fields,
and at last, i have reached the two solutions to autofill fields:
for example, i have a parameter, named "date".
1) ...
