I finally found the perfect module for my needs. Thank you! But I'm trying to get different content on each Roleset (shortname) form. I've used the profile.module and other contributed modules to get ALL the registration content I need for all the Roleset registration forms.

How can I remove the features I don't need on each Roleset registration form?

EXAMPLE:
user/register/(shortname1) needs the "Investment Professionals' Name" removed.

<div class="form-item">
 <label for="edit-profile-rep">Investment Professionals&#039; Name: <span class="form-required" title="This field is required.">*</span></label>
 <input type="text" maxlength="255" name="profile_rep" id="edit-profile-rep"  size="60" value="" class="form-text required" />
 <div class="description">Please enter the name of your SEM Rep.</div>
</div>

And others for other Roleset registration forms.

Thank you in advance for any feedback or pointing me in the right direction.

Comments

usonian’s picture

Component: Miscellaneous » Code
Category: support » feature

Hmm, this is a tricky one. It might be better implemented as a separate module that allows you to build lists of profile fields to be excluded per role, and then updating this module to support those exclusions.

I'll mull it over, although I probably won't be able to work on this much in the short term : /

miagd’s picture

Thanks.
If there were only a module that allowed you to create additional registration forms. Then the user_autorole module allowed you to choose which registration form to assign to the user/resister/(shortname) link.