Forums

Save Captcha Value

Yudhizth 03 Dec, 2014
Hi all,

How do I save captcha value into table?
I have tried to create column with name "captcha" but it didn't work
Thanks
GreyHead 03 Dec, 2014
Hi Yudhizth,

Why do you want to save it?

A column named 'captcha' should do it OK. If you've changed the table you need to click the Delete Cache icon in the Forms Manager toolbar to update the CF table records.

Bob
Yudhizth 04 Dec, 2014
Dear Bob.

For security reason.
I'm confused to save to external database. Is we have to setting primary and external or only external database if we want to save it into another datatabase? Because I've created both of them (the name of table is same).

Thanks
GreyHead 04 Dec, 2014
Hi Yudhizth,

I'm not clear how that helps with security ??

I think that either an internal or external table needs to have an auto-incrementing primary key for the ChronoForms database code to save records. You can use Custom Code with PHP+MySQL to save records to other tables.

Bob
Yudhizth 08 Dec, 2014
hi Bob,

It's only for validation, for registration validation. Not very important
So, I have to configure both of them? Ok Thanks Bob.
Yudhizth 08 Dec, 2014
It's only for registration validation, not very important

Thanks Bob, I'll try it
This topic is locked and no more replies can be posted.