• Resolved nandorsky

    (@nandorsky)


    Hello,

    Is it possible to change an entry title name, it’s not very specific and hard to find when you have lots of entries ? If not, it is possible to insert it as a reference no in the notifications ?

    Also, would be great if we were able to export the data as an Excel or be able to resend it to an email account.

    Thanks.

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

    (@fabianlindfors)

    Hi!

    There is a hook you could use to change the entry name on creation. It’s not in the documentation yet but can be found in the file core/core-entries.php on line 72. The action is af/form/entry_created and it’s triggered after an entry has been created. I’m aware that entry titles are not very descriptive and it would be nice to change that, do you have any suggestions on what the entry title could include?

    Regarding including the entry ID in notifications that unfortunately isn’t supported right now although it would be a great feature. I will add it to an upcoming release!

    Export is also on my list of things to add. Until then you might find some success with a separate export plugin such WP All Export. Entries are simply custom post types with regular ACF fields so any export plugin that supports ACF should work.

    Hope this helps!

    Plugin Author fabianlindfors

    (@fabianlindfors)

    Hello again!

    I just added the ability to insert entry ID in notifications/success messages. The feature is available if you pull the plugin from Github. Hope this works for your use case!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Entries Title and Export/Notifications’ is closed to new replies.