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
Is there any way to have static text and static links within the form?
Started 15 years ago by zechariah1979 | 5 posts |
-
I am wanting to have text and links and possibly images within the form itself. Is it possible to do this somehow?
Posted 15 years ago # -
Yes, use the "section break" - this is not really an "input field" type, it's for "free" text and whatever else you want to include - but you'll need to know a little basic html.
e.g. for links the code is something like
<a href="http://www.yoursite.com/thislink.html">Link to this page</a>
and Image link is
<img src="http://www.yoursite.com/images/pic.jpg">
Use the above syntax for links and images, and you shouldn't go wrong. I think you can even use basic HTML in the "tip" box that pops up when you mouse over each field using formatting such as:
-<strong>
(bold text)
-<em>
(italic text)
-<u>
(underline).Other basic markup might include
Un-ordered(bullet)lists:
<ul>
<li>List item</li>
</ul>
Similarly, ordered list:
<ol>
<li>Ordered List Item</li>
</ol>
Experiment with these and try out the results.
Insert the HTML markup directly into the text box for the Section Break field, and it will show on the form's page in the style you set.
So italics will be like this: this is italic print and bold: This is bolded text
Posted 15 years ago # -
Posted 15 years ago # -
actually it didnt work, it only takes text and no html.
Posted 15 years ago # -
Hi,
Could you tell me how you go with it ? it's work for me when I write this tag on section break element.
<a href="test.html">test</a>
MachForm Support
Posted 15 years ago #
Reply
You must log in to post.