Results 1 to 4 of 4

Thread: Initial value in form filed
      
   

  1. #1
    jamslive is offline First Lieutenant
    Join Date
    May 2007
    Posts
    168

    Default Initial value in form filed

    hi
    i want to customize a form ,using the initial value feature when editing some filed and when someone want to fill that filed ,the intial value will disappear

    Thank you
    James Acobas

  2. #2
    jamslive is offline First Lieutenant
    Join Date
    May 2007
    Posts
    168

    Default Re: Initial value in form filed

    hi
    someone can help please?
    thank you
    James Acobas

  3. #3
    pink_eeyore's Avatar
    pink_eeyore is offline First Lieutenant
    Join Date
    Nov 2008
    Location
    Some where in CO
    Posts
    188

    Default Re: Initial value in form filed

    Nice to see another Israeli on here;)

    paste the following into the html box of each editbox you want the text to disappear inside the tag (not before or after):

    onFocus="this.value=''"

    After you publish you'll see the text disappear. Also once you have your form set, it's a good idea to go in order from top to bottom of the all the boxes and move each to the front. This will guarantee that when you use the "tab button, the cursor will move in the order you placed other wise it could jump around because it goes in the order they were made. The move to fromt function, allows you to control the order.
    Mr. Big Paw
    Somewhere in the CO mountains
    Big Paw Services

  4. #4
    pink_eeyore's Avatar
    pink_eeyore is offline First Lieutenant
    Join Date
    Nov 2008
    Location
    Some where in CO
    Posts
    188

    Default Re: Initial value in form filed

    also your "my account" (ha ches'bone shel'lee) link on http://englishonline.you10.net/ and "add links" on the header of your page are not linked to any page...
    Mr. Big Paw
    Somewhere in the CO mountains
    Big Paw Services

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49