Hi
I have set up the form according to the video tutorial and still the data is not being logged into the DB
CREATE TABLE `jvprf_chronog3_forms7_datalog` (
`aid` int(11) NOT NULL,
`form_id` int(5) NOT NULL,
`uid` varchar(50) NOT NULL,
`approved` tinyint(1) NOT NULL DEFAULT 0,
`user_id` int(11) NOT NULL,
`created` datetime DEFAULT NULL,
`modified` datetime DEFAULT NULL,
`ipaddress` varchar(50) NOT NULL,
`page` varchar(50) NOT NULL,
`data` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Vypisuji data pro tabulku `jvprf_chronog3_forms7_datalog`
--
INSERT INTO `jvprf_chronog3_forms7_datalog` (`aid`, `form_id`, `uid`, `approved`, `user_id`, `created`, `modified`, `ipaddress`, `page`, `data`) VALUES
(6, 1, 'c3a1c929-c045-4248-b9b4-7357583eacac', 0, 189, '2023-09-07 15:22:52', NULL, '', '1', '{\"__loops\":null}'),
(7, 1, 'ddfa7040-a631-405f-ae69-ce2c08126773', 0, 189, '2023-09-07 15:37:23', NULL, '', '1', '{\"__loops\":null}'),
(8, 1, 'b3d8d277-4b41-4b25-9945-d6eb2046e666', 0, 189, '2023-09-07 15:41:43', NULL, '', '1', '{\"__loops\":null}'),
(9, 1, '0f17638b-e638-46c8-9203-ebc77a30c8b7', 0, 189, '2023-09-07 15:47:59', NULL, '', '1', '{\"__loops\":null}'),
(10, 1, '483d19fb-abde-4e3e-b990-d097478a6d8c', 0, 189, '2023-09-07 15:52:49', NULL, '', '1', '{\"__loops\":null}');
Debug:
[var] => Array
(
[aid] => 10
[form_id] => 1
[uid] =>
[user_id] => 189
[created] => 2023-09-07 15:52:49
[modified] => NULL
[ipaddress] =>
[page] => 1
[data] => {"__loops":null}
)
Please Where is problem.
Thank you Jakub
I have set up the form according to the video tutorial and still the data is not being logged into the DB
CREATE TABLE `jvprf_chronog3_forms7_datalog` (
`aid` int(11) NOT NULL,
`form_id` int(5) NOT NULL,
`uid` varchar(50) NOT NULL,
`approved` tinyint(1) NOT NULL DEFAULT 0,
`user_id` int(11) NOT NULL,
`created` datetime DEFAULT NULL,
`modified` datetime DEFAULT NULL,
`ipaddress` varchar(50) NOT NULL,
`page` varchar(50) NOT NULL,
`data` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Vypisuji data pro tabulku `jvprf_chronog3_forms7_datalog`
--
INSERT INTO `jvprf_chronog3_forms7_datalog` (`aid`, `form_id`, `uid`, `approved`, `user_id`, `created`, `modified`, `ipaddress`, `page`, `data`) VALUES
(6, 1, 'c3a1c929-c045-4248-b9b4-7357583eacac', 0, 189, '2023-09-07 15:22:52', NULL, '', '1', '{\"__loops\":null}'),
(7, 1, 'ddfa7040-a631-405f-ae69-ce2c08126773', 0, 189, '2023-09-07 15:37:23', NULL, '', '1', '{\"__loops\":null}'),
(8, 1, 'b3d8d277-4b41-4b25-9945-d6eb2046e666', 0, 189, '2023-09-07 15:41:43', NULL, '', '1', '{\"__loops\":null}'),
(9, 1, '0f17638b-e638-46c8-9203-ebc77a30c8b7', 0, 189, '2023-09-07 15:47:59', NULL, '', '1', '{\"__loops\":null}'),
(10, 1, '483d19fb-abde-4e3e-b990-d097478a6d8c', 0, 189, '2023-09-07 15:52:49', NULL, '', '1', '{\"__loops\":null}');
Debug:
[var] => Array
(
[aid] => 10
[form_id] => 1
[uid] =>
[user_id] => 189
[created] => 2023-09-07 15:52:49
[modified] => NULL
[ipaddress] =>
[page] => 1
[data] => {"__loops":null}
)
Please Where is problem.
Thank you Jakub
Hi Jakub,
Did you try v8 instead ?
Did you try v8 instead ?
HI MAX,
but I bought a license and activated this if I can install CF8 and not lose the form and license. I'll switch to CF8. I love this component.
Jakub
but I bought a license and activated this if I can install CF8 and not lose the form and license. I'll switch to CF8. I love this component.
Jakub
the validation key should work on v8 without issues but you will have to remake the form
Try to install v8 and then test this in a simple form, if it works then you can complete the new form, v8 has a better interface!
Try to install v8 and then test this in a simple form, if it works then you can complete the new form, v8 has a better interface!
I already managed to do it, it must be turned on for individual "labels" in the "data" field, it must be "DB log", which is not visible here from the video:
https://youtu.be/rD3N6KOTbZs?si=buIZeHyF_A6XMFyf
Do you have a CF7 manual on the site?
Thank you jakub
https://youtu.be/rD3N6KOTbZs?si=buIZeHyF_A6XMFyf
Do you have a CF7 manual on the site?
Thank you jakub
You need to login to be able to post a reply.