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.
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>
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.
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.
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?
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.
Hi. I tried the code above but it only shows the tick box with no accompanying text. It is blank after the box.
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.