Feedback page variables
Variable | Description |
---|---|
first_name | Collect the users first name in feedback form e.g. |
last_name | Collect the users last name e.g. Same as first_name, except with last_name variable |
Collect the users email e.g. Same as first_name, except with email variable | |
name_or_email | ? e.g. |
submitted_address | Collect the users address e.g. Same as first_name, except with submitted_address variable |
mobile_number | Collect the users mobile number e.g. Same as first_name, except with mobile_number variable |
is_volunteer | Ask if user wants to volunteer e.g. |
email_opt_in | Ask if user wants to opt-in to emails e.g. Same as is_volunteer, except with email_opt_in variable |
is_private | Ask if user wants their feedback to be private e.g. Same as is_volunteer, except with is_private variable |
content | Displays content specified in page's admin section e.g. {{ page.feedback.content }} |