I have fully read and understand how to pass values from forms on one page via query string and auto-populate them on another form.
If I make a field visible to all, it shows that I have successfully passed the First and Last names.
But if I make the field admin-only, when I receive the email notification (or check entries in the database) the first and last name DO NOT SHOW.
However it works like a charm even if the field is admin only for the email field.
So simple fields work, but not First / Last name fields when made admin-only...
Any suggestions are welcome, thanks.