Hello!
So if i understand correctly when you submit a form you want to include some form fields in the url that you are using?
I am thinking of using the form(s) on the woocommerce checkout page so I want to capture form data with the ‘Place Order’ submit button, I’m not using the AIO submit button. I am trying to add more registration checkout fields to an order. If the form fields had a name attribute that I could define then I could get the data.
Oh i don’t think that will work as you expect unless you do major changes to the plugin, if you add a form in the checkout page the form will be processed by the plugin not woocommerce unless you modify the plugin via CSS or javascript to make it work differently and if you are already doing that you could also just use javascript to include a name in each field.
Regards!
You are right, I have just created the name fields in js and can now capture the form data. The plugin is eventON which is quite well documented so I need to see if I can create the new registration fields from the captured data.