Hello,
I need help on webfrom code . As I have mentioned email address into action= filed but not getting any email data on the prescribed email address. www.icampk.com please check contact page for ref.
<h3 class="p2">Contact Form</h3>
<form id="contact-form" action="action="/Default.aspx?A=Form&
[email protected]&Subject=This+is+email+subject&
[email protected]&PageID=/index.html"" method="post" enctype="multipart/form-data">
<fieldset>
<label><span class="text-form">Your Name:</span>
<input name="p1" type="text">
</label>
<label><span class="text-form">Your Email:</span>
<input name="p2" type="text">
</label>
<label><span class="text-form">Subject:</span>
<input name="p3" type="text">
</label>
<div class="wrapper">
<div class="text-form">Your Message:</div>
<div class="extra-wrap">
<textarea></textarea>
<div class="clear"></div>
<div class="buttons"> <a class="button" href="#">Clear form</a> <a class="button" href="#">Send message</a> </div>