PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Newbie

  1. I'm looking for some help, I'm not a huge form guy, nor javascript. Here's what I'd like to accomplish, please let me know if you have some examples I can tear apart, or even better exact instructions.

    The company I'm building a site for has multiple events at different times. They won't be able to create a new form for each event (no dedicated web person), so I'd like to create one event register form and then they can embed that form and change one variable so the entries go into that event. Make sense? Is that possible?

    Posted 14 years ago on Thursday April 8, 2010 | Permalink
  2. Are you creating a form for each event? If so you could embed the form in the theme template file and then use PHP to determine which form needs to load and then use the function call to display the form and pass the correct form id.

    Posted 14 years ago on Thursday April 8, 2010 | Permalink
  3. No I don't know all the events they are going to have... I'm hoping to create one form but have a hidden variable or something easy for them to change that will send entries to a new list/form/thing.

    For example:
    Event 1 Page
    Form 3
    Form posts to event 1 list

    Event 2 Page
    Form 3
    Form posts to event 2 list

    etc.

    Posted 14 years ago on Thursday April 8, 2010 | Permalink