How to Load json form in html & after user submission data display in json raw form?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zubairdev7
    New Member
    • Jun 2020
    • 1

    How to Load json form in html & after user submission data display in json raw form?

    I hv this code link below:

    https://github.com/iamevenstronger/quiz

    In this case after user submission the count all user answer and display correct answer, i want to display data like this in end:

    {"name":"tes t name","check":" yes","select":" angularjs","mes sage":"Message text","email":" abc@gmail.com", "password":"ABC "}

    What changes i should made in index.js to display the required result?
  • dev7060
    Recognized Expert Contributor
    • Mar 2017
    • 655

    #2
    How about using DOM and generating JSON using stringify?

    Comment

    Working...