Support

Account

Home Forums General Issues get_field() — noob problems with Brizy Reply To: get_field() — noob problems with Brizy

  • Hi @teegee

    If the placeholder can have a class, then perhaps look to use jQuery:

    $(".class").show();  
    $(".class").hide();