Hi i am trying to add an anchor that pulls in the domain name and then i can just have whatever after that for example
<a href="GET_THE_DOMAIN+/admin/pages/customers/add.aspx">ADD CUSTOMERS</a>
how can I get the domain without hardcoding it since we will be using the same website but in different domains with different content, in other words the only thing changing is the domain
Thank you
Can’t you just use an absolute link without the domain?