Title: Email notification script
Last modified: August 20, 2016

---

# Email notification script

 *  [jaximus](https://wordpress.org/support/users/jaximus/)
 * (@jaximus)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/email-notification-script/)
 * Hello, im editing one multisite running under wordpress.
    I found this in profile
   page template:
 *     ```
       h2>Notification</h2>
                   <fieldset class="checkboxes">
                       <div>
                           <input id="form-news" type="checkbox" name="notify_news" <?php echo get_the_author_meta('notify_news', $current_user->id)? 'checked="checked"' : null ?>>
                           <label for="form-news">New post</label>
                       </div>
   
                       <div>
                           <input id="form-poll" type="checkbox" name="notify_poll" <?php echo get_the_author_meta('notify_poll', $current_user->id)? 'checked="checked"' : null ?>>
                           <label for="form-poll">New poll</label>
                       </div>
   
                       <div>
                           <input id="form-comment" type="checkbox" name="notify_comment" <?php echo get_the_author_meta('notify_comment', $current_user->id)? 'checked="checked"' : null ?>>
                           <label for="form-comment">New comment in discusion</label>
                       </div>
                   </fieldset>
       ```
   
 * Problem is, that it doesnt work :/. Do i need to set something in wrodpress or
   add something in this script?
 * Thanks for help.
    EDIT: i translated slovak words in script to english.

 The topic ‘Email notification script’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [jaximus](https://wordpress.org/support/users/jaximus/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/email-notification-script/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
