Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
noobie05 #1
Populating Text Fields In CF
How can i dynamically populate some text fields based on what a user
chooses from a previous drop-down menu in ColdFusion?
Lucas
noobie05 Guest
-
Populating a Text Input.
I am using states to manage the flow of my web app. When a user searches for a record, the results are dipslayed in a datagrid. And when a user... -
Dynamically populating form fields
I have a form that will be available for users to complete to add information to my database. When they log in they provide their department code... -
Populating a Text Field
like i said before the table xtra is perfect for this job, that's what i used previously and it's so much clearer than trying to populate a text... -
populating text from database
I am trying to populate multiple textboxes from an Access database. I am trying to write code to generate the appropriate number of textboxes... -
Dropdown question (populating a text field)
Hello everybody, I have a problem and would appreciate any help on offer. I have a table with two fields in it. On my form there are the... -
Franklin Cross #2
Re: Populating Text Fields In CF
"noobie05" <Gree123@aol.com> wrote in message
news:1130441152.645156.78040@g47g2000cwa.googlegro ups.com...Is this occurring in the same page, or on the page that the form action> How can i dynamically populate some text fields based on what a user
> chooses from a previous drop-down menu in ColdFusion?
>
> Lucas
>
refers to?
If it is the latter, on the second page simply call the value from the
previous form like this:
<cfoutput><input type="text" value="#FORM.menuvalue#"></cfoutput>
Franklin Cross Guest



Reply With Quote

