I'm trying to write a form that will either submit to itself or to another action page, depending on which button is clicked.
I have a text box, with an "Accept" (Submit) button which in turn runs a query to populate a SELECT control on the same page (based on what was entered in the text box). To do this I'm trying to have the CFFORM action tag submitting to the same page
After both the text box and the select form are entered/chosen, then the user would click another Submit button to go to the action page, which is a different page.
I can either have the page submit to itself or submit to another action page, but I can't make ColdFusion figure out which page I'm submitting to. If ColdFusion can't do this, can it be done using some JavaScript inside ColdFusion? [sig][/sig]
I have a text box, with an "Accept" (Submit) button which in turn runs a query to populate a SELECT control on the same page (based on what was entered in the text box). To do this I'm trying to have the CFFORM action tag submitting to the same page
After both the text box and the select form are entered/chosen, then the user would click another Submit button to go to the action page, which is a different page.
I can either have the page submit to itself or submit to another action page, but I can't make ColdFusion figure out which page I'm submitting to. If ColdFusion can't do this, can it be done using some JavaScript inside ColdFusion? [sig][/sig]