Forum Moderators: phranque

Message Too Old, No Replies

Problem with Flash CFForms

         

paseo

11:43 pm on Apr 2, 2008 (gmt 0)

10+ Year Member



I am having an issue with Flash CFFORMS on my GoDaddy hosting account. The form displays correctly however when the form is submited, the redirection does not go to index.cfm as specified in action="index.cfm" but rather goes to /708360696.mxml.cfswf?CFID=949018&CFTOKEN=49305551.
Here is the code im using...its as basic as you get

<cfform action="index.cfm" name="form" format="Flash" width="300" height="200">
<cfinput name="username">
<cfinput name="password">
<cfinput type="submit" name="submit" value="submit">
</cfform>

If you submit the form with only the cfinput line for submit then the form correctly redirects...Eg:

<cfform action="index.cfm" name="form" format="Flash" width="300" height="200">
<cfinput type="submit" name="submit" value="submit">
</cfform>

Any ideas? Thanks!

phranque

3:06 am on Apr 9, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



is your problem merely the url of the reponse?
does the response contain the correct content?
have you checked the response status chain to see how you got there?
the index.cfm is probably doing a redirect which would not be unusual.