I want to display something like this in an HTML block on my form:
<h3>Nice to meet you {Name (First):1.3}. Now that we have introduced ourselfs let's continue.</h3>
However, the form will render with "{Name (First):1.3}" without pulling the first name from the field that was filled out. Is this possible to do? Thanks!