Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- div class="form-group <?php echo(form_error('nik') ? "has-error" : "") ?> has-feedback">
- <label>Nomor Induk Kepabeanan / NIK </label>
- <input type="file" class="form-control" name="nik" value="<?php echo $niktemp; ?>"/>
- <?php echo(form_error('nik')) ? "<span class = 'glyphicon glyphicon-remove form-control-feedback' aria-hidden='true'></span>" : "";?>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment