Vor Kurzem aufgerufene Suchen
Keine vor kurzem aufgerufene Suchen

Brandon
Beigetreten 29. Juli 2022
·
Letzte Aktivität 29. Dez. 2023
Folge ich
0
Follower
0
Gesamtaktivitäten
12
Stimmen
0
Abonnements
6
AKTIVITÄTSÜBERSICHT
BADGES
BEITRÄGE
POSTS
COMMUNITY-KOMMENTARE
BEITRAGSKOMMENTARE
AKTIVITÄTSÜBERSICHT
Neueste Aktivität von Brandon
Brandon hat einen Post erstellt
Gepostet 01. Mai 2023 · Brandon
0
Follower
5
Stimmen
3
Kommentare
Brandon hat einen Kommentar hinterlassen
Hey guys.
If we're on the subject of proactive tickets, how can I remove the header stating "This ticket was created on your behalf"?
Kommentar anzeigen · Gepostet 05. Dez. 2022 · Brandon
0
Follower
0
Stimmen
0
Kommentare
Brandon hat einen Kommentar hinterlassen
I would also like a solution for this.
Multiple brands with the option to choose prefixes for tickets.
Kommentar anzeigen · Gepostet 07. Aug. 2022 · Brandon
0
Follower
1
Stimme
0
Kommentare
Brandon hat einen Kommentar hinterlassen
Well, that simply creates a blank "Submit a Ticket" page.
This is after I'm integrated:
$(document).ready(function() {
$(".request_ticket_form_id").hide();
});
Kommentar anzeigen · Gepostet 02. Aug. 2022 · Brandon
0
Follower
0
Stimmen
0
Kommentare
Brandon hat einen Kommentar hinterlassen
Hey.
Nope.
So it did work, but I would love to remove the drop-down box in GENERAL.
Is there a possibility to remove the drop-down in general?
So, that "Submit a request" -> Specific Form
Kommentar anzeigen · Gepostet 01. Aug. 2022 · Brandon
0
Follower
0
Stimmen
0
Kommentare
Brandon hat einen Kommentar hinterlassen
Hey guys.
So, I'm really in need of your help.
I'm also trying to eliminate the ability to choose between forms, and I can't seem to place things correctly.
Used this:
document.addEventListener("DOMContentLoaded", function() {
// Remove the forms from the drop-down selector
document.querySelector('.nesty-panel').addEventListener('DOMNodeInserted', function(event) {
event.target.querySelector('li[id="your_form_id"]').remove();
//repeat above line for any other forms
});
});
And this:
if ($("#request_issue_type_select").val() == "ticketformIDhere) {
$(".request_ticket_form_id").hide();
};
All under script.js, but still I can choose between them.
HELP!
Kommentar anzeigen · Gepostet 01. Aug. 2022 · Brandon
0
Follower
0
Stimmen
0
Kommentare