Creating Inline HTML Field as Buttons

We can create an Inline HTML field to work as a button.
Steps:
1. Create an Inline HTML field
2. In ‘Validation & Defaulting’ subtab set the default value as follows

<html>
 <button onclick="window.open('https://www.google.com/', '_blank');"> Click here
  </button>
</br>
</html>

Leave a comment

Your email address will not be published. Required fields are marked *