I’ve looked through the forums and am unable to find what is probably an easy answer. I’d like to be able to do the following:
- Create a member group for each school district I work with (I want to limit content based upon district affiliation)
- Create multiple registration forms for each member group
I created a standalone registration form that works (based upon this Wiki Entry). But, the form only creates one general member type.
Question: What do I need to insert into the standalone form to register a member into a specific group (district A, district B, etc)? Do I put the group ID into a hidden value as in the following:
<input type="hidden" name="ACT" value="groupID" />Thanks in advance and I apologize if this answer is already out there.