i have two submit buttons in my form one is SUBMIT and another one is SCHEDULE NEXT ROUND..when user click on submit the form values should store in database and redirect to view page..and when user click on schedule next round the values should stored in database and again form will be stay there and user can add details in form..
here is my Submit buttons:
<button type="submit" name="submit" value="submit" class="btn btn-primary" value="submit">Submit</button>
here is my another button:
<button type="submit" name="submit" class="btn btn-primary" value="schedule">Schedule Next Round</button><br></br>
Can anyone help me..
Thanks in advance..