Building an app based on jotform

  • corketss
    Asked on September 15, 2019 at 10:14 AM

    Hi 


    I’m just wondering if you have an advice sheet for someone hoping to use your forms, as the backbone of an app. Specifically, if you have a jotform, and you want to have it available, as a particular function on an app, and for the relevant data collected, to be visible by different customers, without seeing each other’s data. 

    I’m trying to avoid having to make (potentially) hundreds of the same form..

    Thanks

    Colm

  • Mike
    Replied on September 15, 2019 at 11:49 AM

    I am afraid we do not have any specific feature/option designed for this purpose.

    In theory, this might be possible to generate some unique value for each user in the app, then pass it to the form using the URL parameter. So, each submission will be associated with a particular user.

    Later, you may get the submission data using our API and filter it based on the unique values. Then, you will need to implement a solution to display the data (our API outputs data in JSON format) to the user.