The HMB Store
Username or email address *Required
Password *Required
Remember me Log in
Lost your password?
Email address *Required
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.
Register
DONT HAVE AN ACCOUNT REGISTER HERE