Form Object
The form.link will direct you to a form created in the form builder, which you assign by putting the ID number in the code, and looks like:
Copy
[* form.link(1,'Go to the Form here') *]
You can also use the URL variant, in the same way that is done for links:
Copy
<a href="[* form.link_url(1) *]">Check your preferences</a>
SSL
You can also add a secure page to the form by including either _ssl to the URL variant:
Copy
<a href="[* form.link_url_ssl(5) *]">Check Prefs</a>
Or to the standard form.link:
Copy
[* form.link_ssl(5,'Go to the Form here') *]
Bespoke Forms
You can also link to prefilled, bespoke forms, but to do so you must use the Link Object API.