PDA

View Full Version : Web Form Creating


sunshineguy
07-25-2005, 08:26 PM
no idea.. i have to create diff elements on the form.. text, checkbox, radio.
would i created them all in something like WordPad/Notepad, then i could send it to someone that has the CGI program to test it? I would just do something like the Following with eachtype of element.. could i type them in succession and it would all work?? and then send that document over and it would work? yes i have no clue of anything, ignorance probably. YOUR SAYING I HAVE TO CREATE AN ACTUAL WEBPAGE or HTML or something..lol.. how do you go about doing that..
</body>
</html>

<form>
First name:
<input type="text" name="firstname">
<br>
Last name:
<input type="text" name="lastname">
</form>

</body>
</html>

mlseim
07-25-2005, 08:53 PM
wow ...

Yes, you'll have to have a webpage with a form on it.

That form will send the information to a Perl script. The script is
located on the server where your HTML webpage is located.

I suggest you find someone you know that has made a webpage and
has a place (webhost) where you can put a webpage. Sit down with
someone (in person), or take a class at a local school, community college.

Teaching you on a forum like this will be too frustrating for you.

...

or, search the internet for "beginner HTML" or "beginner web page".