Title: Multiple idea forms
Last modified: May 31, 2022

---

# Multiple idea forms

 *  Resolved [MagineM](https://wordpress.org/support/users/maginem/)
 * (@maginem)
 * [4 years ago](https://wordpress.org/support/topic/multiple-idea-forms/)
 * Hi,
    Can one have multiple Idea Forms with different designs?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Northern Beaches Websites](https://wordpress.org/support/users/northernbeacheswebsites/)
 * (@northernbeacheswebsites)
 * [4 years ago](https://wordpress.org/support/topic/multiple-idea-forms/#post-15697291)
 * Hi [@maginem](https://wordpress.org/support/users/maginem/),
 * Thanks for your enquiry.
 * It depends what you mean by designs. Like aesthetic design or changing the field
   arrangement, i.e. what fields are shown or the ability to add new fields.
 * So firstly, the pro version enables you to have multiple forms with different
   fields and you can assign those forms to different boards. Please check out the
   pro version here: [https://northernbeacheswebsites.com.au/ideapush-pro/](https://northernbeacheswebsites.com.au/ideapush-pro/)
   and check out feature 11.
 * However if you are just talking about aesthetic design, this can be changed with
   CSS, but it depends on the extent of changes you want to make. So for example
   if your board ID was: 91 you could make just that board’s form have a red background
   with this CSS:
 *     ```
       .ideapush-container[data="91"] .ideapush-form-inner {
           background: red;
       }
       ```
   
 * So if you just prefix your CSS with .ideapush-container[data=”91″] replacing 
   91 with your board ID number you can then apply CSS to that specific form.
 * I hope that helps. Thanks,

Viewing 1 replies (of 1 total)

The topic ‘Multiple idea forms’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Northern Beaches Websites](https://wordpress.org/support/users/northernbeacheswebsites/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/multiple-idea-forms/#post-15697291)
 * Status: resolved