Manual new ticket creation not working + change the "+ New" button back

Hi Jake,

If you decide to hide this button, you can do it like this:

  1. Open the browser console (F12 or right click → Inspect). While on the Inspector tab, click on the button, then you will see what this HTML element is and copy data-automationid:

  1. Add this CSS code to List section in CSS editor of your form:

button[data-automationid="ManageFormCommand"] {
display: none;
}

Best regards,
Aleksandra
Plumsail team