Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
davidmedifit #1
CFHTTP help/clarification
Hello, I am using CFHTTP for the first time in this manner. What I am trying to
do is take a 3rd party web sites form processing (a vendor we have a
relationship with), and integrate it into our web site. The issue I am having
is that it is a multi step process (as opposed to a simple submit/response),
and I want my users to stay on my site (thus the use of CFHTTP). I can get the
initial form no problem (we pass the equivalent of a user ID to get relevant
information from the 3rd party?s database). I manipulate the File Content so
that the form submits to a page on OUR site (keeping the user on the site)
Upon submit, the next step would be to submit the form to the 3rd party site -
this is where I am wondering if I am doing the right thing. I see that I can
Post to that site, but it appears that I need to CFHTTPPARAM each individual
form field submitted ? is that correct? Is it possibly to just submit the
entire form in one foul swoop? (The answer will help me determine my course for
the rest of the multi step process) Any help appreciated. Cheers,
David
davidmedifit Guest
-
Need clarification on FH MX issue
It was useful in to be able to double click this handle to "select all" of the contents of the clipping path. It is still mentioned in the help and... -
Bartosik Clarification
At www.davebartosik.com one tutorial states that Pub objects should not overlap lest they get HTML-genned into graphics. For further clarification... -
Clarification on SBSPACES
Hi We have informix Database 9.2 running on Solaris, ad our database is registered with datablades, which we are not using at all. As i am... -
Clarification please
While perusing other newsgroups, I happened upon this interesting bit of information . . . . ------------------- Robustness of pl/pgSQL, pl/PHP,... -
Clarification
By changing the subject line my newsreader sees this as a new topic. Almost missed it. If you are referring to the thread about exporting text... -
Stressed_Simon #2
Re: CFHTTP help/clarification
The variables returned from the form are just a structure. So you can use StructKeyList to loop thorough the variable names and cfhttp them over.
Stressed_Simon Guest
-
davidmedifit #3
Re: CFHTTP help/clarification
Thanks Simon,
That's what I figured I'd have to do - just thought I would check, before I do things the long way.
Cheers,
David
davidmedifit Guest



Reply With Quote

