Passing Values to Pages
-
I’m using Autoresponder Plus on my site with WP and I’m wanting to use a custom subscribe failure page which will be called when the user is already subscribed, forgot to enter an e-mail address, etc. I’ve created the Page in WP.
ARP adds ‘?code=Fnn’ with the specific error to the custom subscribe failure URL. I’ve added some PHP to my Page to grab that error code (I’m using runPHP), but…
With my permalinks looking like mydomain.com/lists/failure, ‘$_GET’ returns nothing from mydomain.com/lists/failure?code=F09. I could use mydomain.com/?page_id=11, but ARP appends ‘?code=Fnn’ instead of ‘&code=Fnn’.
Any suggestions to get that passed value?
The topic ‘Passing Values to Pages’ is closed to new replies.