This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Contactus"

From OWASP
Jump to: navigation, search
m
(Redirected page to Https://www.tfaforms.com/308703)
Line 1: Line 1:
 +
#REDIRECT [[https://www.tfaforms.com/308703]]
 +
 
Contact Us Form
 
Contact Us Form
  

Revision as of 19:08, 5 November 2018

Contact Us Form

<html>

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


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

<input type=hidden name="orgid" value="00DU0000000IvqV"> <input type=hidden name="retURL" value="http://www.owasp.org">


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

<label for="priority">Priority</label><select id="priority" name="priority"><option value="">--None--</option><option value="High">High</option> <option value="Medium">Medium</option> <option value="Low">Low</option> </select>

<label for="reason">Case Reason</label><select id="reason" name="reason"><option value="">--None--</option><option value="User didn't attend training">User didn't attend training</option> <option value="Complex functionality">Complex functionality</option> <option value="Existing problem">Existing problem</option> <option value="Instructions not clear">Instructions not clear</option> <option value="New problem">New problem</option> </select>

<input type="hidden" id="external" name="external" value="1" />

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

</form>

</html>