Email verification sender

dmontpe 13 Sep, 2014
Hi.

I have a form set up like this:

1. DB save
2. Custom code that queries for the cf_id of the db save
3. Email verification sender

I replicated this from an old form so I know it used to work, but with the new form (don't know if the old one won't work anymore, I haven't tried the old one lately), inserted records get duplicated. The email verification sender inserts a new record with the verification code.

I have solved it by deleting the db save action but I wanted to make sure I am understanding how this is supposed to work. Should the email verification sender work as a regular db save? Am I safe just deleting the db save altogether?

Regards,

David
GreyHead 15 Sep, 2014
Hi David,

As far as I can see from the Help text the Email Verification action should save the record normally. If in doubt make a copy of the form, delete the DB Save in the copy and test.

Bob
dmontpe 15 Sep, 2014
Hi Bob,

I found the problem, I was missing the cf_id (had cf_uid and was mixing the two). That's why records got duplicated. But I tried it without the db save and it works the same so I'll leave it that way,

David
This topic is locked and no more replies can be posted.