Forums

Form will not post after hitting enter

russdewolfe 24 Mar, 2007
When I view the page and attempt to enter a value in each input and click enter. I just get the "critical stop" sound:

Code:

<html>

<head>
<title>New Page 1</title>
</head>

<body>

<p>
<input

type="text" name="AnimalName" size="20">

<input

type="text" name="AnimalName2" size="20"></p>

</body>

</html>

P.S. When I try with just one input, it work successfully.
Max_admin 24 Mar, 2007
this should be ur html code inside the html box :


<p>
<input type="text" name="AnimalName" size="20">
<input type="text" name="AnimalName2" size="20">
</p>
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.