Jump to content

ramses1

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Everything posted by ramses1

  1. I am about to customize a wordpress theme. So far so good but right know I get stuck with the contact form script. (It?s a real nightmare being a php noob). Ok...this is the script: So my dumb question is - What have I to insert for action="" ? Where have I to insert my email address? <div class="iconsidebar"></div>Fill Out The Form Below</p> <!-- Form Code--> <div> <form method="post" action="########" > <input type="text" name="first name" class="sidebarform1" value='Enter your first name' onFocus=" if (this.value == 'Enter your first name') { this.value = ''; }" onBlur="if (this.value == '') { this.value='Enter your first name';} " /> <div style="clear:both;"></div> <input type="text" name="Phone" class="sidebarform1" value='Enter your phone number' onFocus=" if (this.value == 'Enter your phone number') { this.value = ''; }" onBlur="if (this.value == '') { this.value='Enter your phone number';} " /> <div style="clear:both;"></div> <input class="sidebarform1" type="text" name="email" value='Enter your email' onFocus=" if (this.value == 'Enter your email') { this.value = ''; }" onBlur="if (this.value == '') { this.value='Enter your email';} " /> <div style="clear:both;"> <div style="clear:both;"></div><textarea class="sidebarform2" name="Project details" cols="1" rows="7">Enter your message here...</textarea> <div style="clear:both; height: 0px;"></div> <div style="clear:both;"></div> <div style="clear:both; height: 0px;"></div> <div align="right"> <input type="image" value="Submit Your Info" style="color:#000;text-shadow: 0 1px 0 0 #fff;" class="sidebutton" border="0" value="Submit Your Info" /> </div> <div style="clear:both;"></div> </div> </form> </div> <!-- /ENDform --> <p align="center" style="font-size:10px; font-color:#7c4616;">We promise to NOT share your info with anyone.</p>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.