Fixes for saving custom leads questions and adding by badge ID
This commit is contained in:
@@ -242,7 +242,7 @@ function handle_qr_scan_error(qr_error_message, qr_code_error) {
|
||||
}
|
||||
|
||||
|
||||
$: if ( qr_entered_badge_id && qr_entered_badge_id.length == 11 ) {
|
||||
$: if ( qr_entered_badge_id && qr_entered_badge_id.length >= 11 && qr_entered_badge_id && qr_entered_badge_id.length <= 14) {
|
||||
disable_submit_badge_id_btn = false;
|
||||
} else {
|
||||
disable_submit_badge_id_btn = true;
|
||||
|
||||
Reference in New Issue
Block a user