Closed (fixed)
Project:
Pageroute
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2008 at 21:47 UTC
Updated:
5 Mar 2008 at 23:11 UTC
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
Comment #1
rconstantine commentedThe 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.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.