FALCONSEYE
Programmer
ok, it's my turn.
the idea is to submit bunch of form parameters to a url. the user verifies the input and hits submit. by the way, it's for outside payment processing.
if i do
<cflocation url="
then i see the form with test entered into the first name field.
however, if i do
<cfhttp method="Post"
url=" resolveurl="no" >
<cfhttpparam type="Formfield"
value="test"
name="firstName">
</cfhttp>
all i see is a blank page. what am i doing wrong here?
thanks in advance.
the idea is to submit bunch of form parameters to a url. the user verifies the input and hits submit. by the way, it's for outside payment processing.
if i do
<cflocation url="
then i see the form with test entered into the first name field.
however, if i do
<cfhttp method="Post"
url=" resolveurl="no" >
<cfhttpparam type="Formfield"
value="test"
name="firstName">
</cfhttp>
all i see is a blank page. what am i doing wrong here?
thanks in advance.