When I mouse over the Email Verification Plugin (in forms management window), it says "Let the user verify his email address before the form data go through the emails or the database table!"
My assumption was that if I set this plugin up to a given form:
1) user sumbits data
2) verification email is sent
3) then, data is written to database
What's currently happening is:
1) user submits data
2) data gets written to database AND verification email is sent (i know this because i check the table before i get the verification email) the data is there.
3) when verification {vlink} is clicked inside email, the column "Approve" which was set up as the TINYINT to record verification value from email(per the instructions) does not change from 0 to 1
First, was my initial assumption of the plugin's purpose wrong?
Second, if not, then what is going wrong?
System Specs: Joomla v1.5.15 / ChronoForms V3.1_RC5.5
My assumption was that if I set this plugin up to a given form:
1) user sumbits data
2) verification email is sent
3) then, data is written to database
What's currently happening is:
1) user submits data
2) data gets written to database AND verification email is sent (i know this because i check the table before i get the verification email) the data is there.
3) when verification {vlink} is clicked inside email, the column "Approve" which was set up as the TINYINT to record verification value from email(per the instructions) does not change from 0 to 1
First, was my initial assumption of the plugin's purpose wrong?
Second, if not, then what is going wrong?
System Specs: Joomla v1.5.15 / ChronoForms V3.1_RC5.5