Send responses
Learn how to send full and partial responses to your server or Google Sheets.
Send full and partial responses to your server or Google Sheets
#! post-url = {url}
>> post
phone* = TelInput(
| question = What is your phone number?
| description =
This will allow us to get in touch and fulfill your
order. Make sure the number is correct.
)
---
products* = PictureChoice(
| question = What products would you like?
| choices =
T-Shirts && https://res.cloudinary.com/dnriuttuy/image/upload/v1720015194/tshirts.png,
Socks && https://res.cloudinary.com/dnriuttuy/image/upload/v1720015163/socks.png
| multiple
)Format of responses
Last updated