• Resolved Suraj Lulla

    (@srjlulla)


    Whenever a logged-in person submits their idea from frontend, it automatically removes all the other ideas (after form submit).

    How can I change this behavior?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @srjlulla,

    It does not remove the ideas, the plugin merely changes the filters of the board to show the users idea as oppose to all ideas. We do this to signal the user that their idea is now on the board. Before we added this feature we had lots of complaints from end users saying their idea is not on the board, when it was, but it was just buried down the bottom. So when a user creates an idea, if they want to see all the ideas again they just need to change the filter. We don’t provide a setting to change this behaviour, it needs to be done via javascript. Thanks,

    Thread Starter Suraj Lulla

    (@srjlulla)

    Figured it out.

    If someone is facing the same issue, inc/js/frontendscript.js

    userID should not be passed as a parameter:

    commonReOrderAndReRenderingOfIdeas(userID);
    reRenderHeader(userID);

    It can be

    commonReOrderAndReRenderingOfIdeas('');
    reRenderHeader('');
    • This reply was modified 4 years, 5 months ago by Suraj Lulla.
    Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @srjlulla,

    Thanks for sharing that for others ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ideas disappear on submit’ is closed to new replies.