Welcome Guest, Not a member yet? Register   Sign In
How to make column filled not empty while warning show up
#3

Yups,,thanks for your help,  yes i added  value="<?php echo set_value('alamat_rumah' ); ?>" 

Before: 
<div class="form-group">
<label>Alamat</label>
<input type="text" name="alamat_rumah" class="form-control" placeholder="Masukkan alamat..">
<?php echo form_error('alamat_rumah'); ?>
</div>

After :
<div class="form-group">
<label>Alamat</label>
<input type="text" name="alamat_rumah" value="<?php echo set_value('alamat_rumah' ); ?>" class="form-control" placeholder="Masukkan alamat..">
<?php echo form_error('alamat_rumah'); ?>
</div>
Reply


Messages In This Thread
RE: How to make column filled not empty while warning show up - by kelapamuda - 02-18-2020, 08:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB