I want to write a code that can extract the first name from the form field first name and store it in a variable called fname using javascript
Page 1 / 1
jQuery('input[type="text"]').eq(0).val(); //update '0' to the row no starting from 0.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.