Design comparison
SolutionDesign
Solution retrospective
I was able to make some corrections to this design with the help of some of our front-end mentors. This design is still open to any improvement suggestions. Thanks :)
Community feedback
- @dewslysePosted about 3 years ago
Hello Bukola. Unfortunately, your form still does not work. The submit
button
has to be within<form action="submit">
for it to work.<form action="submit"> <div class="form-group"> <input type="text" class="form-control" name="name" placeholder="First Name" required> </div> <div class="form-group"> <input type="text" class="form-control" name="name" placeholder="Last Name" required> </div> <div class="form-group"> <input type="text" class="form-control" name="email" placeholder="Email Address" required> </div> <div class="form-group"> <input type="password" class="form-control" name="email" placeholder="Password" required> </div> <button type="submit" id="submit" class="submit-button"> claim your free trial </button> </form>
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord