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 fields 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



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