are there anyway that URL links in attributes be set as open new window and not direct link when user clicks it?
Hi,
Yes, you need to add the correct html attribute to the display area of this attribute HTML a target Attribute
I hope this is helpful to you.
not working as expected… I tried it… but as the attribute is “URL” it will auto add in “http://” as well as remove all tag format… the frontend result will be “https://a%20href=”
Hi,
Please use this code in display format:
<a href="%value%" target="_blank">click here</a>
it does not work…
attribute Field Type is “URL”…
it will auto add “https://” within the start of the textbox if it is not url format
Hi,
Please note that the URL field type will always require htpps. I recommend using another field type if you don’t need htpps.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.