form validation

  1. Mashiane

    B4J Tutorial [BANanoWebix] Lesson 6.X Form Validation

    Ola Let's add form validation. This is a process of ensuring that whatever is entered by users is valid. We accept isEmail, isNumber, isChecked, isNotEmpty. Let's create a form with some default settings... Dim form1 As WixForm 'initialize form and make it accept names with dots (.)...
Top