I hereby claim:
- I am willcroft on github.
- I am willcroft (https://keybase.io/willcroft) on keybase.
- I have a public key ASAfBRpDyLy4Wx5Op_NgvgZ02bve12J8bZ-Ivry9ab72Wwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<?php | |
// Post this request to Eloqua (ugh) as well | |
$data = array | |
( | |
'elqFormName' => '', // Required: name of Eloqua form | |
'elqSiteID' => '', // Required: Eloqua site id | |
'elqCustomerGUID' => '', | |
'elqCookieWrite' => '0', | |
'C_FirstName' => urlencode($this->subscribe['first_name']), |