We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 42524
    • 12 Posts
    I had the same issue with the new MIGX 2.5.6.

    You saved me a lot of searching and cursing (it's the first time i tried to use this feature). I'm now using the same setup, only downgraded MGIX to 2.4.2.

    I hope it gets fixed.

    Quote from: Hori76 at Aug 01, 2013, 01:27 PM
    After a long search, downgrading modx, downgrading TinyMCE, downgrading MIGX, it finally works, it definitely doesn't work with the latest MIGX Version!

    My setup at the moment: Modx 2.2.8, TinyMCE 4.3.3 and MIGX 2.4.2

    I'm not that eager to downgrade or upgrade packages when my sites are live, so any suggestions? Did anyone get this to work with all the latest packages?
      • 37377
      • 64 Posts
      I got it working with Migx 2.5.6 and MODX 2.2.9-pl. What does your error log say?
      This is my code:
      [{
          "formname":"OneCell"
          ,"formtabs": [{
              "caption":"Indeling"
              ,"fields": [{
                  "field":"fake"
                  ,"inputTVtype":"hidden"
              },{
                  "field":"cell_2_content"
                  ,"caption":"Content"
                  ,"inputTVtype":"hidden"
              },{
                  "field":"cell_3_content"
                  ,"caption":"Content"
                  ,"inputTVtype":"hidden"
              }]
          },{
              "caption":"kolom #1"
              ,"fields": [{
                  "field":"cell_1_content"
                  ,"caption":"Content"
                  ,"inputTVtype":"richtext"
              }]
          }]
      },{
          "formname":"TwoCells"
          ,"formtabs":[{
              "caption":"Indeling"
              ,"fields": [{
                  "field":"fake"
                  ,"inputTVtype":"hidden"
              },{
                  "field":"cell_3_content"
                  ,"caption":"Content"
                  ,"inputTVtype":"hidden"
              }]
          },{
              "caption":"kolom #1"
              ,"fields":[{
                  "field":"cell_1_content"
                  ,"caption":"Content"
                  ,"inputTVtype":"richtext"
              }]
          },{
              "caption":"kolom #2"
              ,"fields":[{
                  "field":"cell_2_content"
                  ,"caption":"Content"
                  ,"inputTVtype":"richtext"
              }]
          }]
      },{
          "formname":"ThreeCells"
          ,"formtabs":[{
              "caption":"Indeling"
              ,"fields": [{
                  "field":"fake"
                  ,"inputTVtype":"hidden"
              }]
          },{
              "caption":"kolom #1"
              ,"fields": [{
                  "field":"cell_1_content"
                  ,"caption":"Content"
                  ,"inputTVtype":"richtext"
              }]
          },{
              "caption":"kolom #2"
              ,"fields":[{
                  "field":"cell_2_content"
                  ,"caption":"Content"
                  ,"inputTVtype":"richtext"
              }]
          },{
              "caption":"kolom #3"
              ,"fields":[{
                  "field":"cell_3_content"
                  ,"caption":"Content"
                  ,"inputTVtype":"richtext"
              }]
          }]
      }]