I think that the normal behavior of a button like the one below is that the value attribute serves as a label as well:
value
Use the HTML Button element, with type submit, instead:
submit
Delete Answer 22
This will result in a submit button that sends the value DeleteAnswer22 but displays "Delete Answer 22".
DeleteAnswer22