Hi,
Maybe this question is already anwered in some topics but I'm wrestling for several days now trying to figure out how to get the confirmation link to do what it's supposed to do.
Yes, I did read the topics, but to me it's still not clear at all... Maybe because English is not my native language, maybe I need more than two words and a vague description, I don't know. It's complete fuzzy to me. So a clear explanation would be very much appreciated by me.
What does go right:
Submitting the form -> the form values are written in the DB
Sending and receiving a mail with a confirmation link.
And that's about it. Clicking the link does not change anything in de DB and I'm redirected to the form.
My questions:
- Do I need to install an extra plugin? Which?
- Do I need to hack the core? - Uh...?
- Do I need to configure my form actions in a special manner? How? (Probably the cause)
At this moment I've 3 Events:
On Load
On Submit
On Email Verify
in On Submit:
DB Save
Email Verification Sender
Email (verification link)
in On EmailVerify:
Email Verification Response
onSucces -> Email
onFail -> do Something
Who can help me out in a clear (step by step) way?
Maybe this question is already anwered in some topics but I'm wrestling for several days now trying to figure out how to get the confirmation link to do what it's supposed to do.
Yes, I did read the topics, but to me it's still not clear at all... Maybe because English is not my native language, maybe I need more than two words and a vague description, I don't know. It's complete fuzzy to me. So a clear explanation would be very much appreciated by me.
What does go right:
Submitting the form -> the form values are written in the DB
Sending and receiving a mail with a confirmation link.
And that's about it. Clicking the link does not change anything in de DB and I'm redirected to the form.
My questions:
- Do I need to install an extra plugin? Which?
- Do I need to hack the core? - Uh...?
- Do I need to configure my form actions in a special manner? How? (Probably the cause)
At this moment I've 3 Events:
On Load
On Submit
On Email Verify
in On Submit:
DB Save
Email Verification Sender
Email (verification link)
in On EmailVerify:
Email Verification Response
onSucces -> Email
onFail -> do Something
Who can help me out in a clear (step by step) way?