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.

Wedding Trip Contribution Form

  1. leoiacovini
    Member

    Hello,

    I need to create a system in which there will be 2 forms. The system consists in the ideia of a couple creating a wishlist for the marriage, but there will no be gifts, every person will contribute with a amount(PayPal) to give the couple the honeymoon trip. This system will be used in a Travel Agency.

    1) FIRST FORM:
    This form will be a fiancee registration, in wich a couple register themselves, sending information about they to the Travel Agency. Every Couple Registration need to have a unique ID.

    2) SECOND FORM:
    This form will be for people contribute to the trip. Here comes the problem. I need the form to show in a drop down menu or something, all the registered couples, so the person can donate to the right weeding. And this donation need to point to the couple registry, so the Travel Agency can control who, how much, etc... have donated to which couple.

    Thank You Very Much

    Posted 11 years ago on Thursday March 28, 2013 | Permalink
  2. Form 1 does not sound like a problem. Every entry has a unique entry ID, or you can assign an ID to everyone who submits form 1 if you want to.

    For Form 2, I think you will have to use dynamic population to populate the drop down of all registered couples. It sounds like that list will come from submissions to form 1. You can read about dynamic population here: http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population

    Instead of populating with posts, you will be populating with the names of couples who submitted form 1. It's slightly more complicated, but it's possible.

    Posted 11 years ago on Saturday March 30, 2013 | Permalink