<table class="glm-admin-table glm-admin-table-inner">
<tr>
- <th {if $contactInfo.fieldRequired.notes}class="glm-required"{/if}>Notes</th>
- <td {if $contactInfo.fieldFail.notes}class="glm-form-bad-input"{/if}>
- <input type="textarea" name="notes" value="{$contactInfo.fieldData.notes}" class="" placeholder="Enter notes about this profile">
-
+ <td {if $contactInfo.fieldFail.notes}class="glm-form-bad-input"{/if}>
+ <textarea name="notes" value="{$contactInfo.fieldData.notes}" class="" placeholder="Test">{if $contactInfo.fieldData.notes}{$contactInfo.fieldData.notes}{/if}</textarea>
{if $contactInfo.fieldFail.notes}<p>{$contactInfo.fieldFail.notes}</p>{/if}
</td>
</tr>