I have an issue on a new build which is set up the same as an existing build but they're not working the same (new build is on latest Joomla).
When adding an event in the backend there are 3 required fields which show the label but not field as they are already inputted at the login stage, name and email, but upon save the system says these are missing.
I've looked all over but cannot see how to rectify this.
Here's the 'custom edit form' code:
The issue is on both the front and the admin side of the following site 77.92.84.1/~inntemp
When adding an event in the backend there are 3 required fields which show the label but not field as they are already inputted at the login stage, name and email, but upon save the system says these are missing.
I've looked all over but cannot see how to rectify this.
Here's the 'custom edit form' code:
<h3>YOUR DETAILS</h3>
<div class="control-group" >
<div style="float:left;">{{Your Name Label:customfield_anonusername_lbl}}</div>
<div class="controls">
{{Creator Name:anonusername}}
</div>
</div>
<div class="control-group">
<div style="float:left;">{{Your Number Label:customfield_field22_lbl}}</div>
<div class="controls">
{{Your Number:customfield_field22}}
</div>
</div>
<div class="control-group">
<div style="float:left;">{{Email Address Label:customfield_field5_lbl}}</div>
<div class="controls">
{{Creator Email:anonemail}}
</div>
</div>
The issue is on both the front and the admin side of the following site 77.92.84.1/~inntemp