[Resuelto] Saving data in cred generic field for email notification
This support ticket is created hace 4 años, 12 meses. 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.
Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.
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.