<script type="text/javascript"> window.onload = function () { var useremail = "<?php echo json_encode(['asdf']); ?>"; document.getElementsByName("ElementName")[0].value = useremail; } </script>
You have javascript disabled. You will not be able to edit any code.