Oops! Something went wrong while submitting the form.
A note on security.
Member pages- like normal hidden content- are hidden with javascript on the user's device. Meaning, you should avoid placing highly sensitive information on these pages.
Require Javascript
Redirect users to a page of your choice when javascript is disabled.
Add this code to your site header or to individual page headers.
When someone browses a page with this code AND Javascript disabled they will be redirected to your redirect URL.
<!--Redirect if JS is disabled-->
<noscript>
<meta http-equiv="refresh" content="0; url=https://www.memberstack.com" />
</noscript>
A note on security.
You should still avoid placing highly sensitive information on these pages. "Hidden content" is not meant for protecting sensitive content.
Developer Tools
Front-end API
Write to and retrieve from your Memberstack database.