Our features site is undergoing a refresh! Be sure to explore the revamped site and discover our latest product roadmap launching here on Monday, March 18th.

Add help block for multiple recipients to "Forward to Email Address" feature

Cédric Barthe shared this idea 4 years ago
Open Discussion

As a cPanel user, I would like to see a tooltip added in the forwarders interface informing users that they can use a comma separator to set multiple recipients to help make it more clear how this can be utilized.

===============

As I searched for a few minutes before I found that solution, I suggest to add help block under the "Forward to Email Address" field to inform that we can set multiple recipents by using a comma.


Here is an example :

PRPfH1S

Snippet :


<div class="col-xs-offset-1 col-xs-11 col-sm-6 col-md-6 col-lg-6">
    <span id="fwdemail_clickmask">
        <input name="fwdemail" id="fwdemail" type="text" class="form-control">
    </span>
    <div class="row">
        <div class="col-md-12">
            <span class="help-block">
                 To set multpiple recipients, use comma separated email adresses.
            </span>
        </div>
    </div>
</div>

Leave a Comment
 
Attach a file