Jump to content

Beanmen

New Members
  • Posts

    3
  • Joined

  • Last visited

Beanmen's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Sorry haha that is what i meant, i don't know how to build up the php part for the form
  2. Hi there, As the question says i tried several things but i can't work it out and my knowledge about php isn't that well. <form> <div class="text-box"> <label> <input type="text" class="textbox" value="Your Name:" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Your Name:';}"> </label> <label> <input type="text" class="textbox" value="Your Email:" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Your Email:';}"> </label> <div class="clear"></div> </div> <textarea value="Your Message:" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Your Message:';}">Message</textarea> <input type="submit" value="Send Message"> </form>
×
×
  • 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.