JQuery - prepopulate form field on 3rd party form
问题 I have a Netresults form on my webpage that I need to prepopulate. The form is inserted into the page with javascript and so I am unable to see the form fields in the source code. I would use the below code if the form was on my page but as its not, I have no idea how to target the fields. Can anyone help? var keywords = getUrlParameter('keywords'); $('input[name=netres-keywords]').val(keywords); The netresults form is inserted with this code: (function() { var $__MAForm; ($__MAForm =function