I have the below form:
<form>
<input type="name" required/>
<input type="button" value="Send"/>
</form>
The above form is in Bootstrap Modal Box On Send button; I want to change the HTML 5 required validation.
I don't want the button type to be submitted. As page gets refreshed and the modal box is closed down ??
What can I do to validate HTML 5 without clicking on sumbit button?