TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

April 18, 2024, 05:32:05 PM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,164
  • Total Topics: 21,219
  • Online today: 203
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 168
  • Total: 168

Article Form

Started by majo, January 30, 2007, 12:21:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

majo

When you create new article , now there i couple of buttons that i never knew how to use tho, and i think it would be very helpful if i would at least know how.

So my question is how do  you use  form ? I know how to insert it but what type of file does it expect to be ?

In other words tell me all about it:)

IchBin


majo

Quote from: IchBinâ„¢ on January 30, 2007, 04:50:00 PM
The best place you can learn is on the net. http://www.w3schools.com/html/html_forms.asp
Yes i do understand that part "thanks", but example how do you tell submit button to let say email that form or store somewhere on the server ?


majo

I guess something like this ?

<html>
<body>
<form action="MAILTO:myemail@myemail.com" method="post" enctype="text/plain">

<h3>This form sends an e-mail to W3Schools.</h3>
Name:

<input type="text" name="name"
value="yourname" size="20">


Mail:

<input type="text" name="mail"
value="yourmail" size="20">


Comment:

<input type="text" name="comment"
value="yourcomment" size="40">



<input type="submit" value="Send">
<input type="reset" value="Reset">

</form>
</body>
</html>


JPDeni

Don't use a textarea in an article. You will have problems. Just trust me.

majo

this was just a sample

i would like to create an application for my car club