This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
How to insert my text paragraph with no box below?
Started 15 years ago by rhonda02 | 5 posts |
-
I've seen forms where the model release was typed out and then there is the space for the electronic signature under it. I can only find the text paragraph and it puts the empty box where the client could type something/notes ect but I don't want that there. I just pasted my text into the Field Label but it still shows the empty box for them to fill out- not sure if I'm doing this right. Just getting started today! I wish there was a better tutorial or how-to for these forms. Thanks for any help- not sure what I am doing wrong or if I am supposed to somehow code and paste it somewhere.
Posted 15 years ago # -
I think I have it figured out. I believe I need to use the Checkbox feature, so working on that. Thanks!
Posted 15 years ago # -
Hi,
You can try to use a section break for paragraph text and if you need to add an agreement confirmation, you can add a check box field under that section break with required feature enabled.
I think it would solve your problem also.
MachForm Support
Posted 15 years ago # -
I need to do the same thing as the Original poster here. I tried the "section break" option, but I do not like that it makes a line in between each section break. I want to be able to do sections with bold text headers, and then the text underneath. There needs to be a way just to insert text, and adjust the font.
Anyone???
Posted 11 years ago # -
With the text font size you can use standard HTML codes such as headings (h1, h2, h3, h4, h5 etc).
Also you can style the text/paragraph section of the section break with inline styles. such as font-size and font-family etc.
If unfamiliar with CSS or HTML, suggest you start with the tutorials at www.w3c.orgFor removing the separator line, I believe this may do it as below (try this out to see if it works first). For my installation for one form this was on line 305 in view.css but it may be different for your form(s).
Search in the document for
#main_body form li.section_break
and remove or comment out the line,border-top:1px dotted #ccc;
Posted 11 years ago #
Reply
You must log in to post.