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, or assign]? errors=variable]? properties %}
{% set_title %}
{% auth set_setting %}
{% set_description %}
{% set_session %}
{% auth unset_setting %}
{% profile %}
{% set_timezone %}
{% set_content_type %}
{% set_robots %}
{% unset_profile %}
{% set_client %}
{% set_favicon %}
{{ profile }}
{% unset_profile_setting %}
{% set %}
{% set_header %}
{% set_client_permission %}
{% set_dictionary %}
{% set_cookie %}
{% set_canonical_url %}
Saves custom values to predefined profile settings that will be accessible whenever the current profile 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.
How to use the set_profile_setting method
CopySimple Use Case
Use Case with Validation