Fixes for saving custom leads questions and adding by badge ID

This commit is contained in:
Scott Idem
2024-04-03 11:22:38 -04:00
parent 3abe92a2dc
commit 1555f0f8d0
3 changed files with 6 additions and 4 deletions

View File

@@ -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;