Kris,

Not suere what you are after here.  Do you mean you have a form in a browser
(i.e. client) that you have populated and you want to submit it to a server
automatically?  If you just want to post to a server using cfhttp you can do
that without bothering with a form at all ... the handling server will see
the post submission and posted variables.


<Cfhttp url="http://www.somedomain.com/someform.cfm"; method="post">
        <cfhttpparam type="FORMFIELD" name="formField1" value="#somevariable1#">
        <cfhttpparam type="FORMFIELD" name="formField2" value="#somevariable2#">
</CFHTTP>

Of course - its up to you to handle the response by unpacking the
cfhttp.filecontent and header variables.

-Mark


-----Original Message-----
From: Kris Pilles [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 27, 2003 2:44 PM
To: CF-Talk
Subject: CFHTTP to remotely submit form?


Can I remotely submit a form with cfhttp. I have been able to
successfully fill the form in, I just odnt know how to autmoate the
submission

Any ideas?

KP

Kris Pilles
Website Manager
Western Suffolk BOCES
507 Deer Park Rd., Building C
Phone: 631-549-4900 x 267
E-mail: [EMAIL PROTECTED]



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com

Reply via email to