> Is there a way to dynamically generate CFHTTP Param tags for a CFHTTP
> call?

> I need to pass form fields through a CFHTTP call, but there may be
> different fields for each submission ... is there a way to do this?

> Thanks,

> Joshua Miller
> [EMAIL PROTECTED]

I'd expect you should be able to use <cfif> inside your <cfhttp> call...

<cfhttp >
        <cfif ...>
                <cfhttpparam ...>
        </cfif>
</cfhttp>

Does this not work?

S. Isaac Dealey
Certified Advanced ColdFusion 5 Developer

www.turnkey.to
954-776-0046
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

Reply via email to