Where do I put a paragraph of text for my disclaimer? Here's the form. I want it right before the total.
http://www.carolina-clean.com/softwashquote
Thanks
Where do I put a paragraph of text for my disclaimer? Here's the form. I want it right before the total.
http://www.carolina-clean.com/softwashquote
Thanks
Assuming your disclaimer is a few paragraphs, I would put a section break field directly below the "special instructions" paragraph text, then use the CSS Ready Class "gf_scroll_text" to create a scrolling content box for your content.
http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes
Ok I adding "gf_scroll_text" to the css part but where to I place the paragraph? I added to the title and description and both don't show up.
You should just have to add the title (field label), and then put your content in the description field.
screenshot: http://bit.ly/n3sd3p
Then, on the "Advanced" tab, add your Ready Class name
screenshot: http://bit.ly/qLwcMx
Save the form then it should work like this.
screenshot: http://bit.ly/mYBjpL
I did everything like you said. Must be this stupid theme again. Can't win with this thing.
Link:
http://www.carolina-clean.com/softwashquote
It sucks you spend money on things that you can't even use.
I see the section break you added called "Attention!" but I cannot see the disclaimer text in a scrolling textarea. The text of your disclaimer does not appear in the source of the page either.
<li id='field_1_12' class='gfield gsection' >
<h2 class='gsection_title'>Attention! </h2>
</li>
There should be a gsection_description div in there, but there is not.
Can you see the disclaimer text if you preview the form (which will eliminate conflicts with your theme)? If not, then the section break may not be set up correctly.
I am just using "out of the box" basic gravity forms, and was told to use "Section Break" to add text to the form. The field label displays but that's all. I see an empty box. Anything else I can do to get the text to display?
@mamuka, have you typed anything in the description for that section break? Please post a link to your form.
here is form link http://credmeds.com/wp-content/plugins/gravityforms/preview.php?id=6
I added text in the description in Section break and also tried to do the same in paragraph text-in the Advanced default value section. After I save the form. The text disappears.
Thanks for looking at this
Chris I also checked out the theme and plugins that may be causing issues-per instruction sheet for problem solving.
@mamuka, only administrators on your site can view forms using the preview link. Please send a link to the form embedded in a URL I can access. Thank you.
Chris here is URL to the form I just put up in menu called TOS.
http://credmeds.com/tos-sample/
I think this might be the source of your problem:
"After I save the form. The text disappears."
Are you saying that you type the text in the description field of a section break, but when you save it and go to re-edit it (or view it) it's gone? If that's the case, you probably have a plugin conflict. Have you followed all the instructions here on testing for a plugin conflict?
http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict
I was able to create a form similar to yours without a problem. I used a section break, put my HTML in the description (The Yahoo Terms), added a CSS ready class of gf_scroll_text so it's contained to a smaller space, then conditionally hid the submit button based on your acceptance of the terms.
http://gravity.chrishajer.com/terms-of-service/
If you're entering text into the description but it will not save, you have either a plugin or theme conflict.
FYI, I had the exact same problem. I was about to see if it was theme or plugin conflict, but noticed that when I just typed a few words, they would show up. It was only when I right clicked paste that they would vanish on update form. What finally fixed it for me was when I was copying the HTML from Dreamweaver into the description field, I needed to use CTL+V instead of right click paste. Whenever I would right click paste, the code would be gone on update. But with CTL+V the code stuck, and worked.