Frontend form creation does not work

Issue #657 resolved
Frank Joris created an issue

It is impossible to create an event from the frontend. The form elements do not work. Reason: missing form name Frontend file: /views/eventform/tmpl/default.php Line: 376

Replace: <form action="<?php echo JRoute::('index.php?option=com_allevents', false); ?>" method="post" id="adminForm"> By: <form action="<?php echo JRoute::('index.php?option=com_allevents', false); ?>" method="post" id="adminForm" name="adminForm">

Comments (2)

  1. Log in to comment