I'd appreciate any feedback you can
provide about this web site. Also, if you have any questions about
my clothing line, or would like any further information about my shows
and/or the galleries that carry my line, please ask them below.
Privacy Statement: I respect
your privacy and do not share my customer records with anyone.
Information you give me is used strictly to answer your questions
or send your order. From time to time, I may send you information
about new work or shows/galleries I have near you. If you prefer
not to receive this information, please let me know. I'll be happy
to accomodate your wishes. Thank you!
add_contact('fleece@suzknits.com');
$contact->set_message('Send Email to Suzknits');
$contact->add_input('howfind','How did you find this site?','text');
$contact->add_input('name','Name','text');
$contact->add_input('email','Email Address','text');
$contact->add_input('address','Mailing Address','text');
$contact->add_input('city','City','text');
$contact->add_input('state','State','text');
$contact->add_input('zip','Zip Code','text');
$contact->add_input('phone','Phone Number','text');
$contact->add_input('time','Time To Best Reach You','text');
$contact->add_input('message','Your Message','textarea');
$contact->set_subject('Email from Suzknits.com Comment Form');
$contact->go();
?>