I'd like to prepopulate a field at registration with a variable set from another component, and I was thinking it could be done simply by dropping a php script into the textbox. When I try it, the literal text gets applied. In viewing the page source, it seems the "<?php..." gets converted to "<...". Is that a feature to strip php, or is an html thing that converts it? Any way around it?