Hi! I was able to access my source code by going to “develop” at the top of my page and then “show source code” on safari. I’m not great with this kind of stuff, but you can do a quick google search for your specific browser. This is what I could see:
<fieldset id="form_b2b77b30-6e69-4699-9986-d89930266f5e">
<div class="form_label"></div>
<div class="form_responses">
<div class="form_response">
<input id="form_b2b77b30-6e69-4699-9986-d89930266f5e_1" type="checkbox" data-text="I am no longer interested in attending UC Berkeley and wish to withdraw my application." name="form_b2b77b30-6e69-4699-9986-d89930266f5e" value="I am no longer interested in attending UC Berkeley and wish to withdraw my application." autocomplete="off"/>
<label for="form_b2b77b30-6e69-4699-9986-d89930266f5e_1">I am no longer interested in attending UC Berkeley and wish to withdraw my application.</label>
</div>
<div class="form_response">
<input id="form_b2b77b30-6e69-4699-9986-d89930266f5e_2" type="checkbox" data-text="I am no longer interested in attending UC Berkeley and wish to withdraw my application." name="form_b2b77b30-6e69-4699-9986-d89930266f5e" value="32b157f3-17ca-4511-b4ed-6bec33c5d94e" autocomplete="off"/>
<label for="form_b2b77b30-6e69-4699-9986-d89930266f5e_2">I am no longer interested in attending UC Berkeley and wish to withdraw my application.</label>
</div>
<div class="form_response">
<input id="form_b2b77b30-6e69-4699-9986-d89930266f5e_3" type="checkbox" data-text="===RETIRED Prompts===" name="form_b2b77b30-6e69-4699-9986-d89930266f5e" value="===RETIRED Prompts===" autocomplete="off"/>
<label for="form_b2b77b30-6e69-4699-9986-d89930266f5e_3">===RETIRED Prompts===</label>
</div>
<div class="form_response">
<input id="form_b2b77b30-6e69-4699-9986-d89930266f5e_4" type="checkbox" data-text="I will not be coming to UC Berkeley and wish to withdraw my application." name="form_b2b77b30-6e69-4699-9986-d89930266f5e" value="I will not be coming to UC Berkeley and wish to withdraw my application." autocomplete="off"/>
<label for="form_b2b77b30-6e69-4699-9986-d89930266f5e_4">I will not be coming to UC Berkeley and wish to withdraw my application.</label>
</div>
<div class="form_response">
<input id="form_b2b77b30-6e69-4699-9986-d89930266f5e_5" type="checkbox" data-text="I will not be coming to UC Berkeley and wish to cancel my admission. I understand that the admission deposit is not refundable." name="form_b2b77b30-6e69-4699-9986-d89930266f5e" value="I will not be coming to UC Berkeley and wish to cancel my admission. I understand that the admission deposit is not refundable." autocomplete="off"/>
<label for="form_b2b77b30-6e69-4699-9986-d89930266f5e_5">I will not be coming to UC Berkeley and wish to cancel my admission. I understand that the admission deposit is not refundable.</label>
</div>
</div>
</fieldset>
</div>
This is pretty much similar to what @storage_drive has. I’m trying not to look too much into things, though/