Dynamically populate logged in user info

I have multiple forms on a website where the user needs to fill in their first name, last name, and email address.

How do I dynamically populate the appropriate fields with the logged in user’s contact info?

You can use the user meta merge tags as the “Default Value” for the fields in your form. Those fields will then be populated with values from the logged in user’s profile.

Thanks, that work as expected.

I was using the user meta merge tags in the populated dynamically parameter name fields – does not work. Had not tried using them as a default value, because the preview seemed to show the tag as placeholder text.

I’m glad that worked for you!