@@ -517,7 +517,7 @@ <h2 data-aos="fade" data-aos-duration="700" data-aos-delay="400">1. Character Cr
517
517
break ;
518
518
case 4 :
519
519
// Stage 4: Almost There
520
- document . querySelector ( 'h2' ) . textContent = "4. Almost There" ;
520
+ document . querySelector ( 'h2' ) . textContent = "4/a . Almost There" ;
521
521
updateIllustration ( "headshot" , "jpg" , webpSource , jpegSource , illustrationImage ) ;
522
522
illustrationImage . alt = "Headshot" ;
523
523
illustrationImage . loading = "lazy" ;
@@ -548,7 +548,7 @@ <h2 data-aos="fade" data-aos-duration="700" data-aos-delay="400">1. Character Cr
548
548
break ;
549
549
case 5 :
550
550
// Stage 5: Don't Trust Verify
551
- document . querySelector ( 'h2' ) . textContent = "5 . Don't Trust Verify" ;
551
+ document . querySelector ( 'h2' ) . textContent = "4/b . Don't Trust Verify" ;
552
552
updateIllustration ( "proof" , "jpg" , webpSource , jpegSource , illustrationImage ) ;
553
553
illustrationImage . alt = "Proof Image" ;
554
554
illustrationImage . loading = "lazy" ;
@@ -614,12 +614,13 @@ <h2 data-aos="fade" data-aos-duration="700" data-aos-delay="400">1. Character Cr
614
614
break ;
615
615
case 6 :
616
616
// Stage 6: Final Details
617
- document . querySelector ( 'h2' ) . textContent = "6 . Final Details" ;
617
+ document . querySelector ( 'h2' ) . textContent = "5 . Final Details" ;
618
618
updateIllustration ( "finish" , "jpg" , webpSource , jpegSource , illustrationImage ) ;
619
619
illustrationImage . alt = "Finish Line" ;
620
620
illustrationImage . loading = "lazy" ;
621
621
document . getElementById ( 'finalDetailsText' ) . style . display = '' ;
622
622
document . getElementById ( 'finalDetails' ) . style . display = '' ;
623
+ updateSubProgress ( 5 ) ;
623
624
624
625
illustrationImage . classList . remove ( 'clickable' ) ;
625
626
nextButton . innerHTML = 'Next <i class="fas fa-arrow-right"></i>' ;
@@ -638,7 +639,7 @@ <h2 data-aos="fade" data-aos-duration="700" data-aos-delay="400">1. Character Cr
638
639
break ;
639
640
case 7 :
640
641
// Stage 7: Application
641
- document . querySelector ( 'h2' ) . textContent = "5. Application" ;
642
+ document . querySelector ( 'h2' ) . textContent = "Application" ;
642
643
updateIllustration ( "account-creation" , "jpg" , webpSource , jpegSource , illustrationImage ) ;
643
644
illustrationImage . alt = "Application" ;
644
645
illustrationImage . loading = "lazy" ;
@@ -648,7 +649,7 @@ <h2 data-aos="fade" data-aos-duration="700" data-aos-delay="400">1. Character Cr
648
649
illustrationImage . classList . remove ( 'clickable' ) ;
649
650
nextButton . textContent = 'Apply' ;
650
651
nextButton . setAttribute ( 'type' , 'submit' ) ;
651
- updateSubProgress ( 5 ) ;
652
+ updateSubProgress ( 99 ) ;
652
653
653
654
const accountEmailInput = document . getElementById ( 'accountEmail' ) ;
654
655
accountEmailInput . addEventListener ( 'input' , checkFormValidityStage7 ) ;
0 commit comments