• Resolved ryankn

    (@ryankn)


    Is it possible to have the “date created” field (inzenddatum) in the Excel export? Just like in the regular Gravity submissions export?

    Kind regards,
    Ryan

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

    (@doekenorg)

    Sure. This is a setting on the form. You can activate which fields you want to export, and in what order by dragging and dropping (don’t forget to hit save).

    There is even a special field transformer for this, so you can separate this dat into a date and time field.

    But if you don’t have it, you probably don’t have it activated. Also checkout your default settings page. Maybe this field is disabled by default?

    Thread Starter ryankn

    (@ryankn)

    Hi Doeke,
    Thanks for your quick response. That’s the weird thing, in the Gravity Forms Excel field settings there is no “date created” field to drag and drop (the other fields are). I can select ‘date created’ however when exporting the regular way from native Gravity forms import/export.
    I can’t find a setting about this in the default settings.

    Kind regards,
    Ryan

    Plugin Author Doeke Norg

    (@doekenorg)

    Hi Ryan,

    I’ll look into it. This shouldn’t happen. Maybe I screwed something up in a previous version. oh I hope not! Do you have the other meta fields available in your drag and drop column?

    NL: Ik ga het even uitzoeken, want dit hoort niet te gebeuren. Zijn de andere meta -velden wel beschikbaar? Want die kunnen aan/uit gezet worden in diezelfde settings pagina. (gebruiker, url, etc). Als je die uit hebt staan kun je ze ook niet tonen namelijk. Nog iets op naar te kijken.

    Je hoort van me als ik wat weet.

    Thread Starter ryankn

    (@ryankn)

    Hi Doeke,
    I don’t think the other meta fields are available, unless i’m seeing something ‘over het hoofd’:
    https://snag.gy/gbAcG3.jpg (field settings)
    https://snag.gy/Sh9uMB.jpg (general settings)

    Thanks!

    Plugin Author Doeke Norg

    (@doekenorg)

    Hi Ryan,

    I think something else is interfering. Maybe another plugin that disables these fields. Because I use native GF functions to retrieve these fields. So there is a hook available that can render these fields null before then.

    Try deactivating some of these plugins if you have any.

    Only other thing I can think of that u use the gfexcel_output_meta_info hook with a __return_false to deactivate those fields. But I think thats a small change.

    Thread Starter ryankn

    (@ryankn)

    Hi Doeke,
    I seem to have found the culprit with help of your tips. It seems I still had “add_filter(“gfexcel_output_meta_info”,”__return_false”);” (from an older version) in my functions.php. When I removed this, everything was displayed again.

    Thanks for the help!

    Plugin Author Doeke Norg

    (@doekenorg)

    Awesome! Glad it worked out, and the plugin isn’t busted 😀

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Date created field’ is closed to new replies.