landing page: nasdaqwirenews.com/sign-up-sp/ this landing page submits data via api which runs in the background. problem, when an email is submit to the landing page, it submits to constantcontact via an api, however, even though I'm receiving a success response via the api, the email is not found in the appropriate list inside the constantcontact account. tested email: ester0092@gmail.com "id": "1439287267", "name": "SP7", see the response code here: stdClass Object ( [id] => 1157027898 [status] => ACTIVE [fax] => [addresses] => Array ( ) [notes] => Array ( ) [confirmed] => [lists] => Array ( [0] => stdClass Object ( [id] => 1439287267 [status] => ACTIVE ) ) [source] => API [email_addresses] => Array ( [0] => stdClass Object ( [id] => 0b54025e-dce0-11ea-91e5-d4ae52a686bc [status] => ACTIVE [confirm_status] => NO_CONFIRMATION_REQUIRED [opt_in_source] => ACTION_BY_VISITOR [opt_in_date] => 2020-08-12T21:09:00.000Z [email_address] => ester0092@gmail.com ) ) [prefix_name] => [first_name] => [middle_name] => [last_name] => [job_title] => [company_name] => [home_phone] => [work_phone] => [cell_phone] => [custom_fields] => Array ( ) [created_date] => 2020-08-12T21:09:00.000Z [modified_date] => 2020-08-12T21:09:00.000Z [source_details] => splc
... View more