You must be logged in to see replies to this topic. Click here to login or register
Home › Forums › Plugins › WooCommerce Lucky Wheel › Lucky Wheel Mobile number min and max length
Hi Team,
We have purchased the plugin yesterday.
I need to put a validation of minlength and maxlength on the mobile number. Unable to do it via woocommerce-lucky-wheel/frontend/frontend.php
<input type=”tel” class=”wlwl_field_input wlwl_field_mobile” name=”wlwl_player_mobile” minlength=”10″ maxlength=”13″ placeholder=”<?php esc_html_e( ‘Please enter your phone number’, ‘woocommerce-lucky-wheel’ ) ?>” id=”wlwl_player_mobile”>
You must be logged in to see replies to this topic. Click here to login or register