<html>
<head>
</head>
<body>
<form action="handler.html" method="post">
<input name="field" value="data">
<button id="submit" type="submit"> Pay now </button>
<button id="special-submit" type="submit"> Special text </button>
</form>
</body>
<html>
<head>
</head>
<body>
<form action="handler.html" method="post">
<input name="field" value="data">
<button id="submit" type="submit"> Pay now </button>
<button id="special-submit" type="submit"> Special text </button>
</form>
</body>