SyntaxFix
Write A Post
Hire A Developer
Questions
Add ID attributes with same values as name attributes and then you can do this:
$('#first_name').change(function () { $('#firstname').val($(this).val()); });