No search results were found in Documentation!
See the wordpress.org plugin site for various form plugin options.
Gravity forms is popular.
Contact form 7 also popular.
I use simple secure contact form plugin.
Anything will work with theme.
You would likely need a custom plugin; there are various, including Gravity Forms and the like, but vary wildly and it depends on whether you want people to pay or not.
Note that most of the “good” ones are not free, so ….
that being said, here is one example of a free version; with optional paid support
(I have no relationship to this company, but they do really good work …)
https://plugin-planet.com/usp-pro/
(( I don’t work here … but gingerbread tips accepted! ))
Well gravity forms is not a tested plugin so i cannot provide any implementation method to something I have no idea how it works. Unfortunately plugin implementation falls beyond what the theme support can offer you We only recommend these plugins: http://screencast.com/t/VHeoAQfKxf
Thanks.
Hi Bogdan,
I’ve tested it and it didn’t work neither. Frustrating. It works with other templates, but not with your one. I’ve contacted Gravity Forms’ support, but you know your template better so probably either you can help me with that or I’m left in the darkness.
A.
Hello Adam,
If this modification does not work from the child theme, try to apply it to the main theme and see if the result is the desired one. We have not tested gravity forms so i cannot provide an official solution to making it work with our theme.
Test in the main theme and if it works from there.
Thank you!
Hi there,
I’m using Newspaper 7 Child theme and added ‘all Gravity Forms capabilities to Editor role’ code into the functions.php. Unfortunately it doesn’t seem to work. This code works fine when using it with other templates, so I assume there must be something with the way your child theme works.
Any idea how could I get this code to work? Gravity Forms’ support says to add it into the functions.php, but it doesn’t work in this case.
/**
* Add all Gravity Forms capabilities to Editor role.
* Runs when this theme is activated.
*
* @access public
* @return void
*/
function grant_gforms_editor_access() {
$role = get_role( ‘editor’ );
$role->add_cap( ‘gform_full_access’ );
}
// Tie into the ‘after_switch_theme’ hook
add_action( ‘after_switch_theme’, ‘grant_gforms_editor_access’ );
Many thanks,
Adam
Is there a way to disable this functionality from template removing sidebars if visual composer is used? I have a page that does not use VC, but uses another shortcode from gravity forms .. this is causing page to display without sidebar. I would like sidebar on my pages, even if I use visual composer. Any way to disable that from happening? Thanks.
Note: The settings from this box only work if you do not use visual composer on this template. The template detects if visual composer is used and it removes the title and sidebars if that’s the case.
Sure. The plugins we use are essential.
And your list of “approved plugins” is very limited to say the least.
It’s i.e. impossibility for us to use contact form 7 instead of gravity forms.
Have you considered extending the number of plugins you teste the theme with?
Best wishes
Lars
There are plugins, and also things like Gravity Forms that allow that. You might also look at user roles for that.
If you’re talking about “customers” with WooCommerce, there are WC specific plugins that allow that after a payment is completed, such as for service providers.
Hello TagDiv,
Nice work on this theme. I hope you can help me with the Register problem.
When user clicks on “Log in to leave a comment” or “sign in/join”, a popup appears. I really like the usability of this popup.
There are two tabs: Login and Register. The login works beautifully.
However, I need to use Gravity Forms for registration. (We have various levels of members. Alternatively, I can use Ultimate Member as well. I’m running both.)
Can you please tell me how I can change the “Register” button in the popup to link to a page?
I’m using The latest Newspaper theme (6.6.4)
This would solve a huge issue for us.
Thank you in advance.
Great theme!
Hi, there is a problem with my gravity forms and after testing and going through documentation on this, it looks like there may be a conflict between Gravity Forms and the theme.
– Is there a jquery conflict – an old version being used or being included in the wrong place?
– Do you have a fix for this?
Thank you!
Thanks!
As I wrote above Gravity Forms worked with TwentyFifteen but not Newspaper.
But when I disabled OptimizePress it also worked with Newspaper. So there was some plugin conflict between OptimizePress and Gravity Form that occurs when Newspaper is the theme.
Anyway – problem solved!
Hello Lars.
Unfortunately as the plugin is not tested to work with our theme we have no idea on the plugin functionality. The tested form plugin is contact form 7. Any other form plugin we cannot guarantee to work 100% and we cannot offer plugin implementation support. In a quick search through our forum i see users that have gravity form and use it successfully. You can try to see if there is no conflict with another plugin. You can try to disable all other plugins except visual composer and gravity forum and see if it works. IT seems that Gravity Forms Auto Placeholders plugin is causing problems and we have reports here on the forum of speedbooster causing gravity forms to disappear. Try it out and see how it goes.
Thank you!
It does not seem like the Newspaper theme is compatible with Gravity Forms.
When I activate Twenty Fifteen I can create Gravity Forms but when Newspaper is active it doesn’t work.
Any suggestions on how to make Gravity Forms work on Newspaper theme?
A couple of our pages rely highly on Gravity Forms so chanign to another plugin is not an option.
Kind regards
Lars
It’s not cheap, but we have here chosen to use Gravity Forms.
Chris
Hello,
Not sure what I am doing wrong but any form plugin I use, including the recommended one goes to a terrible looking full page, badly styled look and eliminates the right side bar when I insert the short codee for it.
Example: http://www.centerhillsun.com/farm
See how bad that looks?
I tried to stylize the form but it did not help.
How can I fix this?
Wordpress is up to date, Im on WPEngine, and currently the form plug in I am using is Gravity, but really all form plug ins have failed including the recommended one for the theme.
Hi lads
I’m trying to add some custom fields.
What I have done so far is
– created form with Gravity Forms
it create post for me with some custom fields
– installed Custom Field Suite
– managed to edit the code to show that custom fields in the post
The thing is that now every post would show that data
Check the code I’ve added
http://i58.tinypic.com/j7dp3m.jpg
It creates list of wedding supplers
Supplier: Clickable Name
Another Suppler: Clickable Name
Yet Another Supplier: Clickable Name
I need to hide those custom fields on other posts as this would produce this list under every post:
Supplier
Another Suppler
Yet Another Supplier
I also need to hide those that are empty like in this example:
Supplier: Clickable Name
Another Suppler: (hide this as theres no name and url provided)
Yet Another Supplier: Clickable Name
Can you help with this please?
Hi, I am using gravity form for frontend user submitted video posts. I have tried several options but could find how single-template-11 get video url. If it’s using a custom field or taxonomy, can you please tell me the file which renders video. I just want to link user-submitted video link to the template.
I am in danger of having a web site turned off by my hosting company (Inmotion hosting) for excessive resource usage caused by constant hits to wp-admin/admin-ajax.php . We have also entered code into the https file to restrict use of the Admin page page to only our IP address as follows:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} ^(.*)?wp-admin.*$
RewriteCond %{REMOTE_ADDR} !^99\.232\.52\.92$
RewriteRule ^(.*)$ – [R=403,L]
</IfModule>
The site at http://www.breedingnews.com is the only site of several WordPress sites that we own which is suffering from this, and is the only one using the Newsmagtheme. I have already installed the Heartbeat control plugin but this is having little if any effect.
We have the following plugins running:
Adrotate
Envato WordPress Toolkit
Gravity Forms
Gravity Forms PGP encryption
Heartbeat Control
s2Member Framework
tagDiv Social counter
W3 Total cache
Wordpress HTTPS
WP Bakery Visual composer
Any help or ideas really appreciated
I would like to use custom fields to set a post type.
I am using Gravity Forms with a form that creates a post under a specific category. I would like to be able to set the post template through a custom field. Is this already possible or would I need to create my own custom field and code to make this happen?
Is there somewhere that there is a list of the custom fields that you already use and their respective paramenter options?
Using gravity forms and the form want to hug the left margin. I can change the margin of the row, but that will move everything on the left over. here is a screen shot.
https://www.dropbox.com/s/88ynk7qjvtc02xu/gravityforms.PNG?dl=0
Hello,
is it possible to creat a review through ninja forms / gravity forms or change the pagetemplate (standard, video, link etc)?
Or maybe get the link for videothumbnail with a frontend form?
cheers
Daniel
Great, one more thing I’ve noticed.. Lot’s of “No p element in scope but a p end tag seen.” when using “Text with title”. After I manually added <p>…</p>, it validated with no errors.
Love your speed booster, but when enabled, Gravity Forms dissapear from entire site.
Ok, waiting for the next version! đ
Turns out it was the modenizr script from the Gravity Forms Auto Placeholders plugin that was causing the issue. All fixed now. Thanks.