Okay... I really NEED everyones help with this one.
I have to request the values for a list of items, there could be 2 there could be 15... so geneterate the form by using..
<CFFORM NAME="act_pay" METHOD=POST ACTION="next_page.cfm">
<CFOUTPUT QUERY="audit_info">
<CFINPUT TYPE=TEXT NAME="act_pay_#id#">
</CFOUTPUT>
<INPUT TYPE=SUBMIT>
</CFFORM>
I use the ID so that it will give me unique names for all the fields. But the problem lies when I try to get those values again...
basically what I want it to say is
#form.act_pay_#id## but that doesn't work. Does this make sense what I'm attempting... anyone with info... please help.
Ryan
[sig][/sig]
I have to request the values for a list of items, there could be 2 there could be 15... so geneterate the form by using..
<CFFORM NAME="act_pay" METHOD=POST ACTION="next_page.cfm">
<CFOUTPUT QUERY="audit_info">
<CFINPUT TYPE=TEXT NAME="act_pay_#id#">
</CFOUTPUT>
<INPUT TYPE=SUBMIT>
</CFFORM>
I use the ID so that it will give me unique names for all the fields. But the problem lies when I try to get those values again...
basically what I want it to say is
#form.act_pay_#id## but that doesn't work. Does this make sense what I'm attempting... anyone with info... please help.
Ryan
[sig][/sig]