mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
adding name field to payment form
This commit is contained in:
parent
4c7126d0cd
commit
83d243923d
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@
|
|||
<section>
|
||||
<h2>Payment Form</h2>
|
||||
<form method="get" accept-charset="UTF-8" action="/payment.py/submit=%s">
|
||||
<p><label for="name">Name:</label> <input name="" type="text" autocomplete="off" value="John Doe" id="name" size="20" maxlength="30" /></p>
|
||||
<p><label for="card-type">Credit card type:</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" style="font-family:monospace" maxlength="16" /></p>
|
||||
<p><input type="submit" value="Submit" /></p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue