-
The directory was set up fine, then suddenly the link suggestion form stopped working properly, with the submit button disappearing completely. This is what I know:
When I looked at the generated html from the script I noticed this:
(Maximum characters: 350<!–, You have <input readonly type=”text” name=”countdown” size=”3″ value=”350″> characters left.–>)
Note that after the statement, “Maximum characters: 350” the comment tag “<–” is used. Then, where I presume you wanted it to end, after “characters left” the dash code “–” has replaced the dashes in the close comment tag.
The result, in the generated html is a bunch of the page is commented out and the form doesn’t work.
How do I fix this?