I would like to address my user by name, but I am having difficulty with the code. I asked for their first name on the page with a User-Input button, and I would like to address them by their first name on the same page from that point forward, but it wouldn’t be standalone, it would be inserted into an existing text field on the page.
Similar to TypeForm, when they ask you in one question, “What is your first name?” and when you answer, you see in Question 2, they say, “Hi, Liz! What is your last name?” Basically I need my page to perform a similar insert of variable information. Could anyone point me in the right direction of an article or documentation that would direct me in how to word the code so I can do this?
(I have successfully inserted text into existing text fields with code on other pages. It is only the addition of the variable that is stumping me.)