Home / Features / Live HTML Field for Elementor Pro Form

Live HTML Field for Elementor Pro Form

Share on

This feature requires the Elementor Pro plugin to work.

With the Live HTML Field for Elementor Pro Form, you can easily update your field values in real-time without having to refresh the page. Simply insert the values of your fields into a live HTML Field and those changes will be updated live as they happen.

Elementor Pro plugin is not included.

In this example we used this code

				
					{{#form.name}}
Hi {{ form.name }}!
{{/form.name}}

{{#form.favorite_animals.length}}
Your favorite animals are:
<ul>
{{#form.favorite_animals}}
   <li>{{.}}</li>
{{/form.favorite_animals}}
</ul>
{{/form.favorite_animals.length}}
				
			

Features