Help I'm stumped! A #FORM.text_form_variable# contains a hyperlink that has URL.variable value that needs to be parsed during a cfloop within cfmail tag. The value in the hyperlink is #contain_query_2_loop_though.e-mail_id#. contain_query_2_loop_though is the query I'm looping through.
HERE'S HOW IT WOULD LOOK IN THE CODE REMEMBER: #FORM.text_form_variable# = http://www.domain.com/index.cfm?#email_id=contain query_2_loop_though.e-mail_id# <CFLOOP ...> <CFMAIL ... > #FORM.text_form_variable# </CFMAIL> </CFLOOP> PROBLEM: In the e-mail, instead of giving me ... http://www.domain.com/index.cfm?email_id=243 - whatever the value is during the loop process I get ... http://www.domain.com/index.cfm?#email_id=contain query_2_loop_though.e- mail_id# It won't parse the value. Any advice would be great! Thanks D- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

