Hi all,
I looked for a newbie section, but alas I’m not sure where this belongs. Anyway:
I have a simple contact form that pushes to a php script… On the confirmation page (or the thanks page) I would like to display the name of the person who submitted the message.
I have this done, however the font properties from the input form stay with the variable and I can’t find a way to strip it or make it match… For example:
name=“John Smith” on input (This is 12 pt, white and arial)
clic, next frame…
Thanks John Smith!
(Thanks is 20 pt, red and arial, John Smith is still white and 12pt.)
I want it all to be red 20pt arial.
I used this in the actions:
thanks = "Thanks " +name+ “.”;
Where thanks is a dynamic text box with red 20pt arial properties.
I’m frustrated… I’ve searched, unfortunately these search terms are returning somewhat ambiguous results. Thanks for your help!