Hyperlinking in Tourial Forms | Navless Product Documentation
The documentation explains how to add clickable hyperlinks to the opt-in text of Tourial forms by embedding HTML anchor (`<a>`) tags with `href` attributes linking to URLs like Terms of Service and Privacy Notice, enabling users to access these documents directly from the form.
Adding Hyperlinks to Your "Opt-In Text" in Forms
If you want to include clickable hyperlinks in your form's opt-in text, you'll need to use a bit of HTML. This allows users to easily access your Terms of Service, Privacy Notice, or any other important document directly from the form.
How to Add Hyperlinks Using HTML
To add a hyperlink, you'll need to use the <a> HTML tag. Below is a simple example of how to do this:
Original Text:
"By filling out and submitting this form, you confirm that you agree to our Terms of Service. For more information on how we process personal information, please refer to our Privacy Notice."
With HTML Hyperlinks:
By filling out and submitting this form, you confirm that you agree to our <a href="https://www.yourwebsite.com/terms-of-service">Terms of Service</a>. For more information on how we process personal information, please refer to our published <a href="https://www.yourwebsite.com/privacy-notice">Privacy Notice</a>.
Breakdown of the HTML Tag
<a>: This is the anchor tag that creates the hyperlink.href: This attribute contains the URL you want to link to.- The text between the opening
<a>tag and the closing</a>tag is what the user will see as the clickable link.
That's it! Just replace the URLs with your own, and you'll have clickable links in your form.
Related
Tour Engagement Data | Navless Product Documentation
After setting up the HubSpot Integration, Tourial engagement data—including detailed metrics like time spent, clicks, form interactions, and metadata such as Tourial name, URL, and visitor IDs—is sent via HubSpot cookies to populate contact record activity feeds, enabling users to create targeted lists, workflows, and reports based on visitor interactions with Tourials within HubSpot.
HubSpot Integration FAQs
The HubSpot Integration FAQs explain how to configure Tourial forms to block free email providers by selecting "Email (non-generic)," confirm that UTMs pass from embedded Tours to HubSpot, clarify that Tourial forms do not auto-populate known HubSpot contact data, detail that HubSpot forms with CAPTCHA enabled won't appear in integration pick-lists, describe why submissions may show as "unidentified form" due to API routing through Tourial servers, and note that HubSpot identifies known contacts on ungated tours using HubSpot cookies.
Lead Forms with HubSpot | Navless Product Documentation
The documentation explains how to integrate Tourial forms with HubSpot by creating or selecting a HubSpot form, importing and mapping fields (including hidden UTM parameters) into Tourial, styling the form, configuring confirmation modals, and testing lead submission to ensure data flows correctly, while also addressing FAQs about blocking free email providers and UTM parameter passing.
Form Fails | Navless Product Documentation
Navless' Tourial sends email alerts to admins only for three specific form submission failures—Blocked Email, CAPTCHA enabled on HubSpot forms, and missing required fields—when using the HubSpot integration, while Marketo and Pardot users do not receive such alerts, and issues with field mismatches between Tourial and HubSpot forms can cause submission failures with internal notifications handled differently across integrations.
Lead Forms in Pardot | Navless Product Documentation
The documentation explains how to create and connect a custom Pardot Form Handler to a Tourial form by mapping fields (including UTMs), styling the form, configuring confirmation settings, and testing the integration to ensure leads are successfully sent to Pardot.
Leads Forms in Salesforce
The Salesforce lead form integration with Tourial enables tagging leads created from Tours using a custom checkbox field named "Tourial_Source" on the Lead object, and allows passing Tourial form submission data to corresponding Salesforce lead or contact records by creating and mapping matching fields in Tourial forms connected to Salesforce.