Buttons
Add buttons to link out from your workflow
You can add a button anywhere in your interview workflow to link to any site, like this:
${ action_button_html("https://www.gavel.io", label="Visit our web site") }
Replace only the bolded text above.
This text will look like the below, and will link to www.gavel.io:
Add a hyperlink to your workflow
If you write: [Link text here](https://www.gavel.io) it will display: Link text here
If you would like it to open in the same tab:
<a target="_self" href="https://www.gavel.io">Link Text Here</a>