HI I need to post some form data to another page without the user clicking a button and then go to the page it is submitting to as if I use a regular <form> post with action = test.cfm.
I have tried the following
<cfhttp method="Post" url="test.cfm">
<cfhttpparam type="Formfield" value="Damon Delcoro" name="sname">
</cfhttp>
but it does not seem to go to the page test.cfm
I have tried the following
<cfhttp method="Post" url="test.cfm">
<cfhttpparam type="Formfield" value="Damon Delcoro" name="sname">
</cfhttp>
but it does not seem to go to the page test.cfm