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

Check out our collection of simple code snippets you can use to get the most out of HTML Forms on your WordPress websites.

Extend or modify the default behavior of the HTML Forms WordPress plugin with our set of available action hooks.