Replies: 0
So I found this snippet of code from 4 years ago which is the closest to the solution I’ve come: https://www.gravityhelp.com/forums/topic/dynamically-populate-3rd-party-form-from-gravity-form-submission
The problem with that is that woocommerce has a placeholder property but not a ‘value’ property: https://docs.woocommerce.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/
I’m passing query data from gravity forms such as the address, email etc.. I just need it to auto populate on checkout.