Option to not hide alert message
-
Hello,
As a relatively new user, I love the SendInBlue plugin. I love how integrated I can have our wordpress website and SendInBlue. The plugin’s ability to create forms and easily embed them in our WP site is a great addition, as it adds a professional look-and-feel to our signup process compared to an external page.
Anyway, I have one issue with the subscription forms that could be easily addressed, I think.
The alert messages (success, failure, already registered, etc) don’t stay visible for a long enough period of time. If a user misses the message, they will have no idea what happened. I traced the disappearance to the following line of code in
mailin-front.js
:jQuery(".sib-alert-message").delay(2000).hide('slow');
I would really love it if we had an option to either a) modify the delay to a configurable amount, or b) turn off the delay completely, or c) some combination of both.
Can you please take this feature request under consideration? It would make for an even happier SendInBlue user!
Thanks,
Dan
- The topic ‘Option to not hide alert message’ is closed to new replies.