The HMB Store

Don't have an account, register below

Login




Lost your password?

Register


A link to set a new password will be sent to your email address.




document.addEventListener('DOMContentLoaded', function () {
let form = document.querySelector('form.woocommerce-form-register');

// Forward the original form action URL
let actionUrl = form.getAttribute('action') ?? window.location.href;
form.insertAdjacentHTML('beforeend', '');

// Submit the form to MP's AJAX endpoint
form.setAttribute('action', '/wp-admin/admin-ajax.php');

// Transform 'name' attr to 'data[name]' format
form.querySelectorAll('input,select,textarea,button[name][value]').forEach(function (field) {
if (!field.classList.contains('mailpoet_hidden_field')) {
field.setAttribute('name', 'data[' + field.getAttribute('name') + ']');
}
});
});

Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our privacy policy.

ALREADY HAVE AN ACCOUNT LOGIN HERE