StartBootstrap / startbootstrap-clean-blog

A clean Bootstrap blog theme created by Start Bootstrap
https://startbootstrap.com/theme/clean-blog/
MIT License
1.78k stars 1.85k forks source link

Contact form validation issue #11

Closed SgtOddball closed 8 years ago

SgtOddball commented 8 years ago

Discovered an issue with the contact form validation code in that it doesn't allow any other forms to be added to a page since it's blindly looking for a form and input fields to check against before failing when specific input fields aren't present.

Moved the contact form code into a separate file purely for the contact form which resolved the issue.