|
Lines 581-588
Link Here
|
| 581 |
[% IF mandatory.defined('fax') %]<span class="required">Required</span>[% END %] |
581 |
[% IF mandatory.defined('fax') %]<span class="required">Required</span>[% END %] |
| 582 |
</li> |
582 |
</li> |
| 583 |
[% END %] |
583 |
[% END %] |
|
|
584 |
[% UNLESS hidden.defined('primary_contact_method') %] |
| 584 |
<li> |
585 |
<li> |
| 585 |
<label for="borrower_primary_contact_method">Main contact method:</label> |
586 |
[% IF ( mandatory.defined('primary_contact_method') ) %] |
|
|
587 |
<label for="borrower_primary_contact_method" class="required">Main contact method:</label> |
| 588 |
[% ELSE %] |
| 589 |
<label for="borrower_primary_contact_method">Main contact method:</label> |
| 590 |
[% END %] |
| 591 |
|
| 586 |
<select id="borrower_primary_contact_method" name="borrower_primary_contact_method"> |
592 |
<select id="borrower_primary_contact_method" name="borrower_primary_contact_method"> |
| 587 |
<option value=""></option> |
593 |
<option value=""></option> |
| 588 |
[% FOREACH contactprincipalloo IN contactprincipalloop %] |
594 |
[% FOREACH contactprincipalloo IN contactprincipalloop %] |
|
Lines 630-636
Link Here
|
| 630 |
[% END %] |
636 |
[% END %] |
| 631 |
[% END %] |
637 |
[% END %] |
| 632 |
</select> |
638 |
</select> |
|
|
639 |
|
| 640 |
[% IF ( mandatory.defined('primary_contact_method') ) %]<span class="required">Required</span>[% END %] |
| 633 |
</li> |
641 |
</li> |
|
|
642 |
[% END %] |
| 634 |
</ol> |
643 |
</ol> |
| 635 |
</fieldset> |
644 |
</fieldset> |
| 636 |
[% END %] |
645 |
[% END %] |
| 637 |
- |
|
|