staticFormEmails
staticFormEmails copied to clipboard
how to put forms which send emails onto static sites
If you'd like your javascript to give a more specific message, you can use the following: ``` $("#gform").on("submit", function(e) { $('#gform *').fadeOut(1_000); // get all the inputs into a dictionary....
Configuring this Static: From I receive empty values, the POST was performed successfully with the body, but all responses were empty in the google form. I find that the HTML...
Hi, I'm hoping @toperkin is still looking at issues, this repo seems to be abandoned / unloved now? Anyways, I noticed in your readme, you don't mention the email address...
This git is awesome for getting email responses on static pages. Google forms has it's own email response form which validates emails. However, I can't make use of it because...
FYI. the script source assumes the user has an assets folder with min.js. I changed it to "https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/" to get it to work.
It appears if you are logged into multiple gmail accounts in your web browser, including the form owner, the submission will fail. 1. Follow all instructions from README 2. Be...
Content Security Policy has been added by Google which prevents putting the form in an iframe , Does anybody know any thing to work around this issue?