howto display email input field data in another input filed using javascript code example
Example: Javascript get text input value
var inputValue = document.getElementById("myTextInputID").value;
var inputValue = document.getElementById("myTextInputID").value;