Community Posting

Unique requirements for Memberstack templates

For our Memberstack community templates, you will need to implement Memberstack (assuming you haven't done so already). The steps are the following:

Paste the Memberstack script into your page settings

To get started, follow the regular Memberstack implementation by pasting the unique code snippet to the <head> tag of your page settings.

Memberstack components

Our templates come pre-installed with the essential auth components for a community (eg. login, sign up, and account update forms). If you would like to use different components feel free to replace them.

Paste the custom fields

For most Memberstack templates, the real name and custom field 1 slots will be reserved for Memberstack's default first name and last name custom fields. But many of our templates include additional member profile fields beyond standard name and profile images. For instance, our job board template is designed to display the company name, bio, and website for members' businesses.

To enable these, simply copy the predefined username or custom fields from Supersparks and paste it as the ID for any new custom field in Memberstack.

Copying the pre-installed username ID from Supersparks
Pasting the username ID to a new custom field in Memberstack

--

If you have any questions about this, do not hesitate to reach out to hello@supersparks.io.

// Optional: Add this CSS to your project's custom code section