Adding Phone filed on add Location Page
-
Hi support,
In regular add location page is Address, City/Town, State/Country, Postcode etc. I want to add Phone field for on this area. Which will be phone number for each location.
By adding below where.php file can be add Phone number, but I’m looking configuration way without touch/customize php file. Another problem is I want to get and show this data in list of location, events. And has to be add personal placeholder.<tr class="em-location-data-postcode"> <th><?php _e ( 'Postcode:', 'dbem' )?> </th> <td> <input id="location-postcode" type="text" name="location_postcode" value="<?php echo esc_attr($EM_Location->location_postcode, ENT_QUOTES); ?>" /> </td> </tr>
Meanwhile there is #_CONTACTPHONE placeholder. I guess this will be also a solution but I don’t find enough information how to use it.
I would to get your suggest and solution for above issue.
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Adding Phone filed on add Location Page’ is closed to new replies.