New Member Registration - Email address is not being stored in the database

don’t use the export for onclick method use the onclick inside the onready function and also use the onClick method like this
$w(“#registerbutton”).onclick( (event)=>{
//write your function inside this
});