In this tutorial, we'll learn how to customize the default value of any on-page dynamic code.
Step-By-Step Tutorial:
Step 1: Access the Dynamic Page Elements
Log in to your AEvent account. Access your timeline settings and go to the "Code" section.
You'll find the Dynamic Page Elements on these 4 tabs.
Scroll down to the bottom of the "Code" section to see the Dynamic Page Elements.
โ
Step 2: Specify Default Value if Value is Blank
You can specify a default value if that information is not provided. Just add '
| value
' to your dynamic tag.
Example:
Dynamic tag is
{{!firstname}}
and "| Value" is| Friend
{{!firstname | Friend}}
.
With
{{!firstname | Friend}}
, if the first name is not provided during registration, instead of showing the original value {{!firstname}}, it will now show "Friend."This works across the system, using not only pre-defined variables but also custom field variables.
Congratulations! You've now learned how to customize the default value of any on-page dynamic code.
If you have any questions, please reach out to Support.
Enjoy customizing!