Well, a form is just made up of different HTML tags. However, in order for it to actually work, you need some kind of active content-capable language behind it. You start out with a FORM tag, like this (without the spaces between the word and the < and > symbols:
< form action="some form action here" >
inside the form tag, you have text as labels, and form elements, like the text box:
< input type="text" name="Text1" SIZE="20" >
Then you need a text area to take in all the feedback, which is specific in size:
< textarea name="Feedback" cols="60" rows="15">
Then you need a submit button to perform the form's action, specified above in the form tag.
You can use PHP or ASP (and some other languages) depending upon the server, along with these form tags, to create a form that you can use for feedback to be either posted to a database or e-mailed to you.
Well if you would really like to get it going use ASP or PHP
this well enable instant feedback to your visitors and to you at the same time
Its called server side language
I will be using it on a website that I will create
get a book or search yahoo for interactivity, ASP tutorials.
We support Microsoft FrontPage server extensions, but this doesn't include support for Active Server Pages or ASP. If you do anything within Microsoft FrontPage that involves ASP, it won't work when you publish it to your web site. Be careful not to add anything to your site that will require an .asp file extension to be added to any of the files necessary for your site.
Now how about PHP?
It's only supported on the plus package and above, which hasn't been offered for more than two years now. Prior to that, Geocities didn't have MySQL or CGI because I remember struggling for months to get both working.
but I don't really care its not that big of a deal just use an add on that one of the sites offer or find one on yahoo (forms email forums) you can use javascript to accomplish this
but I don't really care its not that big of a deal just use an add on that one of the sites offer or find one on yahoo (forms email forums) you can use javascript to accomplish this
I know how to build a form smarty its easy
I would just like to know what they want.
So I can help them out and tell them how to use form calidation if they would like to learn.
and how to email it.
Comments
< form action="some form action here" >
inside the form tag, you have text as labels, and form elements, like the text box:
< input type="text" name="Text1" SIZE="20" >
Then you need a text area to take in all the feedback, which is specific in size:
< textarea name="Feedback" cols="60" rows="15">
Then you need a submit button to perform the form's action, specified above in the form tag.
< input type="submit" name="SubmitButton" Value="Submit" >
Then you need a closing form tag:
< /form >
You can use PHP or ASP (and some other languages) depending upon the server, along with these form tags, to create a form that you can use for feedback to be either posted to a database or e-mailed to you.
I also highly recommend the Google Search for additional tutorials.
this well enable instant feedback to your visitors and to you at the same time
Its called server side language
I will be using it on a website that I will create
get a book or search yahoo for interactivity, ASP tutorials.
That should answer your question
Maybe he just isn't doing it right.
Straight from Geocities FAQ:
Now how about PHP?
It's only supported on the plus package and above, which hasn't been offered for more than two years now. Prior to that, Geocities didn't have MySQL or CGI because I remember struggling for months to get both working.
You could use javascrript and html to build a form
haha how about that for freebies
Just tell me what questions you want on there mmk
I would just like to know what they want.
So I can help them out and tell them how to use form calidation if they would like to learn.
and how to email it.