uShopOrderContactSMTP.class


The uShopOrderContactSMTP applet is an order form that does not request any payment information. This was designed to be used as a "Contact Us" applet. This applet has four configurable labels and an option on whether to send the current contents of the shopping cart with the notification.

Parameters
Note: Optional parameters are in italics


Example



<APPLET CODE = "uShopOrderContactSMTP.class" WIDTH=450 HEIGHT=450>
<PARAM NAME=mailto             VALUE="info@uburst.com">
<PARAM NAME=subject            VALUE="Contact Me">
<PARAM NAME=message            VALUE="A representative will contact you.">
<PARAM NAME=label1             VALUE="*Name: ">
<PARAM NAME=label2             VALUE="*Day Phone: ">
<PARAM NAME=label3             VALUE="*Evening Phone: ">
<PARAM NAME=label4             VALUE="*Best Time: ">
<PARAM NAME=validate           VALUE="YES">
<PARAM NAME=clearcart          VALUE="NO">
<PARAM NAME=cart_info          VALUE="YES">
<PARAM NAME=popupwindow        VALUE="YES">
<PARAM NAME=textcolor          VALUE="black">
<PARAM NAME=background         VALUE="lightGray">
<PARAM NAME=return_url         VALUE="http://www.uburst.com">
<PARAM NAME=thankyou_url       VALUE="NONE">
</APPLET>