Gravity Forms is a complete contact form solution for WordPress
0
votes
0answers
21 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 ...
-1
votes
0answers
35 views
WooCommerce Cart Widget: Uploading an image using the Gravity Forms Add-On?
When adding a product to the WooCommerce cart, I would like for the user's product image uploaded using the Gravity Forms Add-On, to be displayed within the Cart Widget. Right now, it simply displays ...
0
votes
1answer
80 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
0answers
47 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 ...
1
vote
1answer
135 views
How to get the Gravityform entry ID from current user's form submission?
Case: When a user submits a (Gravity)form, the plugin automatically generates an unique entry ID for that specific form. In my case the form settings only allow user to submit the form once, and only ...
0
votes
2answers
67 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 ...
1
vote
1answer
60 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
75 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
34 views
Gravity forms and wp_update_post
I am using Gravity Forms to let users create posts. The user fills out a bunch of information, and a post is created. The user gets to choose which categories the post is in, but there is one more ...
0
votes
0answers
154 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) ...
2
votes
0answers
195 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 ...
0
votes
1answer
229 views
Gravity Forms - Repeatable “File Upload” field using “gform_column_input_content” filter
I am looking to use the gform_column_input_content filter to make a repeatable file upload element. The filter modifies the HTML content of the list field column input tag.
The following code ...
2
votes
1answer
70 views
Gravity forms - Can I have multiple custom spinners?
I wish to change the default ajax loader for gravity forms. I have done this using the following code (link found here):
add_filter( 'gform_ajax_spinner_url', 'cwwp_custom_gforms_spinner' );
/**
...
0
votes
2answers
366 views
gravity forms : use previous dropdown choice as variable in gform_pre_render?
I have a question regarding gform_pre_render?
I have dealer form. Which basically you choose your county, and then your dealer.
Dropdown A = Dealer Country
Dropdown B = Dealer Name
I have about 15 ...
2
votes
3answers
1k views
How do I show data from gravity forms in my template?
Preface
I've installed gravity forms, created a form and users are submitting data to my site.
What I want to do is show the data users are submitting to my site on one of my pages.
I know there's ...
-1
votes
1answer
84 views
FERPA Security and Gravity Forms [closed]
I have a bit of a new question that I haven't seen talked about anywhere.
I made a website for a school who has a Gravity Form setup on the site that collects students names. Recently this school ...
0
votes
1answer
142 views
gform_after_submission not working as expected
I am trying to augment a value to the wp_user_meta table, utilizing Gravity Forms. And I'm not having any luck. I had a version of this working on gform_pre_submission (though without the ...
0
votes
1answer
51 views
How to add to a user_meta field (append)
Is this possible? I want to use Gravity Forms or another hook to somehow write to the END of a user_meta field - not overwrite it.
For example...
Before:
$purchase_history = ...
1
vote
2answers
937 views
Inserting Gravity Form checkbox values into Advanced Custom Fields
I'm trying to feed checkbox values from a Gravity Forms form (which creates a new post) into an Advanced Custom Fields field. I've had a read around and found some info in a post (at the bottom of the ...
0
votes
1answer
86 views
need correction with a snippet in functions.php
I use gravity forms and wp-favorites plugin (helps users select their favorite posts).
I am trying to auto-populate gravity form with the following snippet. It works pretty well but it shows only the ...
1
vote
3answers
575 views
How to make entries of Gravity Forms available in the public front-end?
I want to make entries of the Gravity Forms available for the public in the front-end. I read in a forum post that this is possible with some specific free add-on for Gravity Forms. But I couldn't ...
0
votes
1answer
71 views
Create wp_cront events dynamically upon user submission
Is it possible to set up new wp_cron jobs dynamically upon a certain action?
I have a form submission (I'm using Gravity Forms, so have several functions set up on several of their hooks already) ...
0
votes
1answer
72 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 ...
0
votes
1answer
99 views
How to change image's author via a function when using GravityForms uploader?
I am wondering if there is a way to manually change the author of images.
I am using Gravity Forms which sets the post author to the current user but does not set them as the author of the images ...
3
votes
3answers
149 views
Gravity form to submit to third party application
I would like to know what the cleanest way to use gravity forms to submit data from my form to another page outside of WordPress is.
Our website is 100% WordPress and I need to use data of my gravity ...
1
vote
2answers
94 views
Having a Function Inside of the Loop
I am trying to make a frontend product editor for WooCommerce, and have a loop that returns all of the products for the current user. I am trying to use gravity forms as the editor, so a single ...
3
votes
1answer
1k views
Wordpress Uploads Folder can't be Written to
This one has me stumped
I'm sure it is something really small that I am overlooking but I think I've been looking at it too long to see what the problem is.
Wordpress is telling me:
"Upload ...
0
votes
1answer
111 views
authenticate user without redirecting
I am working on a form (Gravity Form) which needs some user authentication when the form is submitted. Gravity's documentation pointed out the place where i should place my code. i.e.
...
0
votes
0answers
151 views
How to integrate and connect form functions of legacy contact form scripts that use MySQL and ColdFusion to WordPress? [closed]
I’m creating a new WordPress site(Site A), replacing a static site (Site B). The existing site, (Site B) has 2 contact forms which utilize scripts for their contact forms.
One script uses ColdFusion ...
0
votes
1answer
224 views
Adding a Custom Field to be used by Posts 2 Posts
I'm trying using Gravity Forms and allow for a user to submit a post to my CPT, and choose an optional Connected Post Type.
I have two CPTs, CPT1 and CPT2.
When they're viewing my form for creating ...
1
vote
0answers
118 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?
1
vote
0answers
45 views
What syntax highlighter works best with gravityform? [closed]
I am using gravity forms and would like to use in the forms also syntax highlighting for a language that is not supported by plugins like evolved, code mirror, ... Do you have experience on how to use ...
0
votes
1answer
698 views
get_page_by_title() not returning anything
I'm trying to use get_page_by_title() to get the value of a parent custom post type through Gravity Forms. Basically a patient name is stored in a custom post and their patient id is the post title ...
-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 ...
0
votes
0answers
114 views
Styling Gravity Form option dropdown width [closed]
I have a gravity form with a dropdown that has very long option text. The options go outside of the 350 width I have set for the dropdown field itself. Does anyone know any css overrides that will ...
0
votes
1answer
534 views
Gravity Forms field ID $entry not working
So my script is simple right now just to test out the $entry field id's.
add_action("gform_after_submission_3", "set_post_content", 10, 2);
function set_post_content($entry, $form){
$subject = ...
-1
votes
1answer
141 views
Hide gravity forms
I have gravity forms set up on my site and I am wanting to hide/show a form based on whether or not the user has posted an entry into the form/database.
If they have made an entry, then I want to hide ...
1
vote
1answer
1k views
Redirect to post after submission with Gravity Forms?
How do I redirect to a post after submission with gravity forms. It gives you the option to put in query string values but when I add {post_id}/{Video Title:1} I get mysite.com/?123/name+of+post and ...
1
vote
3answers
324 views
Simple Online Payment for Event Registration
I am looking for a simple (and secure) way to accept payment for event registration.
I am managing a Wordpress website for a organization that hosts events throughout the year. A handful of these ...
3
votes
2answers
677 views
Removing an admin page added by a 3rd party plugin. Gravity forms in this example
I'm trying to hide a help page from editors, added by the gravity forms plugin. I believe I've run into the same issue before with other plugins, so I'd like to know the correct way to do it for 3rd ...
0
votes
2answers
1k views
Gravity Forms Post method
I have a simple form that users will fill out which will in turn become a post on my site. I have 2 problems:
I am using the Post title, Post Custom Field elements (for single line text) and Post ...
2
votes
1answer
254 views
outlook calendar event from form post
After someone fills out a form on my site (using gravity forms) is there any known integration/widget that would allow me to have an "Add this event to my Outlook Calendar" link in the submission ...
2
votes
2answers
403 views
Can an action callback prevent the parent from continuing execution?
I'm working on a plugin that interacts with Gravity Forms, and under certain conditions I want to prevent a form from being deleted. Here's the method in Gravity Forms that handles deleting a form:
...
0
votes
1answer
792 views
Custom Field & Gravity Forms
I have the following custom function code which i'm using to create custom fields for a post type.
The issues is that I need the custom fields to show up individually and at the moment they just show ...
0
votes
2answers
510 views
0
votes
1answer
148 views
Gravity Forms ExactTarget Add-on Plugin: Nothing happens after step 2 when creating a new feed
This looks like a great plugin. When creating a new feed, I check the appropriate ExactTarget list(s) in Step 1. Step 2 appears prompting me to select a Gravity Form, but when I choose a form nothing ...
1
vote
0answers
455 views
Receiving uploaded files from Gravity Forms and Embedding + Creating File Content Preview [closed]
I'm working with Gravity Forms to allow unregistered users to upload various file types:
A. Actually files like PPT, PDF, DOC, PNG
B. Entering a URL of an existing Youtube video
The form we created ...
1
vote
1answer
529 views
Use Gravity Forms and a Shopping Cart for output to Freshbooks for an Estimate
I've been asked to develop a website pretty much like (but not the same as):
http://www.yoursingapore.com/
basically we need to allow people to add Wordpress posts (custom post types) into a sort of ...
0
votes
1answer
303 views
How do I get the image that is submitted with a post, when I'm in the loop?
I'm using Gravity Forms to create a form. The form entry is created as a post.
I have a loop that successfully gets the content of the post.
However, I'd also like to get the image that is submitted ...
2
votes
1answer
644 views
Best way to create multi-step form with data saved to user account for later updating?
I'm attempting to set up a fairly long multi-part form (~50 questions, a few questions per page) with conditional logic. I'd like to offer registered visitors the ability to save their data between ...

