Hi, I need some help with a form issue.
We have an online application for elderly people that our staff can also fill on their behalf by phone or in person. We want to track who submits or audits each application, but the variables we use are returning empty.
Applicant: {/dataset/_initiator} | {/dataset/_fs_submitter} | {/dataset/_submitter} |User: {/_currentuser}
We use the same external link for our staff and the applicants. The server link doesn't work with reCaptcha if form accesed from internal server address, and /_currentuser shows Anonymous if form accesed the from the internet address.
I'm not familiar with JavaScript, only VB/VBA. We have Form 11, but we still use Form v10 for some old code.
How can we get the username of our staff?
Thanks in advance.