This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 4
Insert HTML into middle of the form
Started 9 years ago by bemofunny | 8 posts |
-
Is there a way to insert HTML into a middle of a form?
Thanks,
Posted 9 years ago # -
You can use Section Break field for this. Simply insert the HTML tag into the Section Break
MachForm Founder
Posted 9 years ago # -
It would be great to have an HTML field that could be used for this very reason. Sometimes you want to add a note in the middle of a form that has nothing to do with collecting user information. In addition, it would be great to be able to control this note appearing or not with conditionals on other fields.
That being said, Machform is pretty awesome!
Posted 9 years ago # -
@Todd: Have you looked at the section break field? It does exactly what you want from an "HTML field". Its only purpose is to display text, and it can be shown or hidden with conditional logic. It's name is rather misleading; it doesn't insert any kind of "break" into your form, just text.
Posted 9 years ago # -
It's name is rather misleading; it doesn't insert any kind of "break" into your form, just text.
I would disagree slightly; it does effectively break the page into sections.....hence its name :)
Posted 9 years ago # -
@AMurray: I guess we'll have to agree to slightly disagree on this one.
Posted 9 years ago # -
You can put this custom css code to remove the top border on section break field :
#main_body form li.section_break {
border-top: none !important;
}I use section headers all the time for large quantities of read-only body text
Posted 9 years ago # -
You can put this custom css code to remove the top border on section break field :
#main_body form li.section_break {
border-top: none !important;
}I use section headers all the time to embed large quantities of read-only body text
Posted 9 years ago #
Reply
You must log in to post.