I'm trying to figure out how to get a single form to use the current user ID of the person opening that form after another person has already opened and worked on the form.
I've tried creating a field whose default is {/_currentuser}. However, once the first person opens the form, their user id is stored in it. When the next person opens the form, rather than his/her current user id being stored in the field, the first person's user id is still there.
I need to have that field's default value still be {/_currentuser} so that the new user's id can be put in it.
Maybe I'm doing something wrong? The only way I can think of to accomplish this is to use javascript to overwrite the userid in the field with the string {/_currentuser}.
It just seems there must be a better/easier way.