Suggestions for the Flipbook widget

¡Guau, nos alegra mucho saber que nuestra aplicación cumple con las expectativas! Muchas gracias por tus comentarios increíbles :heart:

En cuanto a tus sugerencias:

  1. La idea de ver el archivo solo con la contraseña es realmente genial. He agregado esta idea a la lista de deseos en tu nombre: See the file with the password only

  2. Puedes ocultar los botones Descargar e Imprimir agregando este código al campo CSS personalizado en la pestaña Diseño:

.toolbar .dropup.widSettings li:nth-child(4),
.toolbar .dropup.widSettings li:nth-child(5) {
display: none !important;
}

También tenemos una idea para agregar estas opciones a la configuración. Siéntete libre de votar aquí - Select if we want users to preview but not download


Wow, we are so pleased to hear that our app meets the expectations! Thanks a ton for your amazing feedback :heart:

As for your suggestions:

  1. The idea to see the file with the password only is truly great. I’ve added this idea to the Wishlist on your behalf - See the file with the password only

  2. You can hide the Download and Print buttons by adding this code to the Custom CSS field on the Design tab:

.toolbar .dropup.widSettings li:nth-child(4),
.toolbar .dropup.widSettings li:nth-child(5) {
  display: none !important;
}

We also have an idea to add these options to the settings. Feel free to vote on it here - Select if we want users to preview but not download