Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter momecko

    (@momecko)

    hey,
    Is no one able to help me? Or is it that hard to do that it would be a ton of work? would be great if someone could answer. thanks
    bye

    Plugin Author Rinat

    (@rinatkhaziev)

    This is a bit out of the scope of the plugin. You can hide the form with css

    #ugc-media-form { display: none;}

    And then display it with jQuery when “Agree” button is clicked.

    $('#agree').click( function( e ) {
      e.preventDefault();
      $('#ugc-media-form').show();
    });

    Let me know if this makes sense

    Thanks, Rinat. This plugin solves so much for me. Where should we place the jQuery code?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘License Agreement’ is closed to new replies.