If I understand your request correctly, just make your 4 separate textboxes, 
and then combine the values before loading to the database.

<cfset textVal = form.textarea1 & form.textarea2 & form.textarea3 & 
form.textarea4>

<cfquery ...>
INSERT INTO ...
VALUES ( <cfqueryparam cfsqltype="CF_SQL_LONGVARCHAR" value="#textVal#"> ...
</cfquery>


> 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
 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315413
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to