Returns the sum of field IDs 123 and 321. The sum is updated whenever field ID 123 or 321 changes if it is used in field settings.
Learn more about the #calc variable
Returns the number of repeatable rows in section ID 123 multiplied by 10. The value is updated whenever the number of rows in section ID 123 changes.
Learn more about repeatable sections
Dynamically returns You chose option 1 if field ID 123 equals Option 1. The value is updated whenever field ID 123 changes.
Learn more about the #text variable
Field label
Field default value
Field placeholder
Field help
Field content (Text Editor and HTML field types)
Field min / max attributes
#if(#calc(#field(123)) > 10)Number greater than 10#endif
Dynamically returns Number greater than 10 if field ID 123 contains a number greater than 10. The value is updated whenever field ID 123 changes.
Learn more about the #calc variable
Email templates
PDF templates
Action settings
Conditional logic THEN / ELSE values
Field label
Field default value
Field placeholder
Field content (Text Editor and HTML field types)
Field help
Field min / max attributes
Blog
Example
Description
Where To Use
#blog_name
Returns the site title.
Anywhere
#blog_admin_email
Returns the administration email address.
Anywhere
#blog_date
Returns the current date using the site date format.
Anywhere
#blog_time
Returns the current time using the site time format.
Anywhere
Selects, Checkboxes and Radios
Example
Description
Where To Use
#field(123)
Returns the value of a select, checkbox or radio for field ID 123.
Anywhere
#select_option_text(123)
Returns selected option text for field ID 123.
Anywhere
#checkbox_label(123)
Returns the checked checkbox(es) label(s) for field ID 123.
Anywhere
#radio_label(123)
Returns the checked radio label for field ID 123.
Anywhere
Query Variables
Example
Description
Where To Use
#query_var("post_id")
Returns the value of the query variable post_id.
For example:
https://mysite.com/?post_id=123
This would return 123.