I have an InfoPath form field that currently uses a default value to set it to the current user name when the form opens, but I need it to re-set that field if a different user opens the form later on. Is there a way to tell InfoPath to change the value of that field every time the form is opened?
0
votes
2 Answers
1
votes
You can add a rule to be executed everytime the form opens. Do the following:
- Go to the "Data" tab.
- Click on the "Form Load" button to add a new rule.
- On the Rules pane edit the rule so the action is "Set a field's value"
- Edit the field and value.
- To set the logged in user as value, click on the Insert Function button and select "username" under the "User" section.
Hope it helps!