fago
Sorry to start a new post on this. I posted it in another one that had already been marked with the status "by design" so I'm not sure if you're seeing it after it gets that designation. I was having a problem with data not being saved on registration. I had a trigger set to redirect a user to a URL after logging in. This was stopping the content profile from being saved on registration. Remove the trigger and everything works fine. I'm in a bind though because I've had iffy results with the login destination module which is why I was using a trigger, but it is a much smaller bind than I was in. If it helps to diagnose here's how to reproduce:
-install cck with text fields
-install cp with cp on registration
-set up a field to be displayed on registration
-set a trigger on the user tab to redirect to a URL after logging in
-try to setup a new user account
-once logged in you should notice that your response wasn't saved
-edit your cp and reenter a value in the textfield
-now it should be saved

Again, sorry to repost, but I just wasn't sure if it was being seen.

Comments

fago’s picture

Status: Active » Closed (works as designed)

If this is a bug, it's a bug of trigger/actions not of cp. You might use rules and it's page redirect not checking the immediate option, this should work.

kbk’s picture

Issue tags: +url redirect, +Rules Module

Note for others: If you are using the Rules Module to force a URL redirect upon registration follow Fago's suggestion and make sure "Immediately issue the page redirect" is not checked (option is presented when editing a rule action.)

Thanks Fago, that was driving me nuts.