Using bookmarks in the HTML page
Hi there,
how is it possible to use bookmarks inside the HTML page ?
I set up a bookmark with
<a href="#link">Part 1</a> and mark the HTML block with
<h2 id="link">Part one</h2>. When I run the app, open the page and click on this hyperlink, app opens another view/form which is placed first in my app.
I checked the URL behind the link in the running page, it looks like
https://customerportalname.zohocreator.eu/portal/appname#link which is clearly wrong as it misses the page name.
Any ideas how to fix it ?
P.S. The same happens when trying to create a navigation in the page with <nav> </nav>.
Regards, Kirill