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
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
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
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
hi Bob,
It's only for validation, for registration validation. Not very important
So, I have to configure both of them? Ok Thanks Bob.
It's only for registration validation, not very important
Thanks Bob, I'll try it