···168 <button type="button" @click="toggleAdvanceMenu()" id="advance" name="advance">Advance Options
169 </button>
170 </div>
171+ <div x-show="showAdvance" class="section" style="padding-bottom: 10px;">
172+ <h3>Pick and choose which actions to run</h3>
173+ <p>Useful if a migration failed and you want to have a bit more manual control</p>
174 <div class="form-control">
175 <label>
176 <input type="checkbox" id="createNewAccount" name="createNewAccount" x-model="createNewAccount">
177+ Create a New Account on the New PDS
178 </label>
179 </div>
180 <div class="form-control">