Hello I was having the look at the source code of a webform, and wanted to know where/who is receiving this form. Any way of knowing this?
<form action="/contact.php" method="post" name="form1" id="form1" style="margin:0px; width:200px; color:#000;">
<p>First Name *
<input type='text' value='' size='50' maxlength='50' name='name' class='txtarea required'/>
</p>
<p>Your e-mail *
<input name="email" type="text" size='50' id="from" value="" class="required" />
</p>
<p>Company Name
<input type='text' value='' size='50' maxlength='50' name='company'/>
</p>
<p>Subject:
<input name="subject" type="text" id="subject" size='50' value=""/>
</p>
<input type="hidden" name="Submit" value="Submit" />
<p>Message *
<textarea name="message" cols="38" rows="5" id="message"></textarea>
</p>
<p>
<input name="submit" class="" type="submit" value="Send Message"/>