Created
December 18, 2020 18:42
-
-
Save fischerbach/20598aae0c94357863ba01c50f458c52 to your computer and use it in GitHub Desktop.
Code for article
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.ajax({ | |
url: 'YOUR_APP_SCRIPT_URL', | |
type: 'post', | |
data: { | |
'question': 'answer' | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gist for the article:
How to create online survey for free with SurveyJS and Google Sheets