I have it set up so when someone clicks on a button, it sends the parameter ‘partner=jemmadoe’ and send them to a product page. What I want to happen next is when someone clicks the add to cart button, it searches to see if the URL contains this parameter ‘partner=jemmadoe’ and sends it again, so the next URL they go to is basket?partner=jemmadoe
I’ve tried using ‘only when This URL contains jemmadoe,’ but it doesn’t seem to be working. It just sends the user to /basket with no parameters.
Hey @emma1. Technically, it should send the same parameter to the next page when Send current page parameters are checked. You don’t need to do anything special. See demo below. It sends a parameter from first page to the second page, and then, without doing anything, it sends the same parameter to the third page:
This is what add to basket button does in the second page: