Tell us what you are trying to do?
I have created a custom post type that uses a google address field. I have created a custom post form for this. I have embedded this post on its own page. This page/form will be called from different places within the website. I want to pre-populate some of the form fields using javascript/jQuery based on parameters passed in the Query String.
One of the fields is a Google address field. This website is UK based and I would like to pre-populate the Google Address field if a query string parameter called "postcode" has a value, e.g. NP33BHY.
I can of course read the query string and set the google address field input but this does not seem to be triggering the google lookup and does not set the address. I have tried to send an enter key trigger to the input but this is also not work.
Is there a way to trigger the google address field once I've set the input box value.
Is there any documentation that you are following?
Is there a similar example that we can see?
What is the link to your site?
I completely missed that you can pull query string parameters directly into the custom form using set default parameter from url parameter in the form builder