Hello guys I have a button on the site that has a value combine export function and I need the button to change the page to the next step of the check out process also.
I added this code to the export function declaration but removed it since it didn’t work. I also tried adding the link on the button without the code, also didn’t work.
$w(“#myElement”).link = “http://wix.com”;
$w(“#myElement”).target = “_blank”;
^^ I obviously changed this to my information lol I didn’t leave the pre written text.
Now another thing, I wanted to have this total appear on another page (the check out page). If I took the “#servicestotal” box and added it to the other page will it still fill out?