Active
Project:
User Autorole
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
1 Mar 2008 at 18:01 UTC
Updated:
1 Mar 2008 at 22:31 UTC
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' 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
Comment #1
usonian commentedHmm, 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 : /
Comment #2
miagd commentedThanks.
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.