I am using the Google Address Autofill to populate some disabled inputs on the form. The idea is that
Because the inputs are disabled, I cant see them in $POST when the form is submitted. I could mirror each field onto a hidden but enabled input. Is there a cleaner way to do this ?
You could collect them using javascript and add them to the url of the next form and attach it to the button.