I am trying to call two functions on onSubmit but it is calling only the first function.
following is the code:
<form name="reg_indi_form" method="post" onSubmit="return (validate() && req());" enctype="multipart/form-data"> I am trying to call two functions on onSubmit but it is calling only the first function.
following is the code:
<form name="reg_indi_form" method="post" onSubmit="return (validate() && req());" enctype="multipart/form-data">