I am trying to:
Update a post in my custom post type named 'Activities'.
I have another custom post type named 'Reviews'. In the post there is a radio field named 'Review Rating'.
Activities and Reviews have a one-to-many relationship.
Every time I update an Activity post, I get an error message displayed. (screenshot also attached). The error message says: Field "Review Rating" not updated: This field is required.
While the post gets updated of any changes I do, The error message is displayed every time.
I expected to see: No error message.
Just now, I tried to update one post under my custom post type 'Activities'.
This post has several 'Reviews' linked to it.
After I updated the post, the content was updated, but the error was displayed (Please see attached screenshot)
Hello,
How do you setup the "Review Rating" field? Please check these:
1) edit the field group of "Review Rating" field, make sure it is register to post type 'Reviews', not the post type 'Activities'
2) Deactivate other plugins and switch to wordpress default theme 2017, and test again
3) If the problem still persists, please provide provide a database dump file (ZIP file) of your website in below "private detail box", I need to duplicate same problem and debug it in my localhost, thanks.
Apologies for butting in but I have this issue too. It's been reported via ticket https://toolset.com/forums/topic/errors-shown-for-empty-required-fields-in-parent-posts/, Christian has escalated and sent my site dump files to 2nd tier support
Hello.
Apologies for the delay in responding. I was away from my computer for a long time.
1) I checked this. The 'Review Rating' field is registered under the post type 'Reviews' and not 'Activities.
2) I will switch to the default theme and disable everything else. Will let you know the results in a few hours.
Thank you again and apologies for the delay in replying.