Ability to hide the attachment button

Your widget now has the option to attach files, but there is no way to remove this option if it is not needed.

Hi there and welcome to the Community, @user37258 :waving_hand:

Thanks a lot for the feedback!

I agree that it would be helpful to add this option right to the configurator. We’ll try to consider this opportunity, especially if this idea gets more votes.

As for now, you can hide the Attachments button with this code added to the Custom CSS field on the Settings tab of your widget’s settings:

.es-interaction-field-attach-button {
  display:none;
}