Anyone know where to access a detailed tutorial for using Web Template feature?
I don’t know how to pull a value from a field into the template.
please see the attached image here for the detail: Screenshot by Lightshot
Just put the field name in braces example:
<div class="alert">
{{message}}
</div>
1 Like