Teşekkür ederim tema dosyası altından buldum ancak bir örnek alabilirmiyim T.C. Kimlik NO konusunda ?
<?php if(defined('CUSTOM1')){ ?>
<tr>
<td class="ar vlt width-25"><?php if (!defined('CUSTOM1NOTREQUIRED')){ echo "<em class=\"red\">*</em>";} ?>
<?=CUSTOM1?>
: </td>
<td><input type="text" value="<?=$custom1?>" name="custom1" id="custom1" size="20" maxlength="20" class="<?php if (!defined('CUSTOM1NOTREQUIRED')){ ?>validate['required']<?php } ?> width-65" /></td>
</tr>
<?php } ?>