Skip to content

Commit

Permalink
Move NIN field to the bottom as upcoming validation will depend on
Browse files Browse the repository at this point in the history
gender and country
  • Loading branch information
ta committed Nov 16, 2016
1 parent 8d95f61 commit 0a6a93d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions templates/form/klarna.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
</div>

<div class="col-sm-8 col-sm-pull-4 col-xs-12">
<div class="form-group">
<div class="col-xs-12">
<label for="nin_number" class="control-label">{{ lang.form.klarna.nin.number }}</label>
<input type="text" id="nin_number" name="nin[number]" class="form-control" autocomplete="on" autofocus="autofocus">
</div>
</div>

<div class="form-group">
<div class="col-xs-6">
<label for="nin_gender" class="control-label">{{ lang.form.klarna.nin.gender }}</label>
Expand Down Expand Up @@ -50,6 +43,13 @@
</div>
</div>

<div class="form-group">
<div class="col-xs-12">
<label for="nin_number" class="control-label">{{ lang.form.klarna.nin.number }}</label>
<input type="text" id="nin_number" name="nin[number]" class="form-control" autocomplete="on">
</div>
</div>

<div class="form-group">
<div class="col-xs-12">
<button type="submit" class="btn btn-info btn">{{ lang.form.klarna.submit }}</button>
Expand Down

0 comments on commit 0a6a93d

Please sign in to comment.