Viewing 1 replies (of 1 total)
  • Plugin Contributor FARAZFRANK

    (@farazfrank)

    Hi Han,

    Its easy then-
    1. Open file appointment-calendar-shortcode.php
    2. Search Code line (around line no: 723)

    <h5><strong>Select Service:</strong></h5>

    3. Replace the code below with Select Box

    <select name="service" id="service">
       <option value="0">Select Service</option>
       <?php
    	foreach($AllService as $Service)
    	echo "<option value='$Service->id'>".ucwords($Service->name)."</option>";
       ?>
    </select>

    4. Same as with mobile short-code file appointment-calendar-mobile.php.

    Thanks
    -Frank Faraz

Viewing 1 replies (of 1 total)
  • The topic ‘CALENDARS SERVICES’ is closed to new replies.