Hi.
I have a process where users can add products to my shop through an ACF form.
something went wrong recently and the data entered by users are not saved. I was troubleshooting and some wired pattern appeared.
When I have 1 filed in the form: title, the product is added with the title.
When I have 2 fileds: title and price, the product is added as no-name only with price.
When I have 3 fields, title, price and description, the product is added with description only…
And so on.
Anyone has similar issue?