Adding a Button to a Text Block

Here is how to add add a button to a Spectra Text Block:

1.Add a Text Block to your page and drag it where you want the form to go on the page.
Adding a text block

2.In the Text Block Content area, click on the Text tab.
Text block text view

3.Paste this code snippet:

<a class="button" href="URL GOES HERE">BUTTON TEXT GOES HERE</a>

4.Replace URL GOES HERE  with the URL of the page you want to link to and BUTTON TEXT GOES HERE  with the text you want on the button

5.The final result will look something like this, but with your URL and button text:
Button short code

6.Scroll back up the page and click on Publish or Update in the top right to publish the form.