
Ifra Saqlain
-
Total activity1002
-
Last activity
-
Member since
-
Following0 users
-
Followed by20 users
-
Votes26
-
Subscriptions262
Activity overview
Latest activity by Ifra Saqlain-
Ifra Saqlain commented,
Hi Anton, I'm too late I know, For section page: {{#if section.articles}} <ul class="article-list"> {{#each section.articles}} {{#isnt id 13018266721940}} ...
-
Ifra Saqlain commented,
Hi Nicole, I tried to get the solution of your query but I think it's not possible by my side. Thanks
-
Ifra Saqlain commented,
Hi Anton :), show articles based on geolocation is tricky, you can do one thing; create a special category and create your special articles in it; you can apply user segment for these articles or t...
-
Ifra Saqlain commented,
Hey Breanne Brock, It is possible using APIs. Happy to help :)
-
Ifra Saqlain commented,
Hi Oxana, as you can see this query has Answered tag so this has been solved in 15 Sep 2021. Maybe some changes have happened so this document is no longer available here You need to add {{descri...
-
Ifra Saqlain commented,
Hi Dave Potts, This is the solution: https://support.zendesk.com/hc/en-us/community/posts/4409515169946-Requiring-a-ticket-attachment-if-a-particular-dropdown-option-is-selected and also, I'm sha...
-
Ifra Saqlain commented,
Hey Paul, actually I didn't try but I'll and get back to you with the solution :) for you.
-
Ifra Saqlain commented,
So you can try this snippet instead of form ID: if($("#new_request a.nesty-input").is(':contains("MY Form Name")')){ console.log("yes!");}else{ console.log("no!")} I simply tested it by console m...
-
Ifra Saqlain commented,
Hi Paul, you can try the above solution, use form-tag instead of form-id as Jahn Bronilla did. He hides their forms from non-authenticated users. You can do like this- if (HelpCenter.user.role=="an...
-
Ifra Saqlain commented,
Paul, remove the old snippet which I have provided to you before and add this new, here forms are hiding from end_users (non-authenticated users ) only on homepage and dropdown on new-request-page....