Results 1 to 3 of 3

Thread: One text box split to look like 4 textboxes with combined result one value

  1. #1
    Join Date
    Dec 2007
    Posts
    88
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Question One text box split to look like 4 textboxes with combined result one value

    Hi, I need help please!

    I'm not to sure if this possible.

    I need to split a textbox to look like 4 textboxes with background text indicating the value required for each text box.

    I want the 4 resulting textbox combined value of 1 textbox value.

    Basically it has to be one textbox that is split to look like 4 with text tips as background!.

    Please Assist, I need to get this going!

    Regards

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Add them to a post array:

    Code:
    <input type="text" name="input[]" value="first">
    <input type="text" name="input[]" value="second">
    <input type="text" name="input[]" value="third">
    <input type="text" name="input[]" value="fourth">

  3. #3
    Join Date
    Dec 2007
    Posts
    88
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the reply

    My apologies for this thread - as i realized the only way I can do this is to have 4 textboxes.

    I will on sumbit write values to one textbox value!

    Thank You

Bookmarks

Posting Permissions

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