P
@mariosearchteam
What are you most proud of, and what would you do differently next time?
I used justValidate (JS library) and it is working really well and quick.
I used justValidate (JS library) and it is working really well and quick.
<form>
elements, You should only have one which does the same thing <form action="" method="get">
<div class="newsletter__email">
<label for="email" class="newsletter__label text-preset-3">Email address</label>
<input type="email" id="email" class="newsletter__input text-preset-2" placeholder="email@company.com" required>
</div>
<button type="submit" class="button text-preset-2" formnovalidate>Subscribe to monthly newsletter</button>
</form>
</form>
<form>
element is used to wrap the input and button elements. This ensures the HTML is valid and the form functions correctly.Overall i'm quite happy with the outcome.
What challenges did you encounter, and how did you overcome them?The validation with justvalidate.js is working really good and i can recommend this library.
What specific areas of your project would you like help with?There are two areas i would love to get some ideas:
Awesome Responsive design! cheers 🥂