Having a really hard time figuring this module out. I've gone through the README, followed the USAGE instructions, and am not really getting anywhere. Mostly because (1) the README is tough to read, numbers/bullets would be easier to follow and (2) I get lost in all the abstract PAGE1, PAGE1A, etc etc.

For dummies like me could you break it down with a concrete example?

Comments

kulfi’s picture

+ A handbook will allow for screenshots. I'm not really grokking this at all, otherwise I would offer to help.

EDIT - The Common + Student + Parent Registration looks like a good example in this thread - http://drupal.org/node/165230. Could the USAGE be replaced/augmented with a clear example?

bgogoi’s picture

Title: Documentation - example » is this a similar guide?

http://harmonyinfotech.in/blogs/uncategorized/how-to-create-differenr-si...

how to create different signup forms in drupal

For example we want to creare signup forms for students & staff

download pageroute,nodefamily,nodeprofile modules(http://drupal.org/project/nodeprofile,http://drupal.org/project/nodefami...) and put that files into modules folder in ur drupal site and enable that modules.

1.goto admin->content management->content type and click add content type,fill that details then click save button

2.then edit that contenttype & add fields to that content type.

Goto admin->pageroute click on add route fill the path name (that name is displayed in navigationbar)

select the content type dropdown which one we want.