Active
Project:
Content Profile
Version:
6.x-1.0
Component:
User registration module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2011 at 23:37 UTC
Updated:
21 Jul 2011 at 21:39 UTC
I hit save, it refreshes page, fields are blank again. If I fill it out again and hit save again, another profile is created.
Is this a bug or something not set up right?
Comments
Comment #1
Jorenm commentedFigured it out. I was using hook_form_later to unset all the stuff I didn't want available. Apparently unsetting "author" causes this issue. I switched to setting #access to false and it fixed it.