<script> $("#input_4_25").on("change", function () { //when selected value changed $("#input_4_29").val($(this).val()); //change value in textbox }) </script> #Forms #Gravity Forms #input #jQuery #script