top of page
Personal Details
Address Details
Social Details
Completed
Personal Details
Load Button
//LOAD BUTTON
$w("#button10").onClick(function () {
$w("#button10").label = "Wait..."
$w('#image10').show();
$w("#button10").disable();
});
Result
bottom of page
