Share on
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:
{{#form.favorite_animals}}
- {{.}}
{{/form.favorite_animals}}
{{/form.favorite_animals.length}}