How can I include my custom profile fields created using drupal7 built in fields in side this inline registration module?
Also is it possible to add other fields like "Terms & Service" "Newsletter Sign-up" etc ?

Thanks in advance.

Comments

maerys’s picture

Not sure if thats still on your list, but I was able to integrate the Terms & Service issue with the Legal module (http://drupal.org/project/legal).

vvvi’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

Please, use hook_form_alter() or hook_form_FORM_ID_alter() for doing that.