Viewing 1 replies (of 1 total)
  • Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @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/ 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.