Forum Moderators: phranque
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!