Form Saying Fill-in Forms aren't filled in
-
For some reason the form is saying the fields need to be filled even though they are filled.
Code reads as this:
`<p>Application Information</p>
First Name (required)
[text* App.FirstName placeholder “First Name”]
Middle Initial (optional)
[text App.MI placeholder "M"]
Last Name (required)
[text* App.LastName placeholder “Last Name”]
Suffix
[select App.Suffix “Select Suffix” “Mr” “Mrs” “Ms”]
Email (required)
[email* App.Email placeholder “Email”]
Date of Birth (required)
[date* App.Date of Birth placeholder “mm/dd/yy”][submit “submit”]’
Anyway to help?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Form Saying Fill-in Forms aren't filled in’ is closed to new replies.