Integration with registered users in WordPress

  • carlosfarnesi
    Asked on August 7, 2018 at 3:18 PM

    Hello, how are you? See if you can help me with this project?


    This is a simple WordPress page where only registered users can access (LOGIN and PASSWORD).


    After the users connect, they will have access to this page where in the end there will be interaction with the JFORM forms. (Quiz and Simple Forms)


    In this part, the form of yours can capture the name of the user who is filling out the form?

    There is some kind of integration where the report shows the name of the user that participated (without having to ask the name of the participant after login and login).


    I was able to explain the project? HELP !!! :)

  • Richie JotForm Support
    Replied on August 7, 2018 at 3:31 PM

    I'm not sure I understood your question correctly. Do you want to show a report in your wordpress?

    You can create reports of your submissions.

    Here is a guide:https://www.jotform.com/help/326-How-to-Create-Form-Reports-in-JotForm

    Please give it a try and let us know if this meets your requirements.

    Thank you.


  • carlosfarnesi
    Replied on August 7, 2018 at 3:39 PM

    It's almost that, but no.


    I need in the answers of the form the username of the logged in wordpress to come in the reports.


    it's possible?



    Usage connects in Wordpress, the form responds.


    I get the form with the answers and I know who was responsible for the answers on behalf of the user name.

  • roneet
    Replied on August 7, 2018 at 3:48 PM

    I am trying out your query. Will update you in some time. 

  • roneet
    Replied on August 7, 2018 at 4:04 PM

    Sorry, that is not possible. As WordPress will encrypt the username while redirecting the user to the form, so the form cannot extract the Username from URL parameters.

    Although you can create a PHP script and use the full source code of the form and manually edit it to fetch the username, it will work.

    Hope this helps!