How to write text inline <p>...</p> text value via 'Form' field input?

User inputs name in ‘Name-Field’.
Below it is text that displays ‘Name-Field-Value’

This is the desired result.

Use:
There is a custom form where user CONFIRMS information in correct on a form.
Name Input Field: John Doe so
<p> Name: {{inline-paragraph-name}} </p> will appear is
Name: John Doe

hi @miekwave you need to grab value of input field first. Once you have value you can display it.