🔒 Closed Pahelp po this HTML po

Status
Not open for further replies.

PHC-Zil

Forum Master
<input class="form-control" name="user" type="text" value="zild" required>

Paano po elock ang value niya na na hindi maeedit tapos after nang value makakapag type sila nang desire username nila. Pano po? Kapag disabled ko kasi siya lahat kasi na didisabled yung specific value lang po ang gusto ko e didisabled ko.
 
Since naka bootstrap ka gamit ka ng input group:
You do not have permission to view the full content of this post. Log in or register now.

Ganto kalalabasan niyan:
zild.png

HTML:
<label for="user">Username</label>
<div class="input-group">
  <div class="input-group-prepend">
    <span class="input-group-text" id="prefix">zild-</span>
  </div>
  <input type="text" name="user" class="form-control" id="user" aria-describedby="user" required>
</div>
 
Since naka bootstrap ka gamit ka ng input group:
You do not have permission to view the full content of this post. Log in or register now.

Ganto kalalabasan niyan:
View attachment 755622

HTML:
<label for="user">Username</label>
<div class="input-group">
  <div class="input-group-prepend">
    <span class="input-group-text" id="prefix">zild-</span>
  </div>
  <input type="text" name="user" class="form-control" id="user" aria-describedby="user" required>
</div>
nice sir yan po hinahanap ko nga thanks po maglalabas kasi ako panel mamaya
 
Since naka bootstrap ka gamit ka ng input group:
You do not have permission to view the full content of this post. Log in or register now.

Ganto kalalabasan niyan:
View attachment 755622

HTML:
<label for="user">Username</label>
<div class="input-group">
  <div class="input-group-prepend">
    <span class="input-group-text" id="prefix">zild-</span>
  </div>
  <input type="text" name="user" class="form-control" id="user" aria-describedby="user" required>
</div>
pero sir paano po to wala parin pagkatapos mag create nang account
1577955673385.webp
 
Status
Not open for further replies.

Similar threads

About this Thread

  • 8
    Replies
  • 487
    Views
  • 2
    Participants
Last reply from:
PHC-Zil

Trending Topics

Online now

Members online
1,098
Guests online
1,586
Total visitors
2,684

Forum statistics

Threads
2,291,344
Posts
29,070,163
Members
1,210,825
Latest member
dvm0ix
Back
Top