There may be times where you wish to provide the option for people to pay for an event registration by check OR to make an online payment via your Stripe integration. There are a few ways to accomplish this, both of which require creating a distinct form for online payment.
Option 1 - Create a single form, with an explanation of how each payment method should be used.
- Pros: One form allows for you to have all registration/response data aggregated in one spreadsheet.
- Cons: Form may be confusing to users and will be fairly long.
Option 2 - Create two distinct registration forms, one for payment by check, one for online payment via Stripe. Create a Page for each form and embed the form on it. On an overall descriptive Event, put two button, linking to the two pages containing the forms.
- Pros: Users can clearly link to their prefered payment method.
- Cons: Two sets of registration/response data to aggregate.
Option 3 - Create a registration form with NO payment information, that is used by all who are registering and in the email response to the form, add an optional-use link to a online payment online form.
- Pros: One set of user registration/response data.
- Cons: Relies on user to check email and click payment button for online payments.
Comments
0 comments
Please sign in to leave a comment.