On click Open link doesnt work as expected

0
I’m using the action button to open an external link (e.g. www.google.com) with the following config: On click ‘Open link’ Link type: ‘Web’ Address: ‘Use attribute’ with a path to the link attribute However I get a link which is appended to the current link, e.g. http://localhost:8080/www.google.com  
asked
3 answers
3

Hi Minh Ngoc Tran,

You have to add https:// of http:// in the attribute. For example: https://www.google.com 

Hope this helps!

answered
0

Unless “https://www.google.com” is the value of your attribute in the object you have placed the Link button, you should change the Address setting for the Link button to Use Literal Value and change the value to https://www.google.com.

answered
0

Hi there, 

https:// or http:// solved the issue.

Thanks.

Minh Ngoc

 

answered