uShopOrderContactCGI.class


The uShopOrderContactCGI 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. To use this applet, you must have configured the ushop_cgiscript.pl in your cgi directory on your server. See also ushop_cgiscript.pl.

Parameters
Note: Optional parameters are in italics


Example



 &ltAPPLET CODE = "uShopOrderContactCGI.class" WIDTH=450 HEIGHT=450>
 &ltPARAM NAME=scriptpath         VALUE="http://www.uburst.com/cgi-bin/ushop_cgiscript1p3.pl">
 &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>