Hi,
we need to fix this in further update.
But please go to JROOT/plugins/content/breezingforms/breezingforms.php.
Around line 192 replace:
reset($_REQUEST);
foreach($_REQUEST as $prop => $val) {
if (!is_array($val) && substr($prop,0,9)=='ff_param_')
$ff_request[$prop] = $val;
}
with this:
// reset($_REQUEST);
foreach($_REQUEST as $prop => $val) {
if (!is_array($val) && substr($prop,0,9)=='ff_param_')
$ff_request[$prop] = $val;
}
Please let me know if it helps
Regards,
Tihana