You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a simple "test" form on a website with PHP 7.2, Joomla 3.9.2 and Fabrik 3.9 and plugin redirect on a Page : index.php?option=com_content&view=article&id=2&Itemid=134
The form contains just a checkbox element (called "test___choice") with 3 values (1 => one, 2 => two, etc.) and params_append_jump_url-0 : yes. In target page, I get weird results, if :
Hello,
As decribed in this topic of Fabrik forum "Form does not append correct checkbox data" in September 2015, I experiment today the same problem.
I've created a simple "test" form on a website with PHP 7.2, Joomla 3.9.2 and Fabrik 3.9 and plugin redirect on a Page : index.php?option=com_content&view=article&id=2&Itemid=134
The form contains just a checkbox element (called "test___choice") with 3 values (1 => one, 2 => two, etc.) and params_append_jump_url-0 : yes. In target page, I get weird results, if :
It makes checkbox element impossible to use with a redirect result-page.
The text was updated successfully, but these errors were encountered: