Hello Cf Team,
the verification email is sent, but apparently the vlink is cut off:
"...index.php?option=com_chronocontact&chronoformname=rmaform_base&task=beforeshow&uid="
so no uid assigned to that variable.
in the db I had created a field "uid" as VARCHAR(64) as well the email verification flag field "emailverify" as TINYINT(1) default NULL
this fieldname is referenced correctly in the plugin (DBconfig).
in the db:
the email is saved but "uid" remains empty as well "emailverify" null
tried before also: "uid" as INT(11) with same result
thx for feedback in advance
regards
suddendth
the verification email is sent, but apparently the vlink is cut off:
"...index.php?option=com_chronocontact&chronoformname=rmaform_base&task=beforeshow&uid="
so no uid assigned to that variable.
in the db I had created a field "uid" as VARCHAR(64) as well the email verification flag field "emailverify" as TINYINT(1) default NULL
this fieldname is referenced correctly in the plugin (DBconfig).
in the db:
the email is saved but "uid" remains empty as well "emailverify" null
tried before also: "uid" as INT(11) with same result
thx for feedback in advance
regards
suddendth
Hi,
Didn't you create the table using the Chronoforms "create table" tool ? which plugin(s) do you have enabled with this form ?
Regards,
Max
Didn't you create the table using the Chronoforms "create table" tool ? which plugin(s) do you have enabled with this form ?
Regards,
Max
This topic is locked and no more replies can be posted.