Placing a checkbox submission into html eblast - html

I am trying to send an eBlast from mailchimp with a form embedded with checkboxes that when the button is pressed it sends a reply with whatever box they have chosen. Then their responses would be put into a google excel sheet so we know who is RSVPing. Is there a way to do this? Maybe there is an easier way and Im going about it wrong. Would love your guys help. Thanks

Forms in emails are only supported by a handful of email clients. An easier option/method would be to take them to a landing when a user clicks on yes, no or rsvp button. That page can give the right confirmation measage depending on what option a user has chosen.

Related

How to automatically fill in a Multi-Page Google Form?

I'm trying to automatically fill in a google form through a link, as seen in this post:
Auto-Fill or automate a Google Form
Is there any way to do this, or is there a better way to submit the form?
I tried following the above tutorial, along with trying to splice the two form responses created from submitting the two pages, I also tried going to both urls in sequence. Not sure what else to do, someone please help.

Can I use a user-entered text value in one section of a Google Form to populate checkbox options in the next section?

I'm trying to figure out if this is possible and if so any help on how to make it happen would be amazing. If not, I'd love to get an idea why it's not possible. I'm a novice and looking to learn! :)
I want to take a text response to one question in the first section of a Google Form and use that to populate checkbox options from a Google Sheet in the next section.
Basically, people check equipment out from my office for use with students and they can submit the form for extensions. I sometimes get confusing responses and would like to give them checkbox options based off the students' ID they enter in the first question.
Is any response information even available to use before the form is submitted?

Create a hyperlink using text from input

so I basically want to utilize Whatsapp Web ability message people who are not in my contact. I whatsapp a lot of people and It's just not practical to save each and everyone of them to my contact list.
To do that, I simply need to insert this url into my browser:
https://api.whatsapp.com/send?phone=
and insert the number after the equal mark.
I made a simple input tag, but I don't know how to make my submit button open the Whatsapp's api link and also add the number I put in the input box.
Thanks

Getting the e-mail of someone who clicked on a button?

Not sure if this is even possible, but my (admittedly basic and tertiary) Googling has turned up a lack of results.
Is it possible to fetch the e-mail address of someone who clicks a button?
I'm trying to make a check-out spreadsheet that has a few functionalities Google Forms does not offer: specifically, graying out options in a list while those options are unavailable. I don't want people ignoring an e-mail box that they're meant to type in, or using another person's email, but I can't figure out if there is or is not a way to get the e-mail of someone who clicks a button.
Thanks in advance.
Shabnam got it.
[currentUser=Session.getActiveUser().getEmail()]
if you missed his comment.

How to make Google Form send out a confirmation email to the user who filled it out?

Is there any way to script a Google Form in a way that it automatically sends out an email with the form response summary to the user who filled it out?
The flow should be:
- A user fills out a Google Form embedded on a website, the form includes "email" field
- Every time this happens, Google Form sends an email to the respondent with a summary of his answers in the form.
There's a specific script to do what you're trying to do. It's called MCQ and it was created by Romain Villard. It's a little tricky to use, but I've figured it out and I'm using it on a regular basis. Email me at primeinstruction#gmail.com and I can help you to do it.
Joseph