-
My website domain is accumaker.com .
-
I have a page called “index.html” ( accumaker.com/index )
-
I want, for example, the user go to url as " accumaker.com/index.html?par1=valordopar1 ", redirect the user (in new window) to an external site " www.externalsite.com?par1=valordopar1 "
-
Please how can I do it?
-
I can let this to be done ONLY in mobile users?
Hi,
In your home page code, check for the par1=valordopar1 query parameter and redirect the user to the external url using wixLocation.to
Use formFactor to check if the user is viewing on mobile.