Recent searches


No recent searches

Kay Hasbargen's Avatar

Kay Hasbargen

Joined Apr 16, 2021

·

Last activity Jan 17, 2024

Following

0

Followers

0

Total activity

11

Votes

4

Subscriptions

5

ACTIVITY OVERVIEW

Latest activity by Kay Hasbargen

Kay Hasbargen commented,

Community comment Feedback - Help Center (Guide)

I have the same question :-)

View comment · Posted Jan 17, 2024 · Kay Hasbargen

0

Followers

0

Votes

0

Comments


Kay Hasbargen commented,

Community comment Q&A - Help center and community

We tried to hide some forms from the dropdown as well. It worked in general by using this code Karen posted.

$('#request_issue_type_select option[value="360000512152"]').remove();
$('.nesty-panel').on('DOMNodeInserted', function(e){
    $(this).children('ul').children().remove('#360000512152');
});

Our goal is to use the hidden form anyway for customers with a link. But we get following message after submitting something through the hidden form.

Has anyone been able to get around this already? Thank you in advance!

View comment · Posted Dec 22, 2020 · Kay Hasbargen

0

Followers

0

Votes

0

Comments