Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Formular

Code Block
languagexml
collapsetrue
<form method="post" action="https://cst-sync-hobex.viomassl.com/index.php">
	<table class="payment-form">
		<tbody>
			<tr>
				<td>Betrag*</td>
				<td><input type="text" name="amount" value=""></td>
				<td>€</td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td><input type="submit" value="Zum Zahlungsvorgang"></td>
				<td>&nbsp;</td>
			</tr>
		</tbody>
	</table>
	<input type="hidden" name="hotel" value="2672">
	<input type="hidden" name="success_url" value="https://hotel-feuerberg.viomassl.com/de/payment/success/">
	<input type="hidden" name="error_url" value="https://hotel-feuerberg.viomassl.com/de/payment/error/">
</form>

 

Einrichtung Zahlungsmails

Todo