Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Damon 217 posts 287 karma points
    May 18, 2018 @ 12:56
    Damon
    0

    Does Contour use database to store form fields and Forms use .json files?

    Hi,

    does the old Contour use the database to store the form fields and the new Forms use the .json files? Does Forms also use the database for the fields?

    If this is the case why switch from the database to .json files?

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    May 18, 2018 @ 13:58
    Ismail Mayat
    0

    Damon,

    The older version had form definitions and data in db. With umbraco forms the submitted form data is still in the db, however the form definition is now written out to a json file.

    I am guessing form definition is still also present somewhere in the db.

    Regards

    Ismail

  • Damon 217 posts 287 karma points
    May 18, 2018 @ 15:13
    Damon
    0

    Thanks,

    do you know what the reason is for the .json files?

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    May 18, 2018 @ 16:31
    Ismail Mayat
    0

    Being able to deploy forms to different environments. So we have from created on dev instance that form was created locally the json generated is checked in. We then deploy to staging instance and form is automagically re created on staging.

    Regards

    Ismail

Please Sign in or register to post replies

Write your reply to:

Draft