Search
 
SCRIPT & CODE EXAMPLE
 

HTML

if the page is opened so count and put it to the value of hidden input

<form>
  <div>
    <label for="title">Post title:</label>
    <input type="text" id="title" name="title" value="My excellent blog post">
  </div>
  <div>
    <label for="content">Post content:</label>
    <textarea id="content" name="content" cols="60" rows="5">
This is the content of my excellent blog post. I hope you enjoy it!
    </textarea>
  </div>
  <div>
    <button type="submit">Update post</button>
  </div>
  <input type="hidden" id="postId" name="postId" value="34657">
</form>
Comment

if the page is opened so count and put it to the value of hidden input

html {
  font-family: sans-serif;
}

form {
  width: 500px;
}

div {
  display: flex;
  margin-bottom: 10px;
}

label {
  flex: 2;
  line-height: 2;
  text-align: right;
  padding-right: 20px;
}

input, textarea {
  flex: 7;
  font-family: sans-serif;
  font-size: 1.1rem;
  padding: 5px;
}

textarea {
  height: 60px;
}
Comment

PREVIOUS NEXT
Code Example
Html :: dropbox embed 
Html :: name attribute use case html 
Html :: file read from outbox 
Html :: Impossible to create the root directory "/var/www/html/laraship-subscription/storage/app/public/media/user_v1oz1Yz27j/26 
Html :: compile haml to html 
Html :: textarea adds unwanted spaces 
Html :: git compare files with different names 
Html :: html script source 
Html :: json html encode 
Html :: HTML <address for Contact Information 
Html :: theme my login/logout shortcode 
Html :: how to put in text chess pieces in HTML 
Html :: htmlchat 
Html :: x and y in javascript 
Html :: textarea set character limit 
Html :: wordpress customizer sections default 
Html :: export wp page to static html/css 
Html :: erc20 symbol format 
Html :: html lang="ro" 
Html :: make select option look like button 
Html :: fa fa-wrench fa-2x sunflower 
Html :: first div after css 
Html :: openGraph 1 
Html :: how to spread links from not right next to each other html 
Html :: Cause Dropbox To Behave Like A CDN (Content Delivery Network) For IMG/GIF Files 
Html :: what is mac cloudkit 
Html :: plantuml bold text 
Html :: does whitehatjr teach c++ 
Html :: freecodecamp step 14 quiz 
Html :: metamask integration website 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =