Step 5 – maxlength typo for state field
-
URL: /bookings/?action=reserve
<input name="contactState" type="text" id="contactCity" value="" maxlengtr="255">
Should read:
<input name="contactState" type="text" id="contactCity" value="" maxlength="255">
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Step 5 – maxlength typo for state field’ is closed to new replies.