disable email validation
-
Hi,
I’ve got a piece of code that validates email. I need to disable that validation, to the user can type number instead of email.
I’ve changed the email type into text but doesn’t work.
this is the code:<input type="text" style="width:100%; text-align:center;" class="cwgstock_email" name="cwgstock_email" placeholder="<?php echo $instock_api->sanitize_text_field($placeholder); ?>" required value="<?php echo $email; ?>" readonly></input> />
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘disable email validation’ is closed to new replies.