Skip to content

submitGoogleForm function#30

Open
kadenzipfel wants to merge 2 commits intomasterfrom
feature/submit-google-form
Open

submitGoogleForm function#30
kadenzipfel wants to merge 2 commits intomasterfrom
feature/submit-google-form

Conversation

@kadenzipfel
Copy link
Collaborator

No description provided.


function submitGoogleForm(form: HTMLFormElement, callback?: () => {}): void {
form.addEventListener('submit', e => {
let mappedInput: string[] = [];
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can be const

@angusm angusm force-pushed the master branch 5 times, most recently from 59cf66f to 66bab9d Compare May 30, 2019 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants