how to add accept and decline button in php form

100

<input type="submit" name="accept" class="btn btn-primary" value="Accept" />

<input type="submit" name="decline" class="btn btn-danger" value="Decline" />

Comments

Submit
0 Comments