Because Wix uses widgets for HTML code, it causes the thank you page or check out page to open within that widget rather than a new tab in the browser. Here's the fix to force Wix to open the page in a new tab:
- When adding the HTML code for an opt-in form or buy button to a Wix website, you will need to add this piece of code [target="_blank"] to make the thank you page or checkout page open in a new tab.
- For the opt-in form, add the code right after "post"
For example: <form method="post" target="_blank" action="https://mybusiness.coachesconsole.com/optin">... - For the buy button, add the code at the end of the first string
For example: <a href="https://mybusiness.coachesconsole.com/products?action=addToCart&pid=5c0f399dfbb5813169ae5a65" target="_blank">
Comments