Insert a Hyperlink in Form Instructions in a Knack Database App
Sometimes when a user is filling out a form, you want them to be able to easily click on a link to be able to reference something else. Maybe an external site, or an Excel or Word template. Here I show a simply way to do that with Knack forms instructions
Here's the code:
This following is a link that will open in another window. <a style="text-decoration: none;" target="_blank"
href="https://www.knackbuilders.com">Click Here</a>
Thanks!