I have a website where users will be completing personal evaluation forms (1 type for each user). So the user completes Form1 in Jan, then comes back in July to complete Form2. All straight forward stuff with CCK and Content Profile, but I'm stumped on one little thing:
The user needs to refer to the first form when completing the second.
Is there a way to show the content from Form1/fieldA in Form2?
I've tinkered with Computed Field and Contemplate and can only get it working when viewing nodes, not when editing/adding.
So for example Form1 looks like this:
Favourite colour: ____
Favourite day: ____
The user enters "blue" and "Friday"
6 months later, Form2 needs to look like this:
When you completed Form1, you said Favourite colour: blue
Favourite colour now: ____
etc
Thanks
Comments
solved
I solved my problem by creating a block of Form1 using Views and using a useful code snippet to hide the block unless the user is adding Form2.