Difference between revisions of "Freeside:1.9:Documentation:Developer:signup.cgi"
From Freeside
(New page: == Variables == ;$agent :Agent number ;$error :Error message (if any) ;$self_url :possibly unused. appears to be $cgi->self_url now. ;$session_id :session id ;$referral_custnum :referring...) |
(No difference)
|
Latest revision as of 13:19, 26 July 2009
Variables
- $agent
- Agent number
- $error
- Error message (if any)
- $self_url
- possibly unused. appears to be $cgi->self_url now.
- $session_id
- session id
- $referral_custnum
- referring customer number
- $ieak_file
- ieak template filename (internet explorer setup)
- $ieak_template
- contents of $ieak_file after processing.
- $signup_html
- Location of signup.html
- $success_html
- Location of success.html
- $decline_html
- Location of decline.html
- $signup_template, $success_template, $decline_template
- Working copies (in memory) of each template.