Hi,
I hv a prompt page with prompts viz., textbox,value,date prompts. For each of the prompts, there is a label associated with it. I want to dynamically change the label for the prompts based on the userid.There are many userid's.
How can I achieve this??
Regards,
Dipstm
Maybe something with parameter maps (haven't used them), or populate the labels from your database with queries filtered based on the function #sq($account.personalInfo.userName)#
(assuming C8 still has that)