Create Account Integration
Next step is to be able to create a new account. Create Account snippet provides the user with a signup form.
NB: As of right now, all of the form's fields are marked as mandatory, so hiding some of them from view will prevent the customer from completing the registration. This will be changed in the future.
Example Snippet
<!-- change the attribute values below to match your page setup -->
<div class="mariana-customer-register-binding"
data-mariana-redirect-url="/my-account/"
data-mariana-terms-of-service-url="/terms-of-service/"
></div>
Live Example
If you would like to check out a live example, head over to https://mariana-integrations-demo.herokuapp.com/default/register/
Parameters
data-mariana-redirect-url
: Where to take the customer after successful account registration.data-mariana-terms-of-service-url
: Location of long form site terms and conditions.