I have downloaded free template from some website, It has very beutiful created stripe where users can type there emails to subscribe the newsletter, but the form action is not defined. that i will have do my self. please help me how can i i know that it is possible with cgi script please tell me procedure the code is below
<!-- BEGIN: newsletter -->
<div id="newsletter">
<h3>Join now to our Newsletter</h3>
<p>Get the lastest news of BrandMedia</p>
<form action="#" method="post">
<div>
<input type="text" name="email" />
<button type="submit" name="signup">Sign Up</button>
</div>
</form>
</div>
<!-- END: newsletter -->
<!-- BEGIN: newsletter -->
<div id="newsletter">
<h3>Join now to our Newsletter</h3>
<p>Get the lastest news of BrandMedia</p>
<form action="#" method="post">
<div>
<input type="text" name="email" />
<button type="submit" name="signup">Sign Up</button>
</div>
</form>
</div>
<!-- END: newsletter -->