@andriigo my appologies, I made a mistake the code I provided, it should be:
window.location.replace("http://www.yoururl.com?" + formData);
instead of:
window.location = "http://www.yoururl.com?" + formData;
@andriigo my appologies, I made a mistake the code I provided, it should be:
window.location.replace("http://www.yoururl.com?" + formData);
instead of:
window.location = "http://www.yoururl.com?" + formData;