Is there a way to check the next URL a user visits? Basically I have a dropdown menu with a list of options for delivery dates, when you select a date and press a submit button that selected date with go into a spreadsheet I made.
However I have been trying to code something what will only send that selected date into my spreadsheet if they meet a certain URL, so I don't have to have that submit button. So if they go to checkout and the URL contains "checkout" their selected date from the previous page will go into my spreadsheet. This is all on the same website btw.