Display member attributes on non-portal pages

I’m trying to build a custom page that serves as the welcome page to a certain tier.

I would like this to include a form (that is linked to an external database, airtable or google sheet) to collect new members’ shipping address and would ideally like this to be pre-populated with the member’s name and email (see screenshot for similar example).

Is it possible to pull the member attributes and display them in the name and email fields, so new members do not have re-enter their details after being redirected to this welcome page form?

If possible, I assume this will have to be built into the theme, rather than a html snippet added to a static page via the editor?

Yes, the @member data object is available on all pages. And yes, it would need to be built into the theme.

1 Like