The subscription process pass through the form URL
https://www.mysitename.com/?na=s
and then redirects to another page
https://www.mysitename.com/newsletter/?nm=confirmation&nk=RANDOMNUMBER
I have to tell to my popup plugin which is the page to land otherwise I will not have any subscription at all.
If I put /?na=s or /newsletter or /newsletter/?nm=confirmation or /newsletter/?nm=confirmation&nk=
as destination page, I do not have the result, for the email inserted, to be confirmed in process of the mailing list confirmation, because there is the lack of the random number at the end.
Is there a way to indicate a destination page on my popup that can land to the
/newsletter/?nm=confirmation&nk=RANDOMNUMBER
right url and have in this way to be signed to the mailing list in the right way?
(I have choosen the duoble opt-in process to sign)
Thanks