POST Submission data to custom thank you page: Page is written in C#

  • DuraiPrabakaran
    Asked on March 8, 2018 at 8:30 AM

    Hi,

    Can you please on reading the data on post using C#

  • aubreybourke
    Replied on March 8, 2018 at 9:30 AM

    When you send the POST request to your custom site, the submission data can be read by accessing the request parameters. Your site can be written in Java, C#, etc. It doesn't matter. You just need to process the request.

    Please try this guide:

    How-to-Post-Submission-Data-to-Thank-You-Page

    That will give you the parameter names. You can then point your thank you page to your site. And process the POST request there.



  • DuraiPrabakaran
    Replied on March 9, 2018 at 12:43 AM
    Hi,
    Do you have any sample code to read data using C#.
    ...
  • Victoria_K
    Replied on March 9, 2018 at 6:52 AM

    Unfortunately, I am not familiar with C# to provide such examples. 

    But I can suggest you to look through our API docs, which might be of help with that. 

    http://api.jotform.com/docs/#libraries


    Meanwhile, I'll check with my team members if we have anyone with C# knowledge who can help you.