%doc> Example: include('/elements/select-did.html', 'field' => 'phonenum', 'svcpart' => 5, #OR 'object' => $svc_phone, ); %doc> % if ( $use_selector ) {
<% include('/elements/select-state.html', 'country' => $country, 'disable_empty' => 0, 'empty_label' => 'Select state', ) %> | <% include('/elements/select-areacode.html', 'svcpart' => $svcpart, 'empty' => 'Select area code', ) %> | <% include('/elements/select-exchange.html', 'svcpart' => $svcpart, 'empty' => 'Select exchange', ) %> | <% include('/elements/select-phonenum.html', 'svcpart' => $svcpart, 'empty' => 'Select phone number', ) %> |
State | Area code | City / Exchange | Phone number |