Move how did you find us Q to post-submission survey
This commit is contained in:
parent
3b4ce30534
commit
bb78d46e49
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ id: contact
|
|||
title: Contact
|
||||
description: 'Basic email contact webform.'
|
||||
category: ''
|
||||
elements: "introduction:\n '#type': webform_markup\n '#admin_title': Introduction\n '#markup': 'You – our clients, colleagues, and crazed adoring fans – are the reason we do what we do. We'd love to hear from you.'\nname:\n '#title': 'Your Name'\n '#type': textfield\n '#required': true\n '#default_value': '[current-user:display-name]'\nemail:\n '#title': 'Your Email'\n '#type': email\n '#required': true\n '#default_value': '[current-user:mail]'\nsubject:\n '#title': Subject\n '#type': textfield\n '#required': true\n '#test': 'Testing contact webform from [site:name]'\nmessage:\n '#title': Message\n '#type': textarea\n '#required': true\n '#test': 'Please ignore this email.'\nhow_did_you_find_us:\n '#type': webform_radios_other\n '#title': 'How did you find us?'\n '#options':\n 'A professional or personal recommendation': 'A professional or personal recommendation'\n 'I met an Agaric and was given a business card': 'I met an Agaric and was given a business card'\n 'Google or something similar': 'Google or something similar'\n 'The Agaric logo appeared on toast I made': 'The Agaric logo appeared on toast I made'\n '#other__option_label': Other\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Send message'"
|
||||
elements: "introduction:\n '#type': webform_markup\n '#admin_title': Introduction\n '#markup': 'You – our clients, colleagues, and crazed adoring fans – are the reason we do what we do. We'd love to hear from you.'\nname:\n '#title': 'Your Name'\n '#type': textfield\n '#required': true\n '#default_value': '[current-user:display-name]'\nemail:\n '#title': 'Your Email'\n '#type': email\n '#required': true\n '#default_value': '[current-user:mail]'\nsubject:\n '#title': Subject\n '#type': textfield\n '#required': true\n '#test': 'Testing contact webform from [site:name]'\nmessage:\n '#title': Message\n '#type': textarea\n '#required': true\n '#test': 'Please ignore this email.'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Send message'"
|
||||
css: ''
|
||||
javascript: ''
|
||||
settings:
|
||||
|
|
|
@ -12,7 +12,7 @@ id: contact_confirm
|
|||
title: 'Thanks for contacting Agaric'
|
||||
description: 'A confirmation page to ask some follow-up questions.'
|
||||
category: ''
|
||||
elements: "do_you_have_any_feedback_for_us_:\n '#type': textarea\n '#title': 'Do you have any feedback for us?'\n '#required': true\n '#format_items': comma\nsubmission_id:\n '#type': hidden\n '#title': 'Submission ID'\n '#default_value': '[current-page:query:submission]'"
|
||||
elements: "do_you_have_any_feedback_for_us_:\n '#type': textarea\n '#title': 'Do you have any feedback for us?'\n '#required': true\n '#format_items': comma\nhow_did_you_find_us:\n '#type': webform_radios_other\n '#title': 'How did you find us?'\n '#options':\n 'A professional or personal recommendation': 'A professional or personal recommendation'\n 'I met an Agaric and was given a business card': 'I met an Agaric and was given a business card'\n 'Google or something similar': 'Google or something similar'\n 'The Agaric logo appeared on toast I made': 'The Agaric logo appeared on toast I made'\n '#other__option_label': Other\nsubmission_id:\n '#type': hidden\n '#title': 'Submission ID'\n '#default_value': '[current-page:query:submission]'"
|
||||
css: ''
|
||||
javascript: ''
|
||||
settings:
|
||||
|
|
Loading…
Reference in a new issue