Hi All,
Since wordpress and Gravity ask for a title two are display on the form page see http://www.naturalbuildingdesign.co.uk/contact-us/.
What is the best way to have only one displayed?
Cheers,
John
Hi All,
Since wordpress and Gravity ask for a title two are display on the form page see http://www.naturalbuildingdesign.co.uk/contact-us/.
What is the best way to have only one displayed?
Cheers,
John
All you have to do is unselect the "display form title" checkbox when adding your form shortcode:
screenshot: http://grab.by/8EIA
If you want, you can always edit your existing form shortcode in your page and inlcude "title=false"
[gravityform id=73 name=UntitledForm title=false]
Hi Kevin,
Thanks. While you are there....
This page uses a Gravity form http://www.studiopress.com/contact
When you select a "contact reason" new fields come up to add with depending on what you selected.
How is that done?
Cheers,
John
This is done with the built-in conditional logic feature.
First, you need to have a drop-down, checkbox or multiple choice field with options defined.
After that, you can show/hide individual fields or groups of fields (grouped under section breaks) based on the choice selected in a previous field.
I created an example form with 3 choices in a drop-down field and three sections with content. If you choose option 3 from the drop-down field, then the section 3 content is displayed. Here's a screenshot of the setup in the admin - very simple.
admin screenshot: http://grab.by/8FM2
preview screenshot - no option selected: http://grab.by/8FMy
preview screenshot - option 2 selected: http://grab.by/8FMA
You can download/import this test form and see how it's all put together. It's pretty easy to do once you get in there and get the idea.
Hi Kevin,
That is great there is only one thing. I have looked at the help files on Section Breaks but there is no where that says how to insert a section break in a form!
Also you xml thing just brings up some words with no formatting.
Lastly you may know this. Why does my setting page come up with Warning! This operation deletes ALL Gravity Forms data. I do not want to lose all my settings and I have bought and registered and got a Licence Key. Added to the field (but after I created the form).
Thanks for all your help..
Cheers,
John
You add section breaks just like any other field in the admin. It's an option on the top right panel. You add them, then drag them to wherever you would like them in the form.
The xml file is intended to be downloaded to your desktop (right click - save file as, etc) then you go to the import/export page in the Gravity Forms page, select import, browse for the xml file you just saved and import it. It will use that XML information to recreate the form on your installation.
That's not an error, it's a notice to let you know not to click the "Uninstall Gravity Forms" button unless you're prepared to lose everything - all of your forms and data. Just ignore it otherwise.
Hi Kevin,
Oh flip. I feel so stupid. I was looking but did not see it!
I have got it now. I have BBedit and have got all the xml and html. Thank you....
Cheers,
John
Great John. Thanks for the update. You'll be an old pro in no time.