Where is your new service address?
<div id="orderServiceType" class="panel panel-default" style="margin:15px;"> <div class="panel-heading" style="padding:15px 8px 8px 8px;"> <h3> <span class="lbl_movein_switch">Are you moving or switching providers at the selected service location?</span> </h3> </div> <div class="panel-body"> <table class="table table-striped" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="vertical-align:top;"><span class="lbl_service_type">Service Type</span> *</th> <td> <input id="sigma_ENROL_TYPE" ed="R" name="sigma_ENROL_TYPE" type="radio" value="M" onclick="fnCheckEnrollmentType('M')" checked=""> <span class="lbl_move_in" data-i18n="opts.move_in">Move-in (New Service)</span><br> <input id="sigma_ENROL_TYPE" ed="R" name="sigma_ENROL_TYPE" type="radio" value="S" onclick="fnCheckEnrollmentType('S')"> <span class="lbl_switch" data-i18n="opts.switch">Switching from another Energy Provider on Next Available Schedule Date</span><br> <input id="sigma_ENROL_TYPE" ed="R" name="sigma_ENROL_TYPE" type="radio" value="SS" onclick="fnCheckEnrollmentType('SS')"> <span class="lbl_self_switch" data-i18n="opts.s_switch">Switching from another Energy Provider on a Specific Date</span> </td> </tr> <tr> <td style="vertical-align:top;"><span class="lbl_date_req">Date Requested</span> *</th> <td> <input id="sigma_REQUEST_DATE" type="text" size="20" ed="R" sigmatype="datepicker" readonly="readonly" class="datepicker"> </td> </tr> <tr> <td colspan="2"> <div> <div class="alert alert-info" style="padding:0px;margin-top:5px;"> <table style="margin:0px;border-style:none;"> <tr> <td><i class="fa fa-info-circle"></i></td> <td><span>A standard switch will be completed in 0-7 business days. Move-in and self-selected switch fees may be applicable and passed through to you from your TDSP. Please refer to your TOS for full list of TDSP fees.</span></td> </tr> </table> </div> <div class="alert alert-info" style="padding:0px"> <table style="margin:0px;border-style:none;"> <tr> <td><i class="fa fa-info-circle"></i></td> <td><span>In the case of a switch request, you have the right to review and rescind the Terms of Service within three federal business days, after receiving the Terms Of Service, without penalty.</span></td> </tr> </table> </div> <div class="alert alert-info" style="padding:0px;margin-bottom:5px;"> <table style="margin:0px;border-style:none;"> <tr> <td><i class="fa fa-info-circle"></i></td> <td><span>If you take an action that cancels or terminates your service with us, prior to the end of the initial term specified in your contract, you may be responsible to pay an early termination fee (ETF) specified in your TOS/EFL.</span></td> </tr> </table> </div> <div style="clear:both"></div> </div> </td> </tr> </tbody> </table> </div> </div>