What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

contact form issue

james76

New member
Hi
I have recently lost my IT support and am having an issue with my website whereby a certain contact form keeps being submitted to my email inbox over and over.
Im not sure where to start looking for a solution. It seems that this is the relevent code:


<form action="" method="post">
<div class="formElement"><p class="formText">Name:*</p><input class="formField" type="text" name="fullName" value="" style="background-image: url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAfBJREFUWAntVk1OwkAUZkoDKza4Utm61iP0AqyIDXahN2BjwiHYGU+gizap4QDuegWN7lyCbMSlCQjU7yO0TOlAi6GwgJc0fT/fzPfmzet0crmD7HsFBAvQbrcrw+Gw5fu+AfOYvgylJ4TwCoVCs1ardYTruqfj8fgV5OUMSVVT93VdP9dAzpVvm5wJHZFbg2LQ2pEYOlZ/oiDvwNcsFoseY4PBwMCrhaeCJyKWZU37KOJcYdi27QdhcuuBIb073BvTNL8ln4NeeR6NRi/wxZKQcGurQs5oNhqLshzVTMBewW/LMU3TTNlO0ieTiStjYhUIyi6DAp0xbEdgTt+LE0aCKQw24U4llsCs4ZRJrYopB6RwqnpA1YQ5NGFZ1YQ41Z5S8IQQdP5laEBRJcD4Vj5DEsW2gE6s6g3d/YP/g+BDnT7GNi2qCjTwGd6riBzHaaCEd3Js01vwCPIbmWBRx1nwAN/1ov+/drgFWIlfKpVukyYihtgkXNp4mABK+1GtVr+SBhJDbBIubVw+Cd/TDgKO2DPiN3YUo6y/nDCNEIsqTKH1en2tcwA9FKEItyDi3aIh8Gl1sRrVnSDzNFDJT1bAy5xpOYGn5fP5JuL95ZjMIn1ya7j5dPGfv0A5eAnpZUY3n5jXcoec5J67D9q+VuAPM47D3XaSeL4AAAAASUVORK5CYII=&quot;); background-repeat: no-repeat; background-attachment: scroll; background-size: 16px 18px; background-position: 98% 50%; cursor: auto;"><div class="edclearer"></div></div>



<div class="formElement"><p class="formText">Email:*</p><input class="formField" type="text" name="email1" value=""><div class="edclearer"></div></div>
<div class="formElement"><p class="formText">Re-enter email:*</p><input class="formField" type="text" name="email2" value=""><div class="edclearer"></div></div>



<div class="formElement"><p class="formText">Phone:*</p><input class="formField" type="text" name="phone" value=""><div class="edclearer"></div></div>



<div class="formElement"><p class="formText">Question:</p><textarea class="formComment" name="question" cols="25" rows="5"></textarea><div class="edclearer"></div></div>




<div class="submit"><input class="submit" type="submit" value="Send to Enfield Carpentry"></div>
<input type="hidden" name="submitted" value="TRUE">

</form>


Can anyone point me in the right direction?
THanks
 
Back
Top