Swapping with
-
Hey,
Loving the script – its fantastic!!Can you point me in the right direction please?
I’ve been checking the code over – where there is currently a drop down <select> for the services – I need to change these to an <input type=”radio”>. I’ve managed to find the code which displays the list of selectable items:<select class="ab-formElement ab-select-mobile ab-select-service"> <option value=""><?php echo esc_html( __( get_option( 'ab_appearance_text_option_service' ), 'ab' ) ) ?></option> </select>however I cannot find where this is generating the list of services.
I’ve replaced the code with:
<input type="radio" name="services" value="'<?php echo esc_html( __( get_option( 'ab_appearance_text_option_service' ), 'ab' ) ) ?>'" />however this does not display correctly.Can you help me out please?
https://wordpress.org/plugins/bookly-responsive-appointment-booking-tool/
The topic ‘Swapping with’ is closed to new replies.