Hello,
I’m looking for a plugin with which you can:
* Raffle a product.
* For participants to pay the cost of the raffle.
* That the draw always have a winner.
* Let there be transparency in the raffle.
* That winner a day and randomly chosen.
* In short, everything that might bring a raffle of a product.
Sincerely,
Caesar
Hi Carlos!
I noticed a bug. I have used Sweepstakes to do several draws very successfully.
Today in a new draw I added a new field. I noticed that registered users get registered without seeing that new field.
Here’s the php:
I need to tweak the php to make every registration show the new fields regardless of whether or not the person registering is new or returning. I’ve run several sweepstakes and all worked out well with WordPress 3.5.1. This time I had to add another field. My new registrants see the field but old registrants do not. How can I tweak the php?
Here’s the code:
/**
* show promo register process
*
* @package Swepstakes
* @since 0.1
*
**/
function sw_promo_process() {
global $post;
if ( !$post ) return;
// check if contest is finished
//if (sw_check_finished()) return;
// process forms
if (is_user_logged_in()) {
sw_promo_logged_form();
} else {
sw_promo_form();
}
}
How can I change it to show all the fields for everybody, new and registered visitors?
Thanks!
]]>When anyone other than admins of the page try to register, they receive this error:
Warning: Invalid argument supplied for foreach() in xxxxxxx plugins/sweepstakes/sweepstakes.php on line 1298
I removed the data of the website. This seems to be line 1298:
foreach ($form[‘fields’] as $field => $name)
sw_validate_field($field);
if (sw_has_errors()) break;
]]>Is there a fix for this? I published a promo with Sweepstakes software plugin. The url comes up as a 404 page not found.
Please let me know if there is a fix for this.
]]>I installed the plugin, created a promo and published it in my menue, but the page cannot be found.
I’m using WP 3.4.2. Is there any help with this?
]]>Hi
This plugin doesn’t work in WP 3.4.1…
Anybody knows why ?
Thank you.
Jo?o
]]>