• Resolved Deon

    (@deon-b)


    Hello,

    Besides the: “YES, I ACCEPT YOUR?PRIVACY POLICY” box, I would like to add 2 more boxes to tick. How can I add those?

    And how can I remove the title part from the form?

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author SpeakOut!

    (@123host)

    Multiple check boxes are a feature only available in the Pro version available at https://SpeakOut.123host.net.au

    To remove the title from the form you can use CSS to hide the section. In your additional CSS add the following

    .dk-speakout-petition-wrap h3 {
    display: none;
    }

    Thread Starter Deon

    (@deon-b)

    Thank you,

    one more thing, how can I put the signature count/tracker at the top of the widget? Above everything else, above first name field?

    In this order:

    Signature count
    Name fields
    Sign button
    Share buttons

    Plugin Author SpeakOut!

    (@123host)

    You can hide the signature count in the widget:dashboardSpeakOut!settingsDisplay signature count

    Then above the widget you can use the shortcode [signaturecount id="x"] where x is the petition ID

    Thread Starter Deon

    (@deon-b)

    I tried this, but that only shows the number of signatures, not the progress bar,

    I would like to see the progress bar at the top with the signature count.

    How can I do that?

    Plugin Author SpeakOut!

    (@123host)

    ah, sorry for the misunderstanding, no that can’t be done.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add 2 more boxes to tick’ is closed to new replies.