Problem:
When I use Cred form, the field information is not visible in the back office nor does it appear in the front office.
Solution:
The issue was due to a problem with the client's wp_postmeta table. The table needs AUTO_INCREMENT set for the meta_id column, which was missing. This prevented the addition of post meta. The client managed to repair this issue, restoring the functionality of the Cred forms.