uShopOrderContactCGI_dn.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_dn.pl in your cgi directory on your server. See also ushop_cgiscript_dn.pl.

Parameters
Note: Optional parameters are in italics


Example



<APPLET CODE = "uShopOrderContactCGI_dn.class" WIDTH=450 HEIGHT=450>
<PARAM NAME=scriptpath         VALUE="https://www.uburst.com/cgi-bin/ushop/ushop_cgiscript_dn.pl">
<PARAM NAME=message            VALUE="Ein Mitarbeiter meldet sich bei Ihnen.">
<PARAM NAME=label1             VALUE="*Navn: ">
<PARAM NAME=label2             VALUE="*Telefon i dagstimerne: ">
<PARAM NAME=label3             VALUE="*Telefon i aftentimerne: ">
<PARAM NAME=label4             VALUE="*Bedste Tidspunkt For Opringning: ">
<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>