Chronoforms V5

Use prepared MySQLi statements with the ChronoForms database save action.

Overview

The database save action does not natively support prepared statements for secure queries.
Try using the : syntax for placeholders within the action, or implement a custom code action to execute the prepared statement using PHP.

Answered
ChronoForms v5
ws wstlau 15 Apr, 2018
Is there any way to use prepared mysqli statements with the database save action?
Gr GreyHead 16 Apr, 2018
Answer
Hi wstlau,

You can try using it with the : syntax - that might work. Otherwise you can use a Custom Code action and add PHP to call the MySQL query.

Bob
ws wstlau 18 Apr, 2018
Thank you for the quick response. Let me give it a try.
This topic is locked and no more replies can be posted.