learn-to-send-email-via-google-script-html-no-server icon indicating copy to clipboard operation
learn-to-send-email-via-google-script-html-no-server copied to clipboard

:email: An Example of using an HTML form (e.g: "Contact Us" on a website) to send Email without a Backend Server (using a Google Script) perfect for static websites that need to collect data.

Results 26 learn-to-send-email-via-google-script-html-no-server issues
Sort by recently updated
recently updated
newest added

I do every step correctly and everything works except the ajax post where the form stays on same page after submitting with ajax. This works perfectly fine on pc/desktop but...

I've followed all the instructions to implement the form-data-submission code to my already existing bootstrap form. I've added name attributes that are the same as the headers of my spreadsheet....

I managed to implement a simple Google reCAPTCHA validation in the form by adding in the reCAPTCHA, and using javascript to enable the submit button once it is solved. Doing...

I can't display "Thank You" message after form submitted. How I fix this?

Can you please provide a video on this topic was having confusion in **[step 10](https://github.com/dwyl/learn-to-send-email-via-google-script-html-no-server#part-two---make-it-look-good-)**. **PLEASE**

Hello, I am having trouble finding a way to change the email sent message format (step 13). I don't see where to add the "result += ..." line. Can someone...

Hi, after successfully sending the email. Is it possible to delete the sent email or move it to trash once sent?

This feature adds option to set email subject and email sender name

set minimum input length for message to avoid message that is too short and cannot provide enough information

Hi there! This is an amazing project and I'd love to do some work on it if you'd allow me. Here is a basic implementation of how your project could...