1. The forum was not broken, it seems that it is required to add a ZIP url to that specific field.
But always the "post body" itself can be used as you did in your last reply.
(See ScreenShots attached)
It is possible that you did not see those warnings (our Developer is looking into this).
Just for expediting this, I enabled another private reply.
Can you take a screenshot of what you see, and send back to me?
Thanks 🙂
2. In reply to your last comment:
First point concerning the Inscription title : how can I define it thanks to other custom fields of the parent (product)? The products can change (for example, the price can evolve during the year or the day can change also ..), so I need to record the data that was defined when the inscription has been done. That's why I'm using a generic field instead of a parent.
OK, but that Generic Field has the exact same issue as the native CRED Post Title SHortCode:
You need to populate it with the data you want, right?
In your case, the "value from other custom fields of the parent (product)".
The same way you populate the Generic Field you can populate the native CRED Fields, they also feature the value attribute.
The correct way thou is to apply custom code to achieve your custom logic.
You would create a PHP Code that gets the values from the parent that you need, and then you return them to the form when it's saving the post, for example.
Not always this is necessary, in your case I think you can just proceed as you do now but use native CRED Fields (autogenerated fields, and then adjust the values).
Second, I just tried again to create an Inscription (using the page AAA in order to click on the INSCRIPTION BUTTON of the desired product and this is still not working. I have also tried to add wpcf- to the field name in the generic field and this is not working.
OK, but this is not what I mentioned and observe.
I mentioned that I submit this form on a simple page and that I see the fields (the generic Fields) in the database.
They are saved.
What obviously will not be saved is the generic post title field since it conflicts with the native post - I assume this will be having no value or not even be saved - here I suggest to use the Title Field as CRED generates it.
For all fields that are created in Types, please use the autogenerated SHortCodes from CRED, not generic field fields.
For all generic Fields, you do not need to add any prefix, as doing so will not automatically make them saving or showing in the WP Admin.
But, if persist is set to true, the generic fields are saved against the post ID created, in the database.
Can you confirm this on the site, when you submit the form on a single page?
This works fine on the very duplicator, locally.
The main question remains, that these generic fields do not seem required to create the post with the information you need.
You can autogenerate the form and populate the value as you wish of those new shortcodes.
This will then make sure the data is saved where it should.