Hi, I set up a basic form in Joomla, and it works fine from the backend, but from the frontend the submit button does not work, nothing happens. When I debugged it I got the following error:
Here is the form code if it is useful:
Thanks for any help you can provide
Array
(
)
Here is the form code if it is useful:
<div class="form-group gcore-form-row" id="form-row-2"><label for="text1" class="control-label gcore-label-left">Your name:</label>
<div class="gcore-input gcore-display-table" id="fin-text1"><input name="text1" id="text1" value="" placeholder="" maxlength="" size="" class="form-control A" title="" style="" data-inputmask="" type="text" /></div></div><div class="form-group gcore-form-row" id="form-row-4"><label for="text5" class="control-label gcore-label-left">Your email address:</label>
<div class="gcore-input gcore-display-table" id="fin-text5"><input name="text5" id="text5" value="" placeholder="" maxlength="" size="" class="form-control A" title="" style="" data-inputmask="" type="text" /></div></div><div class="form-group gcore-form-row" id="form-row-5"><label for="textarea3" class="control-label gcore-label-left">Please tell us why you'd like to join the Campus Cat Collective</label>
<div class="gcore-input gcore-display-table" id="fin-textarea3"><textarea name="textarea3" id="textarea3" placeholder="" rows="3" cols="40" class="form-control A" title="" style=""></textarea></div></div><div class="form-group gcore-form-row" id="form-row-6"><div class="gcore-input gcore-display-table" id="fin-button4"><input name="button4" id="button4" type="submit" value="Submit" class="form-control A" style="" /></div></div>
Thanks for any help you can provide