make submit button not refresh page code example
Example 1: on button cllick the form is not refreshing
<button type='button'>submit</button>
Example 2: make submit button not refresh page
If possible, change it to a normal button
<button type='button'>submit</button>
If possible, change it to a normal button