The latest version is not in the WordPress plugin list. That still has the Version 2.0.3 witch makes a fatal error. Version 2.0.4 works perfectly.
]]>Hi,
I really like this plugin and does exactly what it need to do for our contes we want to run. But after installing the plugin and making a page with the shortcode the submit button won’t work. So i looked in the console what happened and i get an Ajax 500 error after clicking the submit button. The error can be seen here: https://ibb.co/V3DRqvQ
I Use the latest wordpress version and PHP 7.4 on my server. How can i fix this?
Kind Regards
]]>hi team,
is it possible to show email or name of the contestant who was the winner of that particular code when that code is used again.
Thanks
]]>Hi team, Ist there any way possible to increase the number of times code used before it expires or marked as ‘has been used’ ? like right now it is set to 1 and after the code is used once it is marked as has been used. i want to set it to 4 or 5
]]>How to stop saving the invalid code column, it can save only the right code that is sucess
ex https://prnt.sc/zc2dx5
Hi, is it possible to make the first name, last name and email fields mandatory on submit? At the moment it is possible to submit the form without these fields filled-out and the form then proceeds to check the contest code.
Thankyou.
]]>When uninstalling, the plugin will delete “post” entries and not just “codes”. A client had to pull his backup two times as he didn’t know what was happening.
We’ve checked the code and it seems to be a misnamed variable. This is affecting the latest version (1.1.8).
File: uninstall.php
Lines: 17-19.
On line 17, an array ($ccc_post_types) is being created with the post_types to delete, however, when in the foreach loop, you’re trying to call $post_type thus resulting in a null value. This makes wordpress use the default value for the post_type field which is “post”, thus deleting posts instead of the “codes”.
As a suggestion, the post_type supports arrays thus there is no need to use a foreach to target each post_type. A simple solution would be:
$ccc_post_types = array("ccc_codes", "ccc_contestants");
$posts = get_posts( array( 'post_type' => $ccc_post_types, 'post_status' => 'any', 'numberposts' => -1, 'fields' => 'ids' ) );
if ( $posts ) {
foreach ( $posts as $p ) {
wp_delete_post( $p, true);
}
}
Thanks.
]]>Hello,
Is it possible to have a contest entry for every $50 spent in woocommerce store?
]]>Hello,
We are thinking of buying your plugin. I’ve been playing around with the free version and it all seems very nice.
There are a few options we want te add to the form on our website.
– Is it possible to show the “Prize code” field as first input-type in the form?
– Can we add an checkbox to the form, one for accepting the form conditions and one for if the user want to subscribe for the newsletter?
Hope to hear from you soon.
Cheers!
Paul Olsman
Hi there,
I would like to use this plugin with Contact Form 7, with Conditional Fields.
Basically, I want to collect survey data before they “enter’ the competition. Where this plugin will come in is to simply check the validity of the inputted code. It would be nice, but am sure it will require development, if once the code was verified I could display the rest of the form. Then, once the customer fills it out and hits submit, it will submit the code with the form data.
You can see in the link here what I am trying to achieve.
https://www.growthmedia.co.nz/egg-hunt/
Let me know if you need more information and whether this is possible.
Thank you
Could we use any word on the custom fields, custom fields titles and button text?
We want to translate custom fields titles and button text to other language.
]]>Is it possible to add a “subscribe to newsletter” checkbox that is connected with MailChimp?
If not, can I add the checkbox without MailChimp connection in the Pro version?
]]>After installation and setting.
The page where i put the code in, tells me contest is not running.
It dosen′t matter wich time i set for start or end for the contest.
Greetings,
Alex
Do u have any version with captha code?
]]>Hello, How can I turn off verification for a code already in use. I want it to be checked several times.
]]>Is it possible to redirect the user to a new page if/when a contest code is verified / upon success? Thank you!
]]>Hi. is it possible to add more form fields to the form? We want to be able to capture more data. I have also tried to test the plugin, but it is not catching the codes that I have already submitted before. Do you know why? Thank you.
]]>One more question, Is it possible to translate the form-fields?
]]>Hi, default notification sender for email is WordPress. Is that adjustable to costumers name?
]]>Hi,
I just installed your wordpress plugin Contest Code Checker but when I am activating it the below error is occurring:
Plugin could not be activated because it triggered a fatal error.
Fatal error: Can’t use method return value in write context in /home/******/public_html/wp-content/plugins/contest-code-checker/admin/class-contest-code-checker-admin.php on line 487
Can you kindly assist us on this please?
Thank you.
]]>