Did you get the solution on this..?
Thanks @juanbp, You saved my day. I had same problem. Thanks for this helpful post.
Hi
I also want to show this in pop-up. Anyone can help me in this issue?
Thanks
Hi,
I have changed below code in simplr_form_functions.php and comment that code and its working now. But this is not permanent solution. Please provide me best solution for my issue.
if (!wp_verify_nonce($_POST['simplr_nonce'], 'simplr_nonce') ) { die('Security check'); }
TO
//if (!wp_verify_nonce($_POST['simplr_nonce'], 'simplr_nonce') ) { die('Security check'); }
Thanks