Hiding close buttons on surveys

The display property provides a way to hide certain elements on the survey. Best practices suggests to hide only those elements that are not necessary for customers to see.

To hide the close button, edit the CSS file as follows:

#liveForm .btn.cancel-btn, #liveForm .form-close-btn {
     display: none !important;
}