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
});
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
});