Viewing 1 replies (of 1 total)
  • Plugin Author YOP

    (@yourownprogrammer)

    Hi Aamna,

    Please edit the template you used for your poll and in the JavaScript section add

    jQuery(document).ready(function( e ) {
    
    jQuery( "#yop-poll-answer-%POLL-ID%-11" ).change(function() {
    jQuery("#yop-poll-custom-%POLL-ID%").remove();
    });
    });

    Next, edit yop_poll_model.php and comment these lines:

    $this->error = __( 'Custom fields are missing!', 'yop_poll' );
    return false;

    Please note that when you update to a new version the code in yop_poll_model.php will be overwritten.

    Let us know if you need more help.

    Best wishes,

    YOP Team

Viewing 1 replies (of 1 total)
  • The topic ‘Email option’ is closed to new replies.