Region not showing with Drop-down.
-
Hi,
I’m using EM 5.6.1.
I would like to change the region into a dropdown at the add-event-form.Made following changes in templates/forms/event/location.php and changed that field to a select with our specific regions.
Adding a new location, everything works fine. I can see in admin-section, the region is added correctly in database.
When retrieving existing location in front-end, added region does not show. What am I missing??<tr class=”em-location-data-region”>
<th><?php _e ( ‘Region:’, ‘dbem’ )?> *</th>
<td><select id=”location-region” name=”location_region”>
<option value=”0″>Selecteer provincie</option>
<option value=”Groningen”>Groningen</option>
<option value=”Friesland”>Friesland</option>
etc. etc. etc.
</select>
</td>
</tr>
- The topic ‘Region not showing with Drop-down.’ is closed to new replies.