mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:31:51 +02:00
add credit card type selector
This commit is contained in:
@@ -39,6 +39,7 @@
|
|||||||
<section>
|
<section>
|
||||||
<h2>Payment Form</h2>
|
<h2>Payment Form</h2>
|
||||||
<form method="get" accept-charset="UTF-8" action="/payment.py/submit=%s">
|
<form method="get" accept-charset="UTF-8" action="/payment.py/submit=%s">
|
||||||
|
<p><label for="card-type">Credit card type</i></label> <select name=""><option>Vista</option><option>MisterCard</option><option>Discovery</option></select></p>
|
||||||
<p><label for="credit-card">Credit card number</label>: <input name="" type="text" autocomplete="off" id="credit-card" size="20" maxlength="16" /></p>
|
<p><label for="credit-card">Credit card number</label>: <input name="" type="text" autocomplete="off" id="credit-card" size="20" maxlength="16" /></p>
|
||||||
<p><input type="submit" value="Submit" /></p>
|
<p><input type="submit" value="Submit" /></p>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user