I been developing a webpage and after sending an email using a google script I got this confirmation.
This is the form and the script
How can I hide this screen so the user doesn't have to see it.
I been developing a webpage and after sending an email using a google script I got this confirmation.
This is the form and the script
How can I hide this screen so the user doesn't have to see it.
I had a similar issue on my website.
I will share my button + hidden redirect. I hope you can try this.
<button class="contact_button" type="submit" value="Send" onclick="thanks()">SEND</button>
<!-- This is how to make a form input hidden -->
<input type="hidden" name="*redirect" value="<YOUR_WEBSITE_URL>"