Hi,
I am trying to implement an Event Registration Form with PayPal payment. I am seeking some ideas on how to do this.
My Environment: DNN 4.8.4 + Dynamic Registration 3.2 + Hosted
Ideally, I want to provide a Table / Grid with one column for each member in the group (about 5 members per group: 5 columns) and about 7 rows:
First name
Last Name
Gender
Age Group (used to calculate the Registration Fee)
Registration Option (used to calculate the Registration Fee)
Additional Meals (used to calculate the Registration Fee)
We have about 5 Registration Options (Option 1, 2, 3, 4, and 5)
We have 3 Age Groups (Adults, Kids above 6, Kids below 6)
Depending on the Age Group and Registration Option chosen, the Registration Fee is calculated ofr each person in the Group.
Total Amount to be paid would be the total of individual Registration Fees and the cost of any additional meals.
I implemented this using ASP + JavaScript + HTML Form. I am looking for a quick solution in DNN using Dynamic Registration.
Though the Table / Grid looks more compact, I guess, we can't easily do that in Dynamic Registration; we can collapse the table into a two column (label and data) and make it longer with one block for each person.
Questions:
1. Is there a way I can directly copy my ASP & Javascript code onto DNN - DynamicRegistration module?
2. Does the new DR v3.2 support any calculation Forms (dynamic update of field data based on selections on other fields)?
3. Can we use my current ASP form within IFrame and pass the data to Dynamic Registration to capture the names, ages, options, total amount, etc. so that we it can pass the data in turn to PayPal for payment processing?
Anyhelp is greatly appreciated!!!
Thanks,
VR
|