You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a customer buys a ticket, they should get a survey form asking for feedback on what they'd like from the event. The email should offer three options:
Reply to this email to send a note to the event's manager.
Fill out an inline form included in the email (most email clients allow this).
Fill out the same form on the web incase the email client doesn't work as expected.
Email clients can typically submit a GET form without issues. Some can also submit a POST form (especially webmail clients) allowing for text area fields with long-form content. (Privacy is somewhat addressed with HTTPS.)
The content of the form should be defined by the event manager. A form constructor is a pending dependency across our projects.
The text was updated successfully, but these errors were encountered:
When a customer buys a ticket, they should get a survey form asking for feedback on what they'd like from the event. The email should offer three options:
Email clients can typically submit a GET form without issues. Some can also submit a POST form (especially webmail clients) allowing for text area fields with long-form content. (Privacy is somewhat addressed with HTTPS.)
The content of the form should be defined by the event manager. A form constructor is a pending dependency across our projects.
The text was updated successfully, but these errors were encountered: