Hi,
I am doing a form with email verification. I have followed the steps that GreyHead outlined here - https://www.chronoengine.com/forums/posts/t105356/verify-confirm-an-email-address (thanks GreyHead!)
I have one last hurdle, the modified date does not update, I can change the status from pending to confirmed but for some reason the modified date doesn't save.
Is this is a bug or am I doing something wrong?
Debug code shows the modified field value but it does not update it.
I have set 'modified' value to {date:Y-m-d H:i:s} on Data Overrides section along with the 'status' override
I am doing a form with email verification. I have followed the steps that GreyHead outlined here - https://www.chronoengine.com/forums/posts/t105356/verify-confirm-an-email-address (thanks GreyHead!)
I have one last hurdle, the modified date does not update, I can change the status from pending to confirmed but for some reason the modified date doesn't save.
Is this is a bug or am I doing something wrong?
Debug code shows the modified field value but it does not update it.
I have set 'modified' value to {date:Y-m-d H:i:s} on Data Overrides section along with the 'status' override
[save_data20] => Array
(
[data] => Array
(
[status] => confirmed
[modified] => 2020-01-23 06:52:56
)
[_success] => Data saved successfully
[log] => Array
(
[0] => UPDATE `request_privacy` AS `Data20` SET `status` = 'confirmed';
)
[var] => Array
(
[status] => confirmed
)
)