Form

A form html is used to collect user data and send the data to the server . You need to declare in the tag “form” an attribute called “action” and then declare to path to your php file. To pass the data from the input text to the php file you should declare the attribute “name” in the input field and give to the input a custom name. You can use the attribute “placeholder” or the tag “label” to describe the input field to your client .

Example:

<form action="/sendData.php" method ="POST">
 <label for="firstName">First name:</label>
  <input type="text" id="firstName" name="firstName placeholder = "firstName">
 <label for="LastName">Last name:</label>
  <input type="text" id="lastName" name="lastName" placeholder = "lastName">
 <label for="Email">Email:</label>
  <input type="email" id="emailInput" name="email" placeholder = "email">
  <button type="submit" value="Submit"></button>
</form> 

input type=”text” – Declaring the input field as a text.

<input type="text"> 

input type=”radio” – Declaring the input field as a radio, If you want to choose between number of options.

<form action="/sendData.php" method ="POST">
 option 1<input type="radio"  name="options"  value = "Option 1">
 option 2<input type="radio"  name="options"  value = "Option 2">
 option 3<input type="radio"  name="options"  value = "Option 3">
</form> 
option 1 option 2 option 3

input type=”checkbox” -Declaring the input field as a checkbox, If you want to choose multiple options.

<form action="/sendData.php" method ="POST">
 checkbox 1<input type="checkbox"  name="checkboxs"  value = "checkbox 1">
 checkbox 2<input type="checkbox"  name="checkboxs"  value = "checkbox 2">
 checkbox 3<input type="checkbox"  name="checkboxs"  value = "checkbox 2">
</form> 
checkbox 1 checkbox 2 checkbox 3

input type=”email” -Declaring the input field as a email, You can put only email in this field , must put @ symbol in the email.

<form action="/sendData.php" method ="POST">
 Your Email <input type="email"  name="email" placeholder="Put your email here">
</form> 

input type=”submit” – Allow you to send the form.

<form action="/sendData.php" method ="POST">
<input type="text"  name="exampleText" placeHolder ="exampleText">
<button type ="submit">Send the form</button>
</form> 

input type=”reset” – Clear the form.

<form action="/sendData.php" method ="POST">
<input type="text"  name="exampleText" placeHolder ="exampleText">
<button type ="reset">Clear</button>
</form> 

Tags:

Tag – “textarea” – Declaring the input field as a textarea, Allow you to insert more text then the regular “text” input.

<form action="/sendData.php" method ="POST">
<textarea  placeholder ="Insert some text"></textarea>
</form> 

Tag – “select” – Declaring the input field as a select, Allow you to choose between options in drop-down list.

<form action = "/sendData.php">
<select>
    <option>apple</option>
    <option>pizza</option>
</select>
</form>

More info about form html in w3Schools – https://www.w3schools.com/html/html_forms.asp.

More html tutorials – http://omzas.com/html/

Leave a comment

Your email address will not be published. Required fields are marked *

89.00 USD 100% 4 Port Web Managed 2.5Gps PoE Or None PoE Switch +1x10G SFP+1x10Gps RJ45 Uplink https://s.click.aliexpress.com/e/_omc2Ifx

14.03 USD 100% FLASHFORGE Adventurer 5M AD5M 3D Printer AD5M DIY enclosure panel kit clear transparent Polycarbonate PC sheet 3mm https://s.click.aliexpress.com/e/_omc2Ifx

Top On Sale Product Recommendations!;For Razer Viper Ultimate Edition Wireless Gaming Mouse Left and Right Button Back Cover Cyberpunk Gundam Personalized Shell Set;Original price: USD 31.87;Now price: USD 17.53;Click&Buy: https://s.click.aliexpress.com/e/_om7zCDP Available Code : RUWUNIDPV2CH, USD1.00 off, PST 2024-08-27 22:26:00 ~ 2024-09-10 23:59:59

Top On Sale Product Recommendations!;Realtek RTL8812AU/RTL8812BU Dual Band 1200mbps Wireless USB Wifi Network Adapter Antenna Laptop Ethernet 1000M Ethernet External;Original price: USD 12.08;Now price: USD 11.39;Click&Buy: https://s.click.aliexpress.com/e/_EjzkwuV ;Available Code : DEL56KRDNNW4, USD1.00 off, PST 2024-07-27 02:14:00 ~ 2024-09-30 23:59:59

Top On Sale Product Recommendations!;Black Mouse Pad Seigaha Deskmat Gaming Mousepad Minimalistic Carpet Mouse Mats Office Accessories Pc Gamer Desk Pad Rubber Mats;Original price: USD 5.56;Now price: USD 5.17;Click&Buy: https://s.click.aliexpress.com/e/_oDRluGV ;Available Code : P2GSTQ7DDPAR, USD1.01 off, PST 2024-07-10 07:40:00 ~ 2024-10-02 23:59:59

Top On Sale Product Recommendations!;2024 New 10 Inch Tablet S10 Dual SIM CARD WITH WIFI Network Make Call Bluetooth Android 11 Google Play Tablets 5000mAh;Original price: USD 54.46;Now price: USD 54.46;Click&Buy: https://s.click.aliexpress.com/e/_EHZzaM5 ;Available Code : QYEY2GACLBXF, USD5.00 off, PST 2024-08-03 00:00:00 ~ 2024-09-30 23:59:59

Top On Sale Product Recommendations!;8-IN-2 USB HUB 3.0 USB C HUB Docking Station 5Gbps High Speed Transmission USB Splitter Type C TF/SD OTG Adapter For Macbook Pro;Original price: USD 6.51;Now price: USD 6.14;Click&Buy: https://s.click.aliexpress.com/e/_Evsp6lB ;Available Code : DEL56KRDNNW4, USD1.00 off, PST 2024-07-27 02:14:00 ~ 2024-09-30 23:59:59

Top On Sale Product Recommendations!;UGREEN USB Webcam 1080P HD Mini Webcam For Laptop Computer Web Camera Dual Microphones for Youtube Zoom Video Calling 2K web cam;Original price: USD 39.99;Now price: USD 25.99;Click&Buy: https://s.click.aliexpress.com/e/_EI6yQcN ;Available Code : 958OB3ZLNOP8, USD5.00 off, PST 2024-08-20 04:43:00 ~ 2024-09-30 23:59:59

0
    0
    Your Cart
    Your cart is emptyReturn to Shop