Results 1 to 5 of 5

Thread: adding an editbox to a form already made
      
   

  1. #1
    mrmagoo144's Avatar
    mrmagoo144 is offline Brigadier General
    Join Date
    Feb 2007
    Posts
    1,369

    Default adding an editbox to a form already made

    i have a form made already. it has 26 editboxes, numbered 1 through 26. i need to add a email editbox and when i do this it comes out editbox 27, but i need to put this next to edit box 7. i want the tab to follow the flow and not jump over the email field. what do i have to do to achieve this?
    thanks as usual.

  2. #2
    WSBlue's Avatar
    WSBlue is offline Brigadier General
    Join Date
    Apr 2006
    Posts
    1,416

    Default Re: adding an editbox to a form already made

    point to the fields > click right > and click Move To Front starting from top fields.

  3. #3
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: adding an editbox to a form already made

    Quote Originally Posted by mrmagoo144 View Post
    i have a form made already. it has 26 edit-boxes, numbered 1 through 26. i need to add a email edit-box and when i do this it comes out edit-box 27, but i need to put this next to edit box 7. i want the tab to follow the flow and not jump over the email field. what do i have to do to achieve this?
    thanks as usual.
    You will have to insert the new edit box field & re-number the fields from 7 to 27 via each individual edit fields properties area "tab index". So enter 7 in this box for your new edit box & so on for every edit box after this.

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: adding an editbox to a form already made

    Or, as WS said:

    1. Insert the new editobox.

    2. Please it where you need it to be.

    3. Starting from the first one and repeating for all fields, from the first to the last, Right Click each field and select Move to Front.

    This will set both the tab order and the fields order in the code correctly.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  5. #5
    mrmagoo144's Avatar
    mrmagoo144 is offline Brigadier General
    Join Date
    Feb 2007
    Posts
    1,369

    Default Re: adding an editbox to a form already made

    thanks a bunch

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