The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Having trouble with web form and multiple <ul> tags, New guy needing help
tokyorelo
post Jul 24 2012, 12:37 AM
Post #1





Group: Members
Posts: 2
Joined: 24-July 12
Member No.: 17,487



Hello and thank you in advance.

Warning - new guy! excl.gif

Here is my web form I am making:
https://tokyorelo.com/info-form-new.html

I am having trouble with the submit button.

When I try and wrap all three of my lists, so I can submit all info at once, I am getting an error.

Specifically 'the <form> tag was not closed before the <ul> tag'.
I can only avoid this message if i make each <ul> wrapped in a <form> tag separately.

My goal is to have one submit button at the bottom that will submit all three of my columns at once.

Thanks again!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jul 24 2012, 01:05 AM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Are you talking about a HTML validation error? It sounds like that. You have a lot of nesting errors.
http://www.htmlhelp.com/cgi-bin/validate.c...s&input=yes

To start with the first one, nothing can be between UL and the first LI. You must place the FORM tags outside the list altogether. If you click on the element names in the validator result you are taken to the HTML reference where you can read what other elements that element can contain. As for UL:
"Contents: One or more LI elements"
http://www.htmlhelp.com/reference/html40/lists/ul.html
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
tokyorelo
post Jul 24 2012, 02:32 AM
Post #3





Group: Members
Posts: 2
Joined: 24-July 12
Member No.: 17,487



Thank you for your help, I really appreciate it.

Making some progress I think. Won't know until the form mail gets sent back to me.

Unfortunately... it's godaddy so it may take a month or so before it gets delivered. mellow.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th April 2024 - 06:10 PM