Request Form
Sample
http://template.orbisdesign.net/RequestForm_1146.aspx
Structures
- RequestVars
-
- Separate each by pipe, end with a final pipe
- FROM_ADDR=info@amd.com
- ML_RECIPIENT_EMAIL=gricke@orbisdesign.com
- ML_SUBJECT=Request Info from AMD.com
- MAIN_FORM=SFDCForm
- FORM_KOOKIE=AMDKookie
- submitMeth=submitForm
- undefined (has not been set)
- submitForm (send the data if there is alot - there's a shorter limit with img query string)
- debug (write to the screen so you can see the vals)
- writeFile=
- csv
- xml
- csvXml
- Separate each by pipe, end with a final pipe
- JavaScriptFiles
- /xsltCommon/JavaScript/FormFunctions.js
- /xsltCommon/JavaScript/FormProcess.js
- formvalidation()
- ProcessInputs()
- GetForPreSetSelect()
- formvalidation()
- /xsltCommon/JavaScript/RequestVars.js
- /JavaScriptShell/FormValidationVars.js
- o2Layout/O_ProcessFromSubmit.aspx
Files
- form.html onClick="formvalidation('SFDCForm')
- form.css
- FormFunctions.js
- GenGUID
- randomNum
- remove_XS_whitespace
- setCookie
- getCookie
- setCookieExpiration
- SetGetMemberKookie
- formatCurrency
- getQueryVariable
- URLDecode
- URLEncode
- emailvalidation
- valuevalidation
- digitvalidation
- emptyvalidation
- FormProcess.js run Get all input function, change img src to activate secondary email
- GetAllInputs
- GetForPreSet
- GetForPreSetSelect
- GetForPreSetCheck
- ProcessInputs
- pauseDisplay
- formvalidation
- FormValidationVars.js
- O2New/Layout/O_ProcessFormSubmit.aspx
- Get all query string elements
- Parse out config vars and set for sending email
- Parse out form submit vals and create for body
- Parse out sender email so copy can be sent to them
- Send request to recipient set in config var
- Send copy of request back to recipient