• Resolved politicske

    (@politicske)


    Hi. I have two questions:
    1. Any plans to make the plugin more accessibility-ready? I saw my contact page flagged by online accessibility checkers for a few things.
    {i) http://prntscr.com/pbhtv4
    {2} http://prntscr.com/pbhucd
    {3} http://prntscr.com/pbhuo3
    {4} Using a screen reader simulator from chrome store, it reads out the send email button as “button”, not “send-email-button” or the like, so the user cannot recognize if it is a send email button or not.
    2. How do I integrate a third party checkbox for a MailChimp plugin just before the send button (it is just a small piece of HTML? Right now I had to edit the CSS (using – margin top) which is not user and accessibility friendly. The checkbox is by MailChimp for WordPress plugin

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi,

    1) We’ll get that fixed up in the next update ( should be next week ).

    2) Can you send over the URL to the website, seeing it will help me understand what’s needed.

    Thread Starter politicske

    (@politicske)

    Here is the url https://epicqs.com/wp/contact/. I want to display this markup just above the send button

    <p>
    	<label>
    		<input type="checkbox" name="mc4wp-subscribe" value="1" />
    		Subscribe to our newsletter.	</label>
    </p>
    
    Thread Starter politicske

    (@politicske)

    deleted

    Plugin Author WPKube

    (@wpkube)

    We’ll add an option that allows adding custom HTML code before the submit button. The update will be released this week.

    Thread Starter politicske

    (@politicske)

    Thanks a lot. Can’t wait for the update and good work with the plugin. I am also using some CSS you gave me to reorder the GDPR box and the submit button for the GDPR box to show above the submit button. Hope the same shall be applied to the custom HTML class.

    Thread Starter politicske

    (@politicske)

    1. Hi. Is this update still on course?
    2. In this code .scf-website3dhhsy3{display: none;}, I read somewhere that some bots ignore or bypass display: none;. Would opacity:0 work instead?

    Plugin Author WPKube

    (@wpkube)

    Hi,

    1) Releasing it today.

    2) opacity:0 makes it invisible but it still takes up space on the page. Bots usually don’t analyze CSS, just the HTML. But if you are using the colors questions then it should be enough to stop the bots, no need for the honeypot. Has the spam situation changed perhaps, did you start receiving spam?

    Thread Starter politicske

    (@politicske)

    1. Cool. Thanks
    2. It’s been a while since I received spam. It was just a question I was asking.

    Plugin Author WPKube

    (@wpkube)

    Hi,

    It’s released.

    One note, you can’t use the HTML input element since the values are run through wp_kses_post for security/sanitization.

    You can use this shortcode which outputs the input:

    [simple_contact_form_input type="checkbox" name="mc4wp-subscribe" value="1"]

    Works for other input types as well.

    Thread Starter politicske

    (@politicske)

    Hi. I tried the code above but it only shows the tick box with no accompanying text. It is blank after the box.

    Thread Starter politicske

    (@politicske)

    Added text after the code. Resolved.

    Plugin Author WPKube

    (@wpkube)

    Happy to hear it’s sorted out.

    Yeah, the shortcode mentioned is just for the checkbox.

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Two questions’ is closed to new replies.