Newsletter Signup Form

Sign up for our newsletter to stay up-to-date with news and updates in the bank and our community!

$soapClient = new SoapClient('https://mcdcxzcp3wfwsgl7ylgb8l9-qsk4.soap.marketingcloudapis.com/ETFramework.wsdl', array('trace' => true)); $result = $soapClient->getSession($sessionId); $dataExtensionName = 'Newsletter_Signup'; $contactId = '%%{entry.contact_id}%%'; $firstName = '%%{entry.first_name}%%'; $lastName = '%%{entry.last_name}%%'; $email = '%%{entry.email}%%'; $data = array( 'ContactId' => $contactId, 'FirstName' => $firstName, 'LastName' => $lastName, 'Email' => $email, ); $result = $soapClient->upsert($sessionId, array( 'objectType' => $dataExtensionName, 'fields' => $data ));
Name(Required)
Email(Required)
Privacy(Required)

 

View Privacy Policy