Back to All

Passing the [attribute=email] instead of the value

Hi, I used JSON API to POST the value of the email to PHP server that has a Infusionsoft integration tha collects email data.
In my PHP code, here is a line that receive the POST data

$email=$_POST['email'];

Now, the problem is: The value of the $email that is saved to Infusionsoft is '[attribute=email]' instead of the email address([email protected]).

Anyone encountered this problem?