Title: Specific Categories for Specific Forms
Last modified: August 15, 2020

---

# Specific Categories for Specific Forms

 *  Resolved [johndoe01](https://wordpress.org/support/users/johndoe01/)
 * (@johndoe01)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/specific-categories-for-specific-forms/)
 * 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](https://imgur.com/NOMUzCN)
 * But if i do Entries by myself looks like this (marking -> for sub)
 * > [View post on imgur.com](https://imgur.com/aMjkHSJ)
 * 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](https://wordpress.org/support/users/johndoe01/)
 * (@johndoe01)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/specific-categories-for-specific-forms/#post-13261915)
 * 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](https://imgur.com/ENC84F1)

Viewing 1 replies (of 1 total)

The topic ‘Specific Categories for Specific Forms’ is closed to new replies.

 * ![](https://ps.w.org/wpadverts/assets/icon-256x256.png?rev=2423472)
 * [WPAdverts - Classifieds Plugin](https://wordpress.org/plugins/wpadverts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpadverts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpadverts/)
 * [Active Topics](https://wordpress.org/support/plugin/wpadverts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpadverts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpadverts/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [johndoe01](https://wordpress.org/support/users/johndoe01/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/specific-categories-for-specific-forms/#post-13261915)
 * Status: resolved