need some php (i think) help.?

Simon Harris

New member
Ok so im using this template for my website and although i am somewhat familiar with css and html i think this may be refering to an external php script which doesnt exist. if you could offer me assistance it would be greatly appreciated. ( the div tag containts only positioning and stuff) This is the code:

<div id="subscribe">
<form action="yourformmailhere" enctype="multipart/form-data" method="post">
<input type="hidden" name="sendtoemail" value="[email protected]" />
<input type="hidden" name="redirect" value="http://www.99inrs.com/index.html" />
<input type="hidden" name="subject" value="Newsletter subscription from your website" />
<input name="name" type="text" value="YOUR NAME" class="inputstyle" />
<input name="email" type="text" value="YOUR EMAIL ADDRESS" class="inputstyle" />
<input type="submit" value="subscribe" class="button" />
</form>
</div>

cheeeeers matesss
so will this email me automaticly. i think it looks like it is looking for action="yourformmailhere"
this is reallly the part of the code that confuses me.
So will this work without any linked sheet?
can someone help me make the code for the php its trying to link to. unfortunately i cannot write php. this wolr dbe very much appreciated and i would love your forever :)
 
Back
Top