I tried URL type, but it requests the user to type https:// prefix?
I tried address type, but the data entered was replaced by blanks.
Actually, the field should be like hyperlink and enable navigation to the user external site.
I need also to know what should be that data type in the collection for storing a web site address.
The plain text input type should do. Use the wixLocation.to() method to navigate to the (external) url passed by the user, for example when the user clicks a button.
You can choose the URL data type when storing a web address.
Thanks