> > 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.
> > 
> 
> It looks like you're binding to an id of #submit, but the submit 
> button doesn't have an id="submit", so the ajax call doesn't work. 
> 
> Then you need to make sure to return false; inside that same jquery 
> handler, so that it doesn't try posting the form without the ajax call.  
> 
> 
> Will 

Hi Will, I have to apologize. I hadn't put the newest files on my server. They 
should be there now. There are two submit buttons. The one below the fieldset 
is the one tied to the ajax call. When clicked, it will loop throught the 
collection and display the results in a list. Then once thats done the submit 
above the fieldset is the one tied to the page form. When you click that the 
same error is generated.

Again, I know I'm not describing my desired outcome very well, but ideally the 
values of BOTH forms should somehow be passed to the builderAction.cfm 
template.I am completely lost with this jQuery and ajax at the moment, but 
trying to work it out since I love how this particular application works....the 
dynamic list I mean.


btw, We have a mutual friend. Mr. Sexton! lol 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:340639
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to