-
AuthorPosts
-
August 16, 2013 at 12:43 am #27897
Hello, I’m a Gravity Forms user. I have Gravity Forms installed on my site. I used the Enfold theme to build some Contact forms but when I went to Gravity Forms to view entries, they’re not there. Does the theme assign form ID’s? Where do I find entries? Also, I use the Mail Chimp add on in Gravity Forms, could you point me to directions for making the Enfold’s Contact element work with Gravity Forms and Mail Chimp?
Thanks,
-David
August 16, 2013 at 5:44 am #135751Hi,
I’m sorry but the theme contact forms are not compatible with Gravity Forms and you can’t import Enfold contact forms with Gravity Forms or export Gravity Forms to use them as theme contact forms. Also the Gravity Forms extensions (Mail Chimp extension) are not compatible with the theme contact form and you must create Gravity Forms to use the extension. You can embed the Gravity Forms with a shortcode into the text content.August 16, 2013 at 5:50 am #135752Hi,
You need to create the forms on the Gravity Forms panel directly then add them using the “Add Form” button on post or pages.
Regards,
IsmaelAugust 16, 2013 at 4:16 pm #135753That’s bad news.. I have a client who likes the styling of the Enfold forms. Is there an easy way to apply the themes styling to the Gravity Forms?
Thanks,
-David
August 17, 2013 at 4:30 am #135754Hey,
As far as I know the theme will override the Gravity Forms styling. Please try to create a form using the plugin then give us a link to the page.
Regards,
IsmaelAugust 17, 2013 at 11:34 am #135755Thanks Ismael, here is a link to what I want the form to look like: http://zatches.org/to-get-started/ This was created using the contact form element in the theme.
Here is a link to what it looks like now: http://zatches.org/test/ This one I created in Gravity Forms and put it on the page using the widget element.
I’m trying to figure out how to lay them out the same but I don’t have the form element to work with using the widget.
Thanks,
-David
August 19, 2013 at 8:17 pm #135756Hi David,
For the most part they are the same but Gravity Forms doesn’t spit out multi column forms so you would need to manually edit a form by each ID, adding percent widths and floats.
For example:
#top.page-id-2571 #field_1_2 {<br /> width: 48%;<br /> float: left;<br /> }<br /> #top.page-id-2571 #field_1_3 {<br /> float: right;<br /> width: 48%;<br /> clear: none;<br /> }
and something like this would force all the input widths to 100%:
#top .gform_wrapper input {<br /> width: 100%;<br /> }
Regards,
Devin
September 15, 2013 at 8:10 pm #141247Hey David,
The plugin you want to install is called Gravity Forms CSS Ready Class Selector. You’ll find it in the WordPress plugins repository with a simple search. It makes it super simple to layout your form into columns (1/2 and 1/3). It also add a few options for laying out list items. I’ve been using it for years.
-Tali
September 16, 2013 at 8:58 am #161590 -
AuthorPosts
- The topic ‘Gravity Forms ID's’ is closed to new replies.