[Résolu] Saving data in cred generic field for email notification
This support ticket is created Il y a 4 années et 12 mois. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Aucun de nos assistants n'est disponible aujourd'hui sur le forum Jeu d'outils. Veuillez créer un ticket, et nous nous le traiterons dès notre prochaine connexion. Merci de votre compréhension.
Les langues: Anglais (English )Espagnol (Español )
Fuseau horaire: Europe/London (GMT+00:00)
I can't see the specifics of your set up, so let me make a couple of observations.
First: if you have a field in the form that you want to save so that it can later be displayed you should probably go ahead and create and assign such a custom field with Types, rather than using generic fields with "persist": 1.
Second: Types custom fields use a wpcf- prefix for the post meta key, whereas if you add a generic field with "persist":1 it will get saved with the slug of the field as the post meta key, without such a prefix.
If you believe that the generic field is not getting saved, you should verify this in the only place that you can tell for sure, i.e. in the database. Check the wp_postmeta table corresponding to the post in question, and confirm which custom fields have been saved.