Hello, Sure you can set up a form and have the customer enter in as much info as you want and then it will be send to you as an email. I set one up on this page as a contact form
http://www.ultimateclassroom.com/index.asp...on=Custom&ID=12But you can use it however you want. You will have to create it in a custom HTML page and it has to be sent here:
<form action="http://formmail.monstercommerce.com/cgi-bin/ntformmail/ntformmail.pl" method="get" name="inquiry_form" id="inquiry_form"><table width="470" border="0">
the important variables are:
<INPUT NAME="recipient" TYPE="hidden" VALUE="EMAIL YOU WANT IT TO GO TO HERE">
<INPUT TYPE="hidden" NAME="subject" VALUE="EMAIL SUBJECT NAME HERE">
<INPUT TYPE="hidden" NAME="redirect" VALUE="http://www.PAGE YOU WANT THEM TO BE REDIRECTED TO HERE">
Hope that helps. If you need more details please let me know.