Saturday, February 11, 2012
  Search
Support Forum
How do I do this?
Last Post 31 Jul 2010 07:58 PM by Code 5. 1 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
joejubee1
New Member
New Member
Send Private Message
Posts:1


--
30 Jul 2010 06:22 PM  
I have a list of groups on a page, and want to find a way to have it where when a person chooses the group, a sign-up form appears (or you're redirected to a page with a sign-up form) that has the group they've selected pre-populated in it. Sure, I could create dozens of individual forms for each, but I have to think that there is a better way.

Here's what I'm talking about:

Sign up - Group 1
Sign up - Group 2
Sign up - Group 3
Sign up - Group 4
Sign up - Group 5

When you click "Sign up" you go to a form like this

Your Name
Your Email Address
Group Requested: GROUP XXX (determined by the selection above)
Submit Button

Any help would be appreciated.

Joe
Code 5
Moderator
Advanced Member
Advanced Member
Send Private Message
Posts:907


--
31 Jul 2010 07:58 PM  
Hi Joe,

I would make one form with a hidden field called GroupRequested. I would set the AutoFill Type to URL and set the Value name to group. I would then create an HTML module with your list of Groups as shown below which when a user clicks on the Sign Up sends the user to the form using a URL like . When the form is shown the hidden field will contain the value GROUP_001 and will be saved to the DB if that option is seleced and send in any emails defined.

HTH
You are not authorized to post a reply.

Active Forums 4.2
Copyright 2004-2012 Code 5 Systems, LLC.