As a workaround you can edit the /plugins/content/chronoforms5/chronoforms5.php file and try adding an extra line after line 34
how should it please look in chronoforms6?
$mainframe = \JFactory::getApplication();$match = str_replace('&', '&', $match); // << add this lineparse_str($match, $params);
how should it please look in chronoforms6?
It seems to me that in chronoforms6 it already works without modification
v6 and v7 support this, just use
{chronoforms7}form-alias&name1=value1{/chronoforms7}
You need to login to be able to post a reply.