Skip to main content
Participant
December 11, 2007
Question

Insert record not working

  • December 11, 2007
  • 2 replies
  • 348 views
Hi!

I'm adding an insert record behavior so that I can keep track of which user is downloading what. I leave the 'after inserting go to' field blank and the action in the form is <?php echo $editFormAction; ?>

The record is inserted but the page does not re-direct to the downloads page, it just reloads the current page. Please help! I'm at my wits end here. Here's the code with the insert record behavior:




This topic has been closed for replies.

2 replies

Participant
December 17, 2007
Thanks Mike. I've sloghtly modified my question and reposted here:

http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=12&catid=263&threadid=1322354&enterthread=y

Do you have any thoughts on this?

Cheers,

Roger.
Inspiring
December 13, 2007
You need to add the page in the redirect after inserting field so the script will know where to redirect to.