Title: testfab's Replies | WordPress.org

---

# testfab

  [  ](https://wordpress.org/support/users/testfab/)

 *   [Profile](https://wordpress.org/support/users/testfab/)
 *   [Topics Started](https://wordpress.org/support/users/testfab/topics/)
 *   [Replies Created](https://wordpress.org/support/users/testfab/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/testfab/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/testfab/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/testfab/engagements/)
 *   [Favorites](https://wordpress.org/support/users/testfab/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Appointment Calendar] Changing radioboxes to checkboxes in time selection](https://wordpress.org/support/topic/changing-radioboxes-to-checkboxes-in-time-selection/)
 *  Thread Starter [testfab](https://wordpress.org/support/users/testfab/)
 * (@testfab)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/changing-radioboxes-to-checkboxes-in-time-selection/#post-4434969)
 * Thanks so much, Frank! Happy New Year to you!
 * Could you please tell me if this is correct (where I placed the code), and that
   is my final request! 🙂
 * <div class=”apcal_modal-body”>
    <div id=”timesloatbox” class=”apcal_alert apcal_alert-
   block” style=”float:left; height:auto; width:90%;”> <!—slots time calulation—
   > <?php # time-slots calculation global $wpdb; $ServiceId = $_GET[“ServiceId”];
   $ServiceTableName = $wpdb->prefix.”ap_services”; $FindService_sql = “SELECT `
   name`, `duration` FROM `$ServiceTableName` WHERE `id` = ‘$ServiceId'”; $ServiceData
   = $wpdb->get_row($FindService_sql, OBJECT); $ServiceDuration = $ServiceData->
   duration; End Time: <input type=”text” name=”end_time” id=”end_time”> $AppointmentDate
   = date(“Y-m-d”, strtotime($_GET[‘AppDate’])); //assign selected date by user
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Appointment Calendar] Changing radioboxes to checkboxes in time selection](https://wordpress.org/support/topic/changing-radioboxes-to-checkboxes-in-time-selection/)
 *  Thread Starter [testfab](https://wordpress.org/support/users/testfab/)
 * (@testfab)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/changing-radioboxes-to-checkboxes-in-time-selection/#post-4434801)
 * Hi Frank
 * Sorry again, for being annoying and asking the same question.
 * Finding where to assign the end time variable was not hard, but I have no idea
   where to add this: End Time: <input type=”text” name=”start_time” id=”start_time”
   >
 * Cannot find where the field values for the modal are.
 * Krish
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Appointment Calendar] Changing radioboxes to checkboxes in time selection](https://wordpress.org/support/topic/changing-radioboxes-to-checkboxes-in-time-selection/)
 *  Thread Starter [testfab](https://wordpress.org/support/users/testfab/)
 * (@testfab)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/changing-radioboxes-to-checkboxes-in-time-selection/#post-4434798)
 * Thanks for the very quick reply, Frank! Greatly appreciated.
 * I have a problem though, in that I am not sure where I should make these changes?
   Which .php file(s) should I edit for the Second Modal Window? Or for the appointment
   saving code? (data_save?).
 * There are a lot of different .php files and I can not easily tell what they are
   all for. Please provide the specifics for where exactly to change these values.
 * Thanks in advance
    Kris

Viewing 3 replies - 1 through 3 (of 3 total)