Click to See Complete Forum and Search --> : How to make Form using HTML?


rajeevvishva
12-09-2008, 10:46 PM
Hi to all

I am new hare , I’m not professional Web Developer but this time I am making my site using HTML. All thing is working good but I want to make web form in my page I have fended HTML of method

<FORM ACTION="destination_url" METHOD=GET>
<INPUT TYPE=submit NAME=foo VALUE="Go to destination">
</FORM>




Can any one tail me what is my “destination url”?:confused:

Major Payne
12-10-2008, 01:55 AM
What are you trying to do? Use an onClick event to go to a web page? If so, this is one of many ways:<form action="click"><p><input type="button" value="Go to My Home Page" onClick="window.open('http://Domain_Name.com')" title="Click for Home Page"></p></form>

rajeevvishva
12-10-2008, 02:00 AM
Thanks for reply but

I want to do "user will fill form to my site and all form informetion go to my inbox via email and user redirected to payments page."

Major Payne
12-10-2008, 02:15 AM
OK. You can use this site to make a free form using server-side scripting (does it for you). Just follow the directions and upload require files to same directory as instructed. Where it is asking for the redirect link to a Thank You page, insert your "payments page" link there.

CHFEEDBACK.PHP Feedback Form PHP Script (http://www.thesitewizard.com/wizards/feedbackform.shtml)

It couldn't be easier, but post back if you have problems with it.