Hi
Im currently working on a Event Subscription module, but i have encountered some problems and after trying for hours and searching the forum i haven't got it to work properly.
1. Problem
In the _edit.aspx i want to have something similar to the NewsletterV3 module, where i can see all the Newsletters and decide wich Newsletter i can subscribe to via the module (In my case, wich Events should be available in the form.)
Im kinda at a loss how to design the _edit.aspx and the _edit.aspx.cs file
2. Problem
Since i couldn't find out how to solve problem 1, i moved along with getting the Form to work. Right now im loading all created Events (that needs to change as soon as i know how to solve problem 1, so it dynamiclly chooses wich events to show based on my selection). The problem right now is i have no clue how to handle the checked Events as soon as i hit submit, since it potentially could be 1 or 5 events.