VMware Version - New recipients are not editable
Posted: Fri Mar 23, 2007 10:06 am
New recipients from a websiteformular are not editable in the admin interface. Only a white page will be shown.
I tested with an normal and double opt-in subscription.
An email for double opt-in confirmation will no be send.
maybe the websiteform is wrong
I did all steps in the manual for crating a double opt-in subscibe form. But i dont know how it can ever work. Because in the manual are three actions and three forms defined. One for the websitesubscribe form that calls a confirm form. The confirm form calls the action to save the user in database. In ther manual there is an extra action for sending confirmation link mail. but wich element calls this action? so the link will never be send. can anyone explain me the double opt-in subsciption?
I tested with an normal and double opt-in subscription.
An email for double opt-in confirmation will no be send.
maybe the websiteform is wrong
Code: Select all
<form action="form.do" method="post">
<input type="hidden" name="agnCI" value="1">
<input type="hidden" name="agnFN" value="DoubleSave">
First name: <input type="text" value="" name="firstname"><br>
Last name: <input type="text" value="" name="lastname"><br>
E-mail address: <input type="text" value="" name="email"><br>
<input type="hidden" name="agnSUBSCRIBE" value="1" />
<input type="hidden" name="agnMAILINGLIST" value="1" />
<input type="submit" value="submit!"> </form>