• Resolved phplatypus

    (@phplatypus)


    Hello,

    Great plugin! I love the simplicity of the database table, this helped me a lot importing old guest book entries from somewhere else myself.

    However, is there any way to customize the forms further? I’d even love to add several different forms, but for now I have two guestbooks on the page; I want the location on one to be shown and on one to not be shown/asked for. Maybe I can hook into the plugin somehow and change the arguments?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Hi, If you don’t want it visible in the form in one page, you can add CSS for that.
    For example, when the page ID is 152, you can add:

    body.page-id-152 div.gwolle_gb_author_origin {
        display: none;
    }

    CSS can easily be added with a plugin like Simple Custom CSS.
    Make sure you do not make the location mandatory, else this will break :).

    For display… If the field is not filled in, it won’t be shown either.

    Thread Starter phplatypus

    (@phplatypus)

    Awesome, this is simple and works. I customized it even further and just put the shortcode into a div, so I don’t have to work with page ids and can just move the complete div without the need to touch the CSS.
    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Form customization’ is closed to new replies.