Skip to content
Snippets Groups Projects
Commit 6c6bd322 authored by SmartyP's avatar SmartyP
Browse files

Adding 'btnSubmit' ID to contact form submit button as expected by...

Adding 'btnSubmit' ID to contact form submit button as expected by contact_me.js. Fixes issue where user can click submit button repeatedly thinking nothing has happened causing multiple emails to be sent.
parent e72d0712
No related branches found
No related tags found
No related merge requests found
...@@ -507,7 +507,7 @@ ...@@ -507,7 +507,7 @@
</strong> </strong>
</li> </li>
</ul> </ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button> <button id="btnSubmit" type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div> </div>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment