A valid email address. All emails from the system will be sent to this address. The email address is not made public and will only be used if you wish to receive a new password or wish to receive certain news or notifications by email.
Several special characters are allowed, including space, period (.), hyphen (-), apostrophe ('), underscore (_), and the @ sign.
Your virtual face or picture.
One file only.
256 MB limit.
Allowed types: png gif jpg jpeg.
Contact settings
Allow other users to contact you via a personal contact form which keeps your email address hidden. Note that some privileged users such as site administrators are still able to contact you even if you choose to disable this feature.

Webform

Order
Status
The open, closed, or scheduled status applies to only this webform instance.

Open

Close

Enter submission data as name and value pairs as YAML which will be used to prepopulate the selected webform. You may use tokens.
# This is an example of a comment.
element_key: 'some value'

# The below example uses a token to get the current node's title.
title: '[webform_submission:node:title:clear]'

# Add ':clear' to the end token to return an empty value when the token is missing.
# The below example uses a token to get a field value from the current node.
full_name: '[webform_submission:node:field_full_name:clear]'