The last few div HTML sections should be hidden until the user completes Step 1 of the form. On first look, this might be caused by $(document).ready because we're hiding the div elements right as the DOM loads.
Not sure if this appears on other devices, but this was detected on Chrome on Mac OS X.
The last few
divHTML sections should be hidden until the user completes Step 1 of the form. On first look, this might be caused by$(document).readybecause we're hiding thedivelements right as the DOM loads.Not sure if this appears on other devices, but this was detected on Chrome on Mac OS X.