The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Help with my form
simplyiesha
post Apr 17 2007, 05:33 PM
Post #1





Group: Members
Posts: 1
Joined: 17-April 07
Member No.: 2,542



Hello Everyone, I'm new at html and i'm trying to make a form. Can someone please tell me why it wont work??

CODE
<HTML>
<HEAD>
<TITLE>
Join our mailing list!
</TITLE>
</HEAD>
<BODY>
<h3>Please join our mailing list!!</h3>


<form method=post action="http://geocities.yahoo.com/forms?login=mzqwade">



<strong>What is Your Name?</strong><br>
<input name="from-name" TYPE=text SIZE="30" MAXLENGTH="30"><p>

<strong>Please enter your E-Mail Address</strong><br>
<input name="from-email" TYPE=text SIZE="30" MAXLENGTH="30"><p>

<strong>Please enter mailing address</strong><br>
<input name="Address" TYPE=text SIZE="30" MAXLENGTH="30"><p>

<input type="hidden" name="next-url" value="http://www.geocities.com/mzqwade/ThankYou.html">

<input TYPE="submit" VALUE="Submit">
<input TYPE="reset" VALUE="Reset"><p>

</form>



</BODY>
</HTML>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Apr 17 2007, 08:57 PM
Post #2


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



In what way does it not work?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Apr 17 2007, 08:57 PM
Post #3


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

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



What happens, don't you get the email? Are you sure you have the URL to Yahoo!'s script right?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
UniversityFashions
post Apr 22 2007, 02:07 PM
Post #4





Group: Members
Posts: 1
Joined: 22-April 07
Member No.: 2,597



QUOTE(simplyiesha @ Apr 17 2007, 06:33 PM) *

Hello Everyone, I'm new at html and i'm trying to make a form. Can someone please tell me why it wont work??

CODE
<HTML>
<HEAD>
<TITLE>
Join our mailing list!
</TITLE>
</HEAD>
<BODY>
<h3>Please join our mailing list!!</h3>


<form method=post action="http://geocities.yahoo.com/forms?login=mzqwade">



<strong>What is Your Name?</strong><br>
<input name="from-name" TYPE=text SIZE="30" MAXLENGTH="30"><p>

<strong>Please enter your E-Mail Address</strong><br>
<input name="from-email" TYPE=text SIZE="30" MAXLENGTH="30"><p>

<strong>Please enter mailing address</strong><br>
<input name="Address" TYPE=text SIZE="30" MAXLENGTH="30"><p>

<input type="hidden" name="next-url" value="http://www.geocities.com/mzqwade/ThankYou.html">

<input TYPE="submit" VALUE="Submit">
<input TYPE="reset" VALUE="Reset"><p>

</form>



</BODY>
</HTML>



I signed up to this site just to answer your question biggrin.gif I also have a yahoo store and use forms on my site. I couldn't remember exactly how I set it up so I took a look at my code. The first thing I would do is try changing <form method=post action="http://geocities.yahoo.com/forms?login=mzqwade"> to
<form method=post action="http://us.1.p4.webhosting.yahoo.com/forms?login=mzqwade">

Also change <input type="hidden" name="next-url" value="http://www.geocities.com/mzqwade/ThankYou.html"> to
<input type="hidden" name="next_url" value="http://www.geocities.com/mzqwade/ThankYou.html">

Everything else looks normal. Let me know if that helps.
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: 16th April 2024 - 04:09 PM