• Hi, I need to attach the post id register on a hidden field so the user gets an email with that ID value (once he has clicked on submit). I tried with [_post_id] and [_serial_number] tags and didn’t work.

    Besides, is there any way to display (View form screen) and download (CSV) that value (post id), as it ocurrs with submit_ip and submit_time?

    I will appreciate any help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Vsourz Digital

    (@vsourz1td)

    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

    Thread Starter julioersolorzano

    (@julioersolorzano)

    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?

    Plugin Author Vsourz Digital

    (@vsourz1td)

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Retrieve post id’ is closed to new replies.