Articles on: New to Formaloo

How to create a button with a link

To create a button with a link in your formaloo, add a Section field, and from the menu under View, choose <> Source code.



There, paste the following code. Remember to add your link inside the code and change the button's text there.

<section class="form-theme-field-border form-theme-text--main formaloo__field-section"><div class="button" style="background: #000;"><a class="button-content" href="**_YOUR LINK URL_**" target="_blank" rel="noopener">**_YOUR BUTTON TEXT_**</a></div></section>

Updated on: 22/01/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!