How to convert a button into a link

This article will show you how to convert a button on your page to a link

Open the html editor and search to find the button to convert into a link

The button element opens with “<button”, contains a “data-id” (amongst other values) and then closes with “/button>”

To turn this into a link, change the opening and closing tags to “a” and adjust the “data-id” to be just “id” and change “button” to “link”

Remember to save after changes

After you make the adjustments, click the Save button on the bottom right of the editor

Then click on the element on the page to confirm it now has the Link functionality

Last updated