Hi, im just beginning to learn structs and arrays. Someone gave me this bit of 
jQuery/ajax code that dynamically creates lists. I am able to input data in the 
forms inputs and click submit to display the results in an unordered list, 
which is exactly what I want. The problem is, the whole template I have this on 
is a form that passes FORM.variables to my action page, then this page then 
creates an html file with all the elements saved. I know that sounds confusing, 
and I know I'm not expressing whats going on well enough, so let me post the 
URL so it can be seen in action.

http://www.teed-younger.com/pagebuilder/template.cfm

The code in question is near the bottom of the page within the fieldset. Type 
in some data in the vendor and product inputs then click submit. You will see 
those inputs displayed in a list with the vendor formatted as a heading 2 tag.

After that I wanted to click the top submit button that submits all the other 
form elements to the action page. This of course generates an error that says 
element data undefine.

Is there not a way to save that list that was created so that it can be passed 
and displayed throughout the application?

If this is confusing, believe me, its confusing me as well. I had another way 
of doing this, but was very problematic for the user. SO someone suggested and 
gave me this code to use. Thanks for any tips or help on this. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340637
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to