Hi,
Thank for this great module Robin Millette. Exactly what I need.
Just a minor request. When you click on the link to confirm and then click "Yes, That was me", it redirects to /node which is not always true. It should be redirected to or it should be configured.
In addition, when click on "No, someone is using my email address without my knowledge.", it said Sorry, not implemented yet. Try contact. "contact" in this case is a link to /contact which not always the case. There should be a place to change this message and the link so that it can be used on production site?
THanks
Comments
Comment #1
bombo commentedHi, this little Module is awesome, thank you very much.
I face the same problem in dev version for d7 and i just can't find the function where i could set the confirmation page after clicking on "Yes, That was me" without breaking the sending of confirmation mails. Can anyone help or give a hint?
Thanks
Comment #2
bombo commentedSorry, changed title...
Comment #3
matthias_mo commentedRight now, there is no functionality in webform_confirm_email to set the redirect page after the user confirmed his/her email address.
This feature is on my todo list and maybe I'll find time to work on the module this weekend, but don't hold your breath.
As a quick (and dirty) solution you might want to edit the file webform_confirm_email.module, go to line 196 and change the line
to something like
Comment #4
matthias_mo commentedimplemented in 7.x-1.0 ;-)
Comment #5
vako commentedWish it can also be implemented for D6. Even though I use D7 now, but a lot of my older sites are in D6. Thank you.