Template Variables
HTML Forms provides several template variables you can use in your form content. These form variables will be dynamically replaced when the form is shown. Currently, you can use the following variables.
user
Will be replaced with the specified property of the currently logged-in user.
{{ user.user_email }}
url_params
This will be replaced with a parameter from the page URL, or with an empty string if the specified URL parameter does not exist.
{{url_params.utm_source}}
post
This will be substituted with the specified property of the post that is viewed on the page the form is displayed on.
{{post.ID}}
Related Posts from Our Knowledge Base
Learn how to install the HTML Forms Premium add-on to get access to additional features not found in the base plugin.
Extend or modify the default behavior of the HTML Forms WordPress plugin with our set of available action hooks.