I have a content type with many fields.

I would like to create a pageroute that allows the user to fill in the fields in several steps.

Currently, it seems I can only edit the whole content type all at once.

I am not clear how the page is generated looking at the code. Is it possible to modify it so that I can show only a selected set of fields on each page?

For me, I don't need a general solution - I can hardcode fieldnames, urls, etc into the code for now. I can modify either the module code or theme code as needed.

Thanks for your help - this looks like a promising module with lots of use int eh site I am developing if I can get past this one step...

Comments

rconstantine’s picture

Status: Active » Fixed

The whole point of this module is to break down your profile fields into separate pages, then walk the user through them. So you cannot use just one content type. You must create as many different 'pages' as you want. That's why it's called pageroute. It's a route through your pages.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.