Great, it works now. What I had to do was remove:
if ($w(‘#firstNameTxt’).validity.valid === false )
return ;
if ($w(‘#lastNameTxt’).validity.valid === false )
return ;
Is a bad thing if I leave it like this and publish it?
Great, it works now. What I had to do was remove:
if ($w(‘#firstNameTxt’).validity.valid === false )
return ;
if ($w(‘#lastNameTxt’).validity.valid === false )
return ;
Is a bad thing if I leave it like this and publish it?