I have a form that can only be used by logged in users.
This form needs to save its inputs, so that even after it has been send, logged in users can easily go back and edit their entry without having to retype the entire form every time.
Hi Hellenique. If you are registering the user on your site and they must be logged in to submit a form, you can use these user merge tags as ādefault valueā for fields in the form, so you can pre-fill the fields with information you already know about them.
If you have any other questions about the usage or your use case, please let us know.
In that case, create a User Registration feed to āupdate userā. You can map their profile fields here (left side) to the form fields (right side) and that will pre-populate fields in the form with information from their profile without the need to use the user merge tags. And when the form is submitted with new information, it will update the userās profile. Does that work for you?