unsubscribe not working

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

markwaldin
Posts: 8
Joined: Thu Jun 24, 2010 7:59 pm

unsubscribe not working

Post by markwaldin »

I am using the pre-made form for unsubscribe. My mail link passes the right information for CI agnUID, and agnFN but the server but the server responds with a form with GET setting agnUID to null and the hidden POST to $agnUID. In other words the server is not substituting the variables correctly. Of course when that gets passed back the unsubscribe fails (with a form not found). Has anyone else seen this problem? Any fixes?
maschoff
Site Admin
Posts: 2608
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post by maschoff »

You should post the link you use here to get help.
OpenEMM Maintainer
friedbrain
Posts: 62
Joined: Tue Aug 25, 2009 8:17 am

Post by friedbrain »

I have a similar problem using the standard foms of OpenEMM 6.1.

Link:
http://news.my-testserver.de:8082/form. ... e&agnUID=4

The form code for the hidden field looks like this (I didn't change it!)

Code: Select all

<input type="hidden" name="agnUID" value="$!agnUID"> 
which results in the following when calling the form with the link mentioned above:

Code: Select all

<input type="hidden" name="agnUID" value="">
Sounds identical to this problem here:
http://www.openemm.org/forums/viewtopic.php?p=4874#4874

Bug?
friedbrain
Posts: 62
Joined: Tue Aug 25, 2009 8:17 am

Post by friedbrain »

This is a completely wrong link (4 is the ID of the recipient):

I have used [agnCUSTOMERID] in the template because I thought this would be right, after changing that to [agnUID] it works.

The URL then looks like this:
http://news.mytestserver.de:8082/form.d ... 0kyb7cm6su
Post Reply