add "get all from profile" feature
This commit is contained in:
@ -13,12 +13,13 @@
|
||||
<span class="fh">Enable autofill</span>
|
||||
<input name="enable" id="enable" type="checkbox" />
|
||||
</label>
|
||||
<button id="all-get-from-profile">Get all the data from my profile</button>
|
||||
<label class="item">
|
||||
<span class="fh">Your BahnCard 100 number</span><br />
|
||||
<span class="sh">The number on the front of your card starting with <span class="ms">7081</span>.</span><br>
|
||||
<input name="bcnum" id="bcnum" type="text" pattern="70814[0-9]{11}" required
|
||||
title="Your BahnCard number is 16 digits long and starts with 7081." />
|
||||
<button id="bcnum-get-from-profile">Get from profile (experimental)</button>
|
||||
<button id="bcnum-get-from-profile">Get from profile</button>
|
||||
</label>
|
||||
<label class="item">
|
||||
<span class="fh">Your date of birth</span><br>
|
||||
@ -32,15 +33,26 @@
|
||||
<fieldset>
|
||||
<legend>Address data</legend>
|
||||
<label class="item">
|
||||
<span class="fh">Title</span>
|
||||
<span class="fh">Appellation</span>
|
||||
<select name="title" id="title">
|
||||
<option value="">Please choose</option>
|
||||
<option value="mr">Mr</option>
|
||||
<option value="ms">Ms</option>
|
||||
<option value="HR">Mr</option>
|
||||
<option value="FR">Ms</option>
|
||||
<option value="NA">Neutral</option>
|
||||
</select>
|
||||
</label>
|
||||
<label class="item">
|
||||
<span class="fh">Name</span><br>
|
||||
<span class="fh">Title</span>
|
||||
<select name="title_addl" id="title_addl">
|
||||
<option value="">None</option>
|
||||
<option value="DR">Dr.</option>
|
||||
<option value="PD">Prof. Dr.</option>
|
||||
<option value="DD">Dr. Dr.</option>
|
||||
<option value="PDD">Prof. Dr. Dr.</option>
|
||||
</select>
|
||||
</label>
|
||||
<label class="item">
|
||||
<span class="fh">Given name</span><br>
|
||||
<input name="firstname" id="firstname" />
|
||||
</label>
|
||||
<label class="item">
|
||||
|
Reference in New Issue
Block a user