Use the HTML Button element, with type submit
, instead:
<button type="submit" name="submitButton" value="DeleteAnswer22">Delete Answer 22</button>
This will result in a submit button that sends the value DeleteAnswer22
but displays "Delete Answer 22".