RensTillmann / super-forms

18 stars 14 forks source link

WooCommerce checkout field filled with form tag, when it should come empty from form #69

Closed tivendo closed 1 year ago

tivendo commented 2 years ago

Discussed in https://github.com/RensTillmann/super-forms/discussions/68

Originally posted by **tivendo** April 30, 2022 Hey, absolute amazing what you have build here, congratulations! One quick question, how do I get a value from my form at the WooCommerce checkout page? I dont need it as input field or something like that, I just need to check if the value is filled. If it's filled I can unset billing_company. If its not filled, I have to show the field billing_company. I need to do this, because on my form I have a selection if someone is a private person or a company. If it is a private person, the company input field is hidden. Till here, everything is fine. But after filling the form and going to WooCommerce checkout, the original WooCommerce billing_company field is filled with my tag from the form; in this case "{Billing_Firma}". this is not good as the field is also present on the invoice, in the mails etc. Thanks for your answer and best regards. Keep up the good work! Luis
RensTillmann commented 1 year ago

See discussion: https://github.com/RensTillmann/super-forms/discussions/68