note: the "..." is my own masking/shortening for this illustration
In other words, the dynamic redirect URL seems to pull in the the
Code:
formid
and
Code:
return
variables (the first and third URL parameters), but it leaves the
Code:
email
(middle) parameter outside of the dynamic link, instead tacking it on the end. The effect is that the redirector sees the
Code:
email
variable instead of the
Code:
push_to_mautic.php
script for which it is intended.
Can anyone help explain this bizarre behavior? or suggest a way that I can get the email variable into the url params that get delivered to my php push_to_mautic script?
additional note:
Interestingly, if I switch the order of the params in the URL so that the
Code:
email={contactfield=email|true}
param comes first after the
Code:
?
, then the whole link stays exactly as written in the field and never gets transformed into a dynamic redirect link for tracking in the resulting email.
note: the “…” is my own masking/shortening for this illustration
In other words, the dynamic redirect URL seems to pull in the the formid and return variables (the first and third URL parameters), but it leaves the email (middle) parameter outside of the dynamic link, instead tacking it on the end. The effect is that the redirector sees the email variable instead of the push_to_mautic.php script for which it is intended.
Can anyone help explain this bizarre behavior? or suggest a way that I can get the email variable into the url params that get delivered to my php push_to_mautic script?
additional note:
Interestingly, if I switch the order of the params in the URL so that the email={contactfield=email|true} param comes first after the ? , then the whole link stays exactly as written in the field and never gets transformed into a dynamic redirect link for tracking in the resulting email.