Search
 
SCRIPT & CODE EXAMPLE
 

HTML

Contact Form

<form>
  <label for="full-name">
    Full Name:
  </label>
  <input id="full-name" name="full-name" type="text" autocomplete="name" required />
  <label for="email-address">
    Email Address:
  </label>
  <input id="email-address" name="email-address" type="email" autocomplete="email" required />
  <label for="message">
    Message:
  </label>
  <textarea id="message" name="message" rows="5" cols="30" required></textarea>
  <button type="submit">Submit</button>
</form>
Comment

contact form feilds

<div class="col-lg-6 col-6 pd-l">
  [text* your-name placeholder"Name"]
  [text* your-sub placeholder"subject"]
</div>
<div class="col-lg-6 col-12 pd-r">
  [email* your-email placeholder"Email"]
  [tel* tel-672 your-phone placeholder"Phone"]
</div>
<div class="col-12">
  [textarea your-message placeholder"message"]
</div>
<div class="col-12 btn-sub">[submit "Send"]</div>
Comment

contact form

<form class="form-inline" action="/action_page.php">
  <label for="email">Email:</label>
  <input type="email" id="email" placeholder="Enter email" name="email">
  <label for="pwd">Password:</label>
  <input type="password" id="pwd" placeholder="Enter password" name="pswd">
  <label>
    <input type="checkbox" name="remember"> Remember me
  </label>
  <button type="submit">Submit</button>
</form>
Comment

PREVIOUS NEXT
Code Example
Html :: image 
Html :: html how to make space between words 
Html :: getbootstrap.com table 
Html :: create an html page in visual studio 
Html :: how to use div in html 
Html :: html. strong 
Html :: html projects 
Html :: div class wrapper html 
Html :: animate html 
Html :: ahref html 
Html :: Uncaught ReferenceError: Chartist is not defined 
Html :: <html <frameset cols ="50%,50%" <frame src ="vate.html" </frame <frame scr ="abosamra.html" </frame </frameset </html 
Css :: placeholder font size css 
Css :: css center image on background 
Css :: write text in one line css 
Css :: css background image size to fit screen 
Css :: html center video 
Css :: css bold text 
Css :: not disabled css 
Css :: how to stop an image repeating in css 
Css :: input form shadow active bootstrap 
Css :: input autocomplete css color 
Css :: ajouter une image dans un before after 
Css :: check if input is empty css 
Css :: max z index 
Css :: input date icon width 
Css :: css change if mobile 
Css :: box sizing reset 
Css :: multiple text shadow 
Css :: twig ternaire 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =