We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab2634 commit 2e16e27Copy full SHA for 2e16e27
contact.html
@@ -162,8 +162,8 @@ <h2>Contact form</h2>
162
163
<div class="form-fields">
164
<div class="form-field has-value" data-castlecss-field="">
165
- <label class="input-control input-checkbox">I want to receive the newsletter
166
- <input type="checkbox">
+ <label class="input-control input-checkbox" for="agree">I want to receive the newsletter
+ <input type="checkbox" id="agree">
167
<span class="input-indicator"></span>
168
</label>
169
</div>
0 commit comments