In order to accomplish this, the following JavaScript hack may be used.
<script type="text/javascript"> function isViewedInWebCenter() { return document.domain == "webcenter.applyyourself.com"; } // function isViewedInWebCenter() if (isViewedInWebCenter()) { var inputElement = document.getElementById(inputElementId); inputElement.disabled = true; } // if (isViewedInWebCenter()) </script>
Adding this bit of code to the bottom of a section's HTML should do the trick.