Hello @julioersolorzano,
Thank you for contacting us.
Just to let you know, are you creating the hidden field with the help of any other plugin or just adding the hidden fields. Our plugin will capture all the fields that are been submitted and store to the database. You will also be able to see the fields added to the database.
If in some case, you are not able to see the fields, kindly check the “Display Settings” for the form in the back office. If the field is been disabled then enable to view in the listing and save the settings.
Regards,
Vsourz
Thanks Vsourz, let me explain myself better:
I’m adding into body mail the special mail tag [_serial_number] like this:
Your ID: [_serial_number]
This is working just fine (I’m getting an email confirmation with an incremental number for each submission). Nevertheless, what I need is to include that [serial_number] value into Advanced Contact form 7 database.
I tried with dynamic hidden plugin but is not working… Is there any possible solution for this?
Hello @julioersolorzano,
Our plugin store the data before the data is been sent to the email and according to your clarification, the incremental field is been working on the before email sent, so in this case your incremental field value is not been detected by our plugin as it is been saved before the mail function fired.
We have the filter before saving the data to the database, hope this helps you.
apply_filters(‘vsz_cf7_posted_data’, $contact_form->posted_data);
You, need to try this on your own and check if this works.
Regards,
Vsourz