What's new

Closed Pahelp po this HTML po

Status
Not open for further replies.

PHC-Zil

Forum Master
Elite
Joined
Nov 3, 2016
Posts
5,847
Solutions
98
Reaction
39,549
Points
5,369
Age
21
<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.
 
Last edited:
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>
 

Attachments

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.png
 

Attachments

Kailangan mo i-add yung prefix na "zild-" after mag submit ng form it's either via javascript or php, dipende sa structure ng codes.
paano po whahahah pa sensya na po sir ha dikasi maalam sa ganito
 
Status
Not open for further replies.

Similar threads

Back
Top