• Resolved klbw

    (@klbw)


    Hey! Really like the plugin, super easy to use! But looks like I can only export the submission from Administrator account. When I’m logged in as Editor and try to export to .csv it takes me to a blank page saying “You are not allowed to access this page”. Is this something I can somehow change in the settings?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter klbw

    (@klbw)

    I found out that this is sadly limited to the Administrator only – but changing one line in class-submissions.php file in the plugin folder helps.

    Is: if (!current_user_can(‘administrator’))
    Should be: (!current_user_can(‘edit_posts’))

    Still, this would be overwritten with the next update, so it would be great to find a way to give the Editor a full access to the ER Forms functionality simply using the plugin settings!

    Plugin Author easyregistrationforms

    (@easyregistrationforms)

    Hello @klbw

    The export feature is developed in such a way only that only the Administrator can export the data. This is done, keeping the data security in consideration.

    We have noted your requirements and forwarded them to our upper management to review for possible inclusion in one of our future releases.

    Let us know if you have any other questions.
    You can also drop us an email on erformswp@gmail.com for queries further.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Submissions export by Editor not working’ is closed to new replies.