Notice: Firmware Links Under Maintenance We are currently undergoing maintenance on all firmware links. If any links are inaccessible, please email or contact Tech Support for the firmware. We appreciate your patience during the maintenance, thank you for your understanding.

Difference between revisions of ":SF Test"

(Created page with "=Salesforce Test: Web-to-Case= <html><!-- ---------------------------------------------------------------------- --> <!-- NOTE: Please add the following <META> element to y...")
 
Line 1: Line 1:
=Salesforce Test: Web-to-Case=
+
<!--  ----------------------------------------------------------------------  -->
<html><!--  ----------------------------------------------------------------------  -->
 
 
<!--  NOTE: Please add the following <META> element to your page <HEAD>.      -->
 
<!--  NOTE: Please add the following <META> element to your page <HEAD>.      -->
 
<!--  If necessary, please modify the charset parameter to specify the        -->
 
<!--  If necessary, please modify the charset parameter to specify the        -->
 
<!--  character set of your HTML page.                                        -->
 
<!--  character set of your HTML page.                                        -->
 
<!--  ----------------------------------------------------------------------  -->
 
<!--  ----------------------------------------------------------------------  -->
 
+
 
<META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=UTF-8">
 
<META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=UTF-8">
 
+
 
<!--  ----------------------------------------------------------------------  -->
 
<!--  ----------------------------------------------------------------------  -->
 
<!--  NOTE: Please add the following <FORM> element to your page.            -->
 
<!--  NOTE: Please add the following <FORM> element to your page.            -->
 
<!--  ----------------------------------------------------------------------  -->
 
<!--  ----------------------------------------------------------------------  -->
 
+
<form action="https://cs57.salesforce.com/servlet/servlet.WebToCase?encoding=UTF-8" method="POST">
+
<form action="https://webto.salesforce.com/servlet/servlet.WebToCase?encoding=UTF-8" method="POST">
 
+
<input type=hidden name="orgid" value="00D0k0000000RYj">
+
<input type=hidden name="orgid" value="00D28000000VTpA">
<input type=hidden name="retURL" value="https://dahuawiki.com/Main_Page">
+
<input type=hidden name="retURL" value="https://dahuawiki.com">
 
+
 
<!--  ----------------------------------------------------------------------  -->
 
<!--  ----------------------------------------------------------------------  -->
 
<!--  NOTE: These fields are optional debugging elements. Please uncomment    -->
 
<!--  NOTE: These fields are optional debugging elements. Please uncomment    -->
Line 23: Line 22:
 
<!--  <input type="hidden" name="debugEmail" value="wu_bin5@dahuatech.com">  -->
 
<!--  <input type="hidden" name="debugEmail" value="wu_bin5@dahuatech.com">  -->
 
<!--  ----------------------------------------------------------------------  -->
 
<!--  ----------------------------------------------------------------------  -->
 
+
 
<label for="name">Contact Name</label><input  id="name" maxlength="80" name="name" size="20" type="text" /><br>
 
<label for="name">Contact Name</label><input  id="name" maxlength="80" name="name" size="20" type="text" /><br>
 
+
 
<label for="email">Email</label><input  id="email" maxlength="80" name="email" size="20" type="text" /><br>
 
<label for="email">Email</label><input  id="email" maxlength="80" name="email" size="20" type="text" /><br>
 
+
 
<label for="phone">Phone</label><input  id="phone" maxlength="40" name="phone" size="20" type="text" /><br>
 
<label for="phone">Phone</label><input  id="phone" maxlength="40" name="phone" size="20" type="text" /><br>
 
+
 
<label for="subject">Subject</label><input  id="subject" maxlength="80" name="subject" size="20" type="text" /><br>
 
<label for="subject">Subject</label><input  id="subject" maxlength="80" name="subject" size="20" type="text" /><br>
 
+
 
<label for="description">Description</label><textarea name="description"></textarea><br>
 
<label for="description">Description</label><textarea name="description"></textarea><br>
 
+
   
Serial Number:<input id="00N0k000000mxUu" maxlength="30" name="00N0k000000mxUu" size="20" type="text" /><br>
 
 
 
 
<input type="submit" name="submit">
 
<input type="submit" name="submit">
 
+
 
</form>
 
</form>
</html>
 

Revision as of 03:06, 17 November 2017


<META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=UTF-8">


<form action="https://webto.salesforce.com/servlet/servlet.WebToCase?encoding=UTF-8" method="POST">

<input type=hidden name="orgid" value="00D28000000VTpA"> <input type=hidden name="retURL" value="https://dahuawiki.com">


<label for="name">Contact Name</label><input id="name" maxlength="80" name="name" size="20" type="text" />

<label for="email">Email</label><input id="email" maxlength="80" name="email" size="20" type="text" />

<label for="phone">Phone</label><input id="phone" maxlength="40" name="phone" size="20" type="text" />

<label for="subject">Subject</label><input id="subject" maxlength="80" name="subject" size="20" type="text" />

<label for="description">Description</label><textarea name="description"></textarea>

<input type="submit" name="submit">

</form>