Hi,
is it possible to add acf form in woocommerce checkout page ?
thanks
Yes, but you would need to modify the WC checkout template(s) and use acf_form() https://www.advancedcustomfields.com/resources/acf_form/
Thanks but is it possible to have only one button to save acf field and checkout fields ?
Yes, place the call to acf_form() inside of the existing <form></form>
tag and then use the setting 'form' => false
in the form settings.
If i place acf_form() in a woocommerce checkout hook, do you think it could work ?
https://www.businessbloomer.com/woocommerce-visual-hook-guide-checkout-page/
thanks
Yes, it appears it would looking at that. Any hook that is inside of the form.
Thanks it is a great news !