Viewing 1 replies (of 1 total)
  • Hi Subash,

    Yes, It is possible. Please use the shortcode [wsdesk_support display=check_request] on your support page. The existing request tickets table will still be available on the main support page, by default. Hence to hide this, you can add the following CSS code:
    //CSS to hide existing existing tickets
    <style>
    .support_option_choose{
    display:none;
    }
    </style>

    Please check our documentation for more details Documentation

Viewing 1 replies (of 1 total)
  • The topic ‘Showing Tickets n a page with Button clicking’ is closed to new replies.