I am relatively new to Drupal so please answer accordingly. I am creating a website for my wedding to provide directions, travel information, etc. I would like to create a simple RSVP form. All I need is a place for the guests to input their name, and another blank for them to indicate how many are attending. this information would then be e-mailed to me. I used to use front page, and making a form like this was simple. How can I do this in Drupal? Can I modify the contact form page?

Comments

2ndChanceTech’s picture

I believe there is an event module and RSVP module that accompanies it.

Perhaps check into that.

cayenne’s picture

I have tried RSVP, Event Manager, and have even created my own module. At the end of the day, the absolute simplest solution is

webform [project/webform]

Load the module, create a "webform" with name, email, and other info. It will do all you want and maybe more. Webform includes native support for excel download, for example.

and congrats on the marriage.

:)

iwant2fly’s picture

thanks for the suggestion, and the congratulations. I will try that and post back and let you know what I think.

iwant2fly’s picture

Thanks for the suggestions kryptik. Those modules work very well, but are not what I am looking for (well at least for this site). I am simply looking for some sort of form that I can create with blanks of my choosing. (i.e. Attending? Number attending? Name? E-mail address?) I then want the information in that form sent to my e-mail.

I want exactly what the default contact form does, but I want ot be able to customize the fields. Any suggestions?