Appnitro Software Forums » MachForm

Is there any way to have static text and static links within the form?

(5 posts)
  • Started 2 years ago by zechariah1979
  • Latest reply from redityo

  1. I am wanting to have text and links and possibly images within the form itself. Is it possible to do this somehow?

    Posted 2 years ago #
  2. 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 2 years ago #

  3. Posted 2 years ago #
  4. actually it didnt work, it only takes text and no html.

    Posted 2 years ago #
  5. 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>
    Posted 2 years ago #

RSS feed for this topic

Reply

You must log in to post.