• Resolved johndoe01

    (@johndoe01)


    Greetings.

    I have an issue.

    Setting Fee per category i can set specific prices for specific forms and there fore assign them to specific categories, but i have a problem:

    Since Automatiaclly the categories and subcategories are shown as in tree:

    View post on imgur.com

    But if i do Entries by myself looks like this (marking -> for sub)

    View post on imgur.com

    Since i have a couple of Datasources on Functions, set in other question, is possible that i can replicate the structure on a custom data source (Set in functions)?

    Thanks in advance

Viewing 1 replies (of 1 total)
  • Thread Starter johndoe01

    (@johndoe01)

    Again i resulted solving it on my own and i had the answer In front!

    function testlist( ) {
        return array(
    array("value"=>"1","text"=>"Level 0", "depth" => 0,),
    array("value"=>"1","text"=>"Level 1", "depth" => 1,),
        );
    }

    View post on imgur.com

Viewing 1 replies (of 1 total)
  • The topic ‘Specific Categories for Specific Forms’ is closed to new replies.