Skip to content

Instantly share code, notes, and snippets.

View JohnMAustin78's full-sized avatar

John Austin JohnMAustin78

View GitHub Profile
@JohnMAustin78
JohnMAustin78 / bodytags.html
Last active July 9, 2023 15:26
Square Payment Form script reference
<!--
Replace the action attribute of the form with the path of the URL you
want to POST the nonce to (for example, "/process-card")
This form provides a convenient way for your page to post a card nonce to your
backend. The 4 placeholder div tags are required for the SqPaymentForm object to
replace with iframes when it builds the Payment Form and can be placed anywhere in
your page.
-->
<form id="nonce-form" novalidate action="/process-card.php" method="post">