We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 48345
    • 2 Posts
    Hi, eveyone.
    Sorry for my bad English)))

    I have tv, which have migx type with this markup inside:
    [{"caption":"Салон", "fields": [
        {"field":"kids","caption":"Kids?","inputTVtype":"checkbox","inputOptionValues":"Yes==Yes"},
        {"field":"name","caption":"Name"},
        {"field":"adress","caption":"Adress"},
        {"field":"phone","caption":"Phone"},
        {"field":"slider","caption":"Slider image","inputTV":"contactSliderforMigx"}
      ]
    }]
    

    And contactSliderforMigx tv have this markup:
    [{"caption":"Image", "fields": [ 
    {"field":"image","caption":"Image","inputTV":"migxImage","sourceFrom":"migx"}
    ]
    }]

    At front i output this data like two nested calling of getImageList,and tv migxImage have custom media source with custom file path.
    And when i have second nested call of getImageList with image output, url of images doenst have right url.There is a file path like "/myImage.png", but i need a path like "mymediasourcepath/myImage.png"