Is there any way to include data from a form inside a Header element?
I would like my form header to say (for example):
where <user_name> would be a field in the form for the record currently being viewed.
I would like my form header to say (for example):
<h3>VIP Customer Information for <user_name>:</h3>
where <user_name> would be a field in the form for the record currently being viewed.