mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Update form copy
This commit is contained in:
@@ -21,14 +21,14 @@ layout: playground
|
||||
</div>
|
||||
|
||||
<div class="block">
|
||||
<label class="label" for="name">Name</label>
|
||||
<label class="label" for="name">Name <em>(required)</em></label>
|
||||
<div class="form-control">
|
||||
<input class="input" type="text" name="name" id="name">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="block">
|
||||
<label class="label" for="email">Email</label>
|
||||
<label class="label" for="email">Email <em>(required)</em></label>
|
||||
<div class="form-control">
|
||||
<input class="input" type="email" name="email" id="email">
|
||||
</div>
|
||||
@@ -43,6 +43,7 @@ layout: playground
|
||||
|
||||
<input type="hidden" name="list" value="cLsqDIbNTqfozYoXXXBLrw">
|
||||
<input type="hidden" name="subform" value="yes">
|
||||
|
||||
<input class="button is-primary" type="submit" name="submit" id="submit">
|
||||
|
||||
<p class="v1-tsp">No spam. Just a few emails regarding gaining access and providing feedback.</p>
|
||||
|
||||
Reference in New Issue
Block a user