Hi Jake,
If you decide to hide this button, you can do it like this:
- 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
:
- Add this CSS code to List section in CSS editor of your form:
button[data-automationid="ManageFormCommand"] {
display: none;
}
Best regards,
Aleksandra
Plumsail team