# Formage template # This form sends the form information to an email address, # user@leland.stanford.edu, and also writes to a data file. # In the following input form, the FORMAT tag formats the Web input # form according to the EvaluationForm format. FORMAT=EvaluationForm # The EvaluationForm format consists of HTML code and determines # what your input form will look like on the Web. Nina & Tim's Wedding Website
July 2-3, 2006 RSVP Email Nina or Tim
Name(s)
Email

We will not be attending
We will be attending

We hope to see everyone at both celebrations!

Sunday, July 2, Indian Celebration

Number attending Indian Ceremony

Names of people attending the Indian reception

Dinner will be a buffet of vegetarian Indian food.


Monday, July 3, Western Celebration

Number attending western Ceremony

Please place the names of the people in your party who are attending the western reception next to their entree choice.
Salmon
Chicken
Tortellini (Vegetarian)
Macaroni and Cheese (Vegetarian)

Salmon:
Grilled Pacific Salmon with Lemon Tarragon
Chicken:
Oven roasted breast of chicken stuffed with asiago cheese and wild mushrooms.
Tortellini:
Roasted vegetable tortellini with marinara
Mac and Cheese:
Macaroni and cheese, intended as the kids meal, but available for all. May come with a side of french fries.
Comments:


OUTPUT=mailto:nsinghal@stanford.edu FORMAT=EnglishForm # The MailForm format determines the appearance of the # inputted data when it is sent to user@leland.stanford.edu. Date form submitted: %DATE% @name@ @email@ Attending: @attendance@ Number attending indian ceremony: @indianceremony@ Names for indian reception: @indianreceptionnames@ Number attending western ceremony: @westernceremony@ People wanting salmon: @salmon@ People wanting chicken: @chicken@ People wanting tortellini: @tortellini@ People wanting mac and cheese: @mac@ Comments: @comments@ # This action block sends inputted data to a data file on the Leland # Web server. The file_append command adds new data to the end of # the data file. The FORMAT tag formats the data file according to # the MailForm format defined above. OUTPUT=file_append:/~thinrich/rsvp/datafile.txt FORMAT=DataForm "%DATE%", "@name@", @email@, @attendance@, @indianceremony@, "@indianreceptionnames@", @westernceremony@, "@salmon@", "@chicken@", "@tortellini@", "@mac@", "@comments@" # This action block sends a reply to the user. The FORMAT tag # formats the reply according to the ReplyForm format. OUTPUT=reply FORMAT= ReplyForm # The ReplyForm format determines what the user will see after # filling out the form. Nina & Tim's Wedding Website
July 2-3, 2006 RSVP Email Nina or Tim
Name@name@
Email@email@
Attendance@attendance@
Indian Ceremony@indianceremony@
Indian Reception@indianreceptionnames@
Western Ceremony@westernceremony@
Salmon@salmon@
Chicken@chicken@
Tortellini@tortellini@
Macaroni and cheese@mac@
Comments@comments@