You need to sign in to do that
Don't have an account?

test
what is the use of OID here and Why we use RET URL pls explain?
<body>
<form action="https://dtdcservice--DEV.cs31.my.salesforce.com/servlet/servlet.WebToCase?encoding=UTF-8" method="POST">
<input type=hidden name="orgid" value="00Dp00000000OXn">
<input type=hidden name="retURL" value="https://www.google.co.in/">
<input type=hidden name="recordType" id="recordType" value="01290000000i3cs"/>
<body>
<form action="https://dtdcservice--DEV.cs31.my.salesforce.com/servlet/servlet.WebToCase?encoding=UTF-8" method="POST">
<input type=hidden name="orgid" value="00Dp00000000OXn">
<input type=hidden name="retURL" value="https://www.google.co.in/">
<input type=hidden name="recordType" id="recordType" value="01290000000i3cs"/>
OID is used to identify the org this case record should be inserted into. I believe the retURL is the page the user will be sent to after submitting the record.