Log in

View Full Version : One text box split to look like 4 textboxes with combined result one value



ismailc
11-18-2008, 12:16 PM
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

Medyman
11-18-2008, 01:18 PM
Add them to a post array:


<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">

ismailc
11-18-2008, 01:26 PM
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