PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Adding an HTML Field

  1. I'm trying to add some html into an HTML Field on my form. I want the person to be able to visit a website - so I want to provide a live link for them as one of the fields.

    This is what I am using.... but it is not working:

    <html>
    <body>
    Visit the "PathWay 2 Wholeness Study" Web Page
    </body>
    </html>

    This is the url of the Form: http://www.faithandhealthconnection.org/recommendation-for-a-prospective-faith-and-health-ambassador/

    Thanks

    Posted 11 years ago on Wednesday August 1, 2012 | Permalink
  2. David Peralty

    Hi Dale, you don't need the html and body tags. You just need the link code in the HTML field and that should work as expected.

    Posted 11 years ago on Wednesday August 1, 2012 | Permalink
  3. OK... I'll try it....

    can you tell me if you see it working correctly now ...

    http://www.faithandhealthconnection.org/recommendation-for-a-prospective-faith-and-health-ambassador/

    the HTML field is PathWay 2 Wholeness and I added it about 2/3rds the way down the form.

    Dale

    Posted 11 years ago on Wednesday August 1, 2012 | Permalink
  4. David Peralty

    I've fixed it. You didn't have it wrapped in HTML tags.

    <a href='siteurl.com'>Site Title</a>
    Posted 11 years ago on Wednesday August 1, 2012 | Permalink