Hi guys. Can you tell me what i have to add so my form has dummy text inside the input fields, to show a user what type of information to put in the specific box.
Sample text inside Email Field
3
Hi guys.
Can you tell me what i have to add so my form has dummy text inside the input fields, to show a user what type of information to put in the specific box.
i.e
Name:
Eg John Doe
This is part of my code:
<label>Enter Your Name: <?php form_error('Full_Name');?></label>
<input name="Full_Name" type="text" class="input" />
<label>Mobile No: <?php form_error('Phone');?></label>
<input name="Phone" type="text" class="input" />
<label>Pick Up Point:<?php form_error('Pick_Up_Point');?></label>
<input name="Pick_Up_Point" type="text" class="input" />
Appreciate the help
Shaun
Can you tell me what i have to add so my form has dummy text inside the input fields, to show a user what type of information to put in the specific box.
i.e
Name:
Eg John Doe
This is part of my code:
<label>Enter Your Name: <?php form_error('Full_Name');?></label>
<input name="Full_Name" type="text" class="input" />
<label>Mobile No: <?php form_error('Phone');?></label>
<input name="Phone" type="text" class="input" />
<label>Pick Up Point:<?php form_error('Pick_Up_Point');?></label>
<input name="Pick_Up_Point" type="text" class="input" />
Appreciate the help
Shaun
- Brandon Tanner
- [ 1 ] Thanks
- brutecky
- [ 1 ] Thanks
Next Topics on Trending Feed
-
3