1. Home
  2. SchoolForms Online (SFO)
  3. Adding Links to Forms in SchoolForms Online

Adding Links to Forms in SchoolForms Online

You can use HTML to add a hyperlink in a form in SchoolForms Online.

In the Instructions field for a group element, type an Anchor Tag.

Anchor Tag

Leading text <a href=’http://www.NameOfTheWebsiteLink.html’>LinkText</a>

NOTE: When formatting HTML in SchoolForms Online, you must use SINGLE quotes for external references.

For example:

Click here to go to <a href=’http://www.google.com’>Google!</a>

Would produce a line like this:

Click here to go to Google!

NOTE: In this case the punctuation is inside the <a> </a> tags, so it is part of the link!

If you want the link to open in a new browser window or tab, use the target attribute, as in this example:

Click here to go to <a href=’http://www.google.com’ target=’_blank’>Google!</a>

Need Support?
Can’t find the answer you’re looking for? Don’t worry we’re here to help!
Create a Ticket