• Resolved guilamu

    (@guilamu)


    Hello,

    First, let me thank you a bazillion times for this incredible plugin.

    Next, I would like to ask you if you could add the “Date of modification” information to the available fields.

    Thank you so much,

    Bests,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Doeke Norg

    (@doekenorg)

    Hi @guilamu,

    Glad you like the plugin so much. Let me amaze you once more ??

    add_filter('gform_export_fields', function ($form) {
        $form['fields'][] = ['id' => 'date_updated', 'label' => __('Updated', 'gravityforms')];
        return $form;
    });

    The problem is not that we don’t want to export it; it’s that gravity forms itself does not export this value by default. So, just add this to your functions.php to add the field to the export, give it a nice label; and Robert is your parents brother.

    (You can even drag it to the required position in the export.)

    Let me know if this helps.

    Thread Starter guilamu

    (@guilamu)

    Thanks again, it works like a charm!

    Bests,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Feature request: Date of modification’ is closed to new replies.