What is best way to show few fields for loged users?

Hi,

I have form filled only by logged users ( fomr id 1 ). All user after login redirected to /after-login page.
How can i show on this page some data from filled forms but only from from which filled already logged user. And only two spiecified fields value not all fields.

I think its easy but cant find any shortcode in docs about it …

Does the “after-login” page have a form on it, or is it just a WordPress page?

If it has a form, you can use these user meta merge tags as default value for the field:

If it’s just a page, you can use this plugin:

Or you could code something in your template to pull that data from the logged in user’s profile.