During a node/add/
Imagine following
- Step 1
-- filliing title
-- filling body
- Step 2
-- filling the rest
When clicking on the "previous" button during Step 2, the text on the body in Step 1 isn't saved and dissapears while the title remains intact,
I've tried checking through the $form_state and #after_build without managing to find out where the problem lies.
Anyone noticed this problem?
Comments
Comment #1
stborchertHi.
I've tested this right now with the latest version and can't confirm the problem. Do you have any additional modules installed which alters the node form?
Comment #2
adnasa commentedHi,
All I've done sofar was added a
hook_form_alterto hide some form-elements I didn't need at the form.no other modules alters the form.
Tested again here, same problem :-/
what I did to fix it
It feels dirty, though.
Comment #3
stborchertCould you post your hook_form_alter? I've tried with different scenarios but could not get this error.
Comment #4
stborchertPlease provide more info.
Comment #5
stborchert