addField('name', 'Name', TRUE); $contact->addField('email', 'Email', TRUE); $contact->addField('phone', 'Phone', TRUE); $contact->addField('shipping_address', 'Shipping Address', TRUE); $contact->addField('wedding_location', 'Wedding: Location', FALSE); $contact->addField('date', 'Wedding: Date', FALSE); $contact->addField('type_of_venue', 'Wedding: Type Of Venue', FALSE); $contact->addField('theme', 'Wedding: Theme', FALSE); $contact->addField('time_of_day', 'Wedding: Time Of Day', FALSE); $contact->addField('reception_location', 'Reception: Location', FALSE); $contact->addField('type_of_venue2', 'Reception: Type Of Venue', FALSE); $contact->addField('theme2', 'Reception: Theme', FALSE); $contact->addField('time_of_day2', 'Reception: Time Of Day', FALSE); $contact->addField('date2', 'Reception: Date', FALSE); $contact->addField('bride_mother_guest', 'I Am', FALSE); $contact->addField('dreaming', 'Describe Your Gown', FALSE); $contact->addField('style', 'An Existing Style You Like', FALSE); $contact->addField('cover_up', 'Cover-up Required', FALSE); $contact->addField('height', 'Personal: Height', FALSE); $contact->addField('bra_size', 'Personal: Bra Size', FALSE); $contact->addField('bust', 'Personal: Bust', FALSE); $contact->addField('waist', 'Personal: Waist', FALSE); $contact->addField('hip', 'Personal: Hip', FALSE); $contact->addField('bra_no_bra', 'Personal: Bra Required', FALSE); $contact->addField('again', 'Wish To Wear Dress Again', FALSE); $contact->addField('tea', 'Tea Or Cocktail Length', FALSE); // Process the form if ($_SERVER['REQUEST_METHOD'] == "POST") { $contact->process(); } ?>