You must be logged in to see replies to this topic. Click here to login or register
Home › Forums › Plugins › WordPress Lucky Wheel › Redirect to page , using shortcode is not workiing
Hi,
We are using a shortcode to display the popup. Once the spin is completed and the user wins, we redirect them to a specific page.
The redirect function works correctly when using the spin as a popup, but it does not work when using the shortcode.
I checked the AJAX request in the console, and it is returning the following response:
{
“allow_spin”: “yes”,
“stop_position”: 11,
“result_notification”: “Congratulations! You have won a Prize. Code was sent to arunk4868@gmail.com. Please check your inbox. Thank you!”,
“result”: “win”,
“url_redirect_after_spin”: “https://spinzawin.com/all-deals”
}
Despite receiving the correct response, the redirection still does not happen.
Additionally, there are no errors in the console.
Could you please help troubleshoot this issue?
Thank you!
You must be logged in to see replies to this topic. Click here to login or register