How do i solve this?

  • ertugrulungor
    Asked on September 17, 2016 at 5:54 AM

    How do i solve this? Image 1 Screenshot 20

  • liyam
    Replied on September 17, 2016 at 6:52 AM

    Hello ertugrulungor,

    Have you tried checking the API documentation? If not yet, you may refer to this link: http://api.jotform.com/docs/#user 

    As per the sample code in the documentation: 

    JF.getUser(function(response){
    /** successful response including user information . */
    document.write(response.username);
    });