Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Ian_Sh #1
Forms ???? Help please
Hi people
I am currently maintaining a web site and it has a registration form on it .
Sadly I have no idea on how forms work or in this case not work .
IF someone in the know can take a look at the coding and help me work it out I
would be most greatful .
The problem is that after hitting the submit button the error page comes up .
There site host ( remote server) did change its ftp address lately if that
makes a difference ?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#000000"><form name="form1" method="post" action="Join2.php">
<form action="" method="get" enctype="multipart/form-data" lang="en">
<table width="689" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="81" height="130"> </td>
<td colspan="4" valign="top"><p align="center"><img
src="Assets/Images/Main%20Page%20Graphics/iChat%20Image(R8z).jpeg" width="448"
height="50"><font size="4"><strong><font color="#CC0000" face="Geneva, Arial,
Helvetica, sans-serif">
</font></strong></font></p>
<p><strong><font color="#CC6600" size="2" face="Geneva, Arial,
Helvetica, sans-serif">If
you would like to join the 1st Jaguar Reg., please fill in the form
below and we will send a confirmation e-mail with the squad key in
the
next 24 hours. In order to use the squad channel you will have to
find
the 'join squad' link in the player services area of the wwiionline
web pages.</font></strong></p></td>
<td width="105"> </td>
</tr>
<tr>
<td height="24"></td>
<td colspan="3" valign="top"><font color="#CC6600" size="-2"
face="Geneva, Arial, Helvetica, sans-serif"><strong>
<input type="text" name="textfield2">
Enter your wwiionline game name.</strong></font></td>
<td width="24"> </td>
<td> </td>
</tr>
<tr>
<td height="16"></td>
<td width="335"></td>
<td width="59"></td>
<td width="85"></td>
<td></td>
<td></td>
</tr>
<tr>
<td height="24"></td>
<td colspan="3" valign="top"> <p><font color="#CC6600" size="-2"
face="Geneva, Arial, Helvetica, sans-serif"><strong>
<select name="select2">
<option value="-8">PST</option>
<option value="-7">MST</option>
<option value="-6">CST</option>
<option value="-5">EST</option>
<option value="-4">NST</option>
<option value="+0">GMT</option>
<option value="+1">GMT +1</option>
<option value="+2">GMT +2</option>
<option value="+3">GMT +3</option>
<option value="+4">GMT +4</option>
<option value="+12">GMT +12</option>
<option value="+13">GMT +13</option>
<option value="+14">GMT +14</option>
<option value="+15">GMT +15</option>
</select>
Please find your time zone</strong></font></p></td>
<td></td>
<td></td>
</tr>
<tr>
<td height="15"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td height="24"></td>
<td colspan="3" valign="top"><strong> <font size="-2" face="Geneva,
Arial, Helvetica, sans-serif">
<select name="select3">
<option value="< 1 Month">< 1 Month</option>
<option value="1 - 3 Months">1 - 3 Months</option>
<option value="3 - 6 Months">3 - 6 Months</option>
<option value="> 6 Months">> 6 Months</option>
</select>
<font color="#CC6600">How long have you been playing
wwiionline</font></font>
</strong> </td>
<td></td>
<td></td>
</tr>
<tr>
<td height="16"></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td height="24"></td>
<td colspan="4" valign="top"><div align="left">
<input type="text" name="textfield">
<font color="#CC6600" size="-2" face="Geneva, Arial, Helvetica,
sans-serif">
<strong><font color="#FFFF00">MUST</font> Enter a non-wwiionline or
playnet e-mail address</strong></font> </div></td>
<td> </td>
</tr>
<tr>
<td height="38"></td>
<td> </td>
<td> </td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td height="230"></td>
<td colspan="2" valign="top"><p><font color="#CC6600">
<textarea name="textarea" cols="45" rows="10"></textarea>
</font></p>
<p><font color="#CC6600" size="-2" face="Geneva, Arial, Helvetica,
sans-serif"><strong>What
are your computer specisfications (Mac/PC) G5 1.6ghz 512mb ram 64mb
video card OSX10.3 Geforce FX 5200</strong></font>What </p>
<p><font color="#CC6600" size="-2" face="Geneva, Arial, Helvetica,
sans-serif"><strong>What
games do you play? What units are you interested in crewing, and
what
are your wwiionline strengths?</strong></font></p></td>
<td> </td>
<td></td>
<td></td>
</tr>
<tr>
<td height="20"></td>
<td><font size="4"><strong><font color="#CC0000" size="2" face="Geneva,
Arial, Helvetica, sans-serif">
If you dont get a reply within 48hours email me [email]ruckrova@hotmail.com[/email]
with
your details.</font></strong></font></td>
<td> </td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td height="23"></td>
<td valign="top"><input name="submit" type="submit" value="Submit"></td>
<td> </td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td height="262"></td>
<td colspan="4"><div align="center"><font color="#FFCC66" size="+1"><a
href="http://armyhelo.com/jaguar/homepage.html"><img
src="Assets/Images/Base%20Map/basemapTN.jpg" width="110" height="94"
border="0"></a></font><font size="4"><strong></strong></font></div></td>
<td></td>
</tr>
</table>
</form>
</body>
</html>
I can post the PHP page if needed
I have no idea what all this means LOL
thanks
Ian_Sh Guest
-
FORMS - printing and emailing interactive forms
I'm using Acrobat 7 Pro on a Mac 10.4.8. I would like to create an interactive (order) form for my client to post on her website which her... -
Converting existing forms to the Flash forms
I have forms and I change all the tags on them, but they don't change to the new 'Flash forms' in CFMX 7. Any ideas on this? -
Advanced>Forms>Export Forms Data is grayed out
version 6.0.0 ¿ How do I activate this option ? -
Web Forms VS Windows Forms
What can a windows form do that a web form cannot? -
appletviewr plus forms 9i - crash on forms service
I'm trying to find workaround of the problem forms losing focus on IE6.0 on Windows XP using Jiniator. So I am trying to use appletviewer instead... -
Murray *TMM* #2
Re: Forms ???? Help please
You cannot have nested forms -
<form name="form1" method="post" action="Join2.php">
<form action="" method="get" enctype="multipart/form-data" lang="en">
Make this read -
<form name="form1" method="post" action="Join2.php"
enctype="multipart/form-data" lang="en">
Then make sure that the Join2.php file is present in the root of the site.
Does it work?
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Ian_Sh" <webforumsuser@macromedia.com> wrote in message
news:dieskn$189$1@forums.macromedia.com...> Hi people
>
> I am currently maintaining a web site and it has a registration form on it
> .
> Sadly I have no idea on how forms work or in this case not work .
>
> IF someone in the know can take a look at the coding and help me work it
> out I
> would be most greatful .
>
> The problem is that after hitting the submit button the error page comes
> up .
> There site host ( remote server) did change its ftp address lately if that
> makes a difference ?
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> <html>
> <head>
> <title>Untitled Document</title>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
> </head>
>
> <body bgcolor="#000000"><form name="form1" method="post"
> action="Join2.php">
> <form action="" method="get" enctype="multipart/form-data" lang="en">
> <table width="689" border="0" cellpadding="0" cellspacing="0">
> <!--DWLayoutTable-->
> <tr>
> <td width="81" height="130"> </td>
> <td colspan="4" valign="top"><p align="center"><img
> src="Assets/Images/Main%20Page%20Graphics/iChat%20Image(R8z).jpeg"
> width="448"
> height="50"><font size="4"><strong><font color="#CC0000" face="Geneva,
> Arial,
> Helvetica, sans-serif">
> </font></strong></font></p>
> <p><strong><font color="#CC6600" size="2" face="Geneva, Arial,
> Helvetica, sans-serif">If
> you would like to join the 1st Jaguar Reg., please fill in the
> form
> below and we will send a confirmation e-mail with the squad key
> in
> the
> next 24 hours. In order to use the squad channel you will have
> to
> find
> the 'join squad' link in the player services area of the
> wwiionline
> web pages.</font></strong></p></td>
> <td width="105"> </td>
> </tr>
> <tr>
> <td height="24"></td>
> <td colspan="3" valign="top"><font color="#CC6600" size="-2"
> face="Geneva, Arial, Helvetica, sans-serif"><strong>
> <input type="text" name="textfield2">
> Enter your wwiionline game name.</strong></font></td>
> <td width="24"> </td>
> <td> </td>
> </tr>
> <tr>
> <td height="16"></td>
> <td width="335"></td>
> <td width="59"></td>
> <td width="85"></td>
> <td></td>
> <td></td>
> </tr>
> <tr>
> <td height="24"></td>
> <td colspan="3" valign="top"> <p><font color="#CC6600" size="-2"
> face="Geneva, Arial, Helvetica, sans-serif"><strong>
> <select name="select2">
> <option value="-8">PST</option>
> <option value="-7">MST</option>
> <option value="-6">CST</option>
> <option value="-5">EST</option>
> <option value="-4">NST</option>
> <option value="+0">GMT</option>
> <option value="+1">GMT +1</option>
> <option value="+2">GMT +2</option>
> <option value="+3">GMT +3</option>
> <option value="+4">GMT +4</option>
> <option value="+12">GMT +12</option>
> <option value="+13">GMT +13</option>
> <option value="+14">GMT +14</option>
> <option value="+15">GMT +15</option>
> </select>
> Please find your time zone</strong></font></p></td>
> <td></td>
> <td></td>
> </tr>
> <tr>
> <td height="15"></td>
> <td></td>
> <td></td>
> <td></td>
> <td></td>
> <td></td>
> </tr>
> <tr>
> <td height="24"></td>
> <td colspan="3" valign="top"><strong> <font size="-2" face="Geneva,
> Arial, Helvetica, sans-serif">
> <select name="select3">
> <option value="< 1 Month">< 1 Month</option>
> <option value="1 - 3 Months">1 - 3 Months</option>
> <option value="3 - 6 Months">3 - 6 Months</option>
> <option value="> 6 Months">> 6 Months</option>
> </select>
> <font color="#CC6600">How long have you been playing
> wwiionline</font></font>
> </strong> </td>
> <td></td>
> <td></td>
> </tr>
> <tr>
> <td height="16"></td>
> <td></td>
> <td></td>
> <td></td>
> <td></td>
> <td></td>
> </tr>
> <tr>
> <td height="24"></td>
> <td colspan="4" valign="top"><div align="left">
> <input type="text" name="textfield">
> <font color="#CC6600" size="-2" face="Geneva, Arial, Helvetica,
> sans-serif">
> <strong><font color="#FFFF00">MUST</font> Enter a non-wwiionline
> or
> playnet e-mail address</strong></font> </div></td>
> <td> </td>
> </tr>
> <tr>
> <td height="38"></td>
> <td> </td>
> <td> </td>
> <td></td>
> <td></td>
> <td></td>
> </tr>
> <tr>
> <td height="230"></td>
> <td colspan="2" valign="top"><p><font color="#CC6600">
> <textarea name="textarea" cols="45" rows="10"></textarea>
> </font></p>
> <p><font color="#CC6600" size="-2" face="Geneva, Arial, Helvetica,
> sans-serif"><strong>What
> are your computer specisfications (Mac/PC) G5 1.6ghz 512mb ram
> 64mb
> video card OSX10.3 Geforce FX 5200</strong></font>What </p>
> <p><font color="#CC6600" size="-2" face="Geneva, Arial, Helvetica,
> sans-serif"><strong>What
> games do you play? What units are you interested in crewing, and
> what
> are your wwiionline strengths?</strong></font></p></td>
> <td> </td>
> <td></td>
> <td></td>
> </tr>
> <tr>
> <td height="20"></td>
> <td><font size="4"><strong><font color="#CC0000" size="2"
> face="Geneva,
> Arial, Helvetica, sans-serif">
> If you dont get a reply within 48hours email me
> [email]ruckrova@hotmail.com[/email]
> with
> your details.</font></strong></font></td>
> <td> </td>
> <td></td>
> <td></td>
> <td></td>
> </tr>
> <tr>
> <td height="23"></td>
> <td valign="top"><input name="submit" type="submit"
> value="Submit"></td>
> <td> </td>
> <td></td>
> <td></td>
> <td></td>
> </tr>
> <tr>
> <td height="262"></td>
> <td colspan="4"><div align="center"><font color="#FFCC66"
> size="+1"><a
> href="http://armyhelo.com/jaguar/homepage.html"><img
> src="Assets/Images/Base%20Map/basemapTN.jpg" width="110" height="94"
> border="0"></a></font><font size="4"><strong></strong></font></div></td>
> <td></td>
> </tr>
> </table>
> </form>
> </body>
> </html>
>
> I can post the PHP page if needed
>
> I have no idea what all this means LOL
>
> thanks
>
Murray *TMM* Guest
-
rilkesf #3
Re: Forms ???? Help please
You have two <form> tags in the beginning. Delete the second one (the one without an action attribute).
rilkesf Guest



Reply With Quote

