Saves custom values to predefined profile settings that will be accessible whenever the current profile is logged in. Note that this is meaningless unless the user is logged in.
Profile settings may include validation, in which case all settings will be validated before being set and any validation error will prevent the setting(s) from being set. Validation errors may optionally be output to a variable.
{% set_profile_setting[var|set|assign] errors = new_variable_nameIf there are any validation errors encountered while saving the setting value(s), they will be stored in this variable name. If not specified than the validation errors will simply not be saved. The variable will be saved using the "var" behavior unless "set" or "assign" are specified.setting1:value1Include one or more settings to set on the profile....%}
You may also include reference variables as properties, which will be dereferenced to their property names before setting the profile settings.
Set Profile Setting 1
CopySet Profile Setting 2
CopyError saving {{error.Key}}: {{error.Value}}
{% endfor %} {% endif %}