First off: I'm faily new to Drupal, but i do know a fair bit about coding in php.
I'm making a website for a yearly LAN-party using Drupal and have run into a problem.
Beyond the users signing up on the site itself i need to make some kind of form where the users can sign up for the LAN-party itself.
When i started looking around for a module that might do this for me i stumbled across the Webform module.
I thought Cool, this is easy to use and i can create the signup without having to write a single line of code myself.
Soon after i was a bit disappointed, as i found out that it would not be as simple to show the submissions again. I know that the Webform module itself can show all the results, but i don't want all users on the site to be able to see the IP-adresses and such that the Webform module always shows.
Also the webform module can't pull values from the new fields module in D7, so i can't use new user-fields that i have made (eg. a users birthday or such) for pre-filling the webform.
So my question is:
Should i even be trying to achieve this using the webform module?