Log in as admin and click on the pencil icon on the Expenses Claim to open the Design App. (see Figure 1)
Click onExpense Claim Form and you will be directed to theForm Builder.
Hover the mouse over the Custom HTML element on the canvas and click on Edit to open up the Edit Custom HTML properties. (see Figure 2).
Code Block
title
Take note!
<a href="setupCategory" target="_blank">
This Custom HTML is used to redirect to another page in the App when the user clicks on "Setup Category".
To see it working, head back to the Design App and click the Launch button in the Userview column.
Click on Create a New Expense Claim button on the Dashboard, fill up the necessary details and click Continue Next Screen.
Here you will find the link. Click it to see it redirects you to the Setup Category page. Open
Head back to the Design App and open up the Expenses Claims Apps under Userviewcolumn.
In Userview Builderand take a look at the properties of Setup Category. The a Note that the <a> href attribute used in Custom HTML element was using the CustomID to specify the page link the link goes to. (see Figure 3)