<% If isValid Then %> Order link verified

Your order link is valid.

Jurisdiction number: <%= H(order("JurisdictionNumber")) %>

<% Else %> Link problem

This link is invalid or has expired.

Please ">request a new order to receive a fresh link.

<% End If %>
<% If isValid Then Dim municipalityIsReadOnlyJs, municipalityDescription If Len(Trim(municipalityName)) > 0 Then municipalityIsReadOnlyJs = "true" municipalityDescription = "Matched automatically from your jurisdiction number." Else municipalityIsReadOnlyJs = "false" municipalityDescription = "We couldn't automatically match your jurisdiction number - please enter your municipality." End If %>
<% End If %>