Title: time4learning's Replies | WordPress.org

---

# time4learning

  [  ](https://wordpress.org/support/users/time4learning/)

 *   [Profile](https://wordpress.org/support/users/time4learning/)
 *   [Topics Started](https://wordpress.org/support/users/time4learning/topics/)
 *   [Replies Created](https://wordpress.org/support/users/time4learning/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/time4learning/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/time4learning/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/time4learning/engagements/)
 *   [Favorites](https://wordpress.org/support/users/time4learning/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] Problems with checkbox when trying to register](https://wordpress.org/support/topic/problems-with-checkbox-when-trying-to-register/)
 *  Thread Starter [time4learning](https://wordpress.org/support/users/time4learning/)
 * (@time4learning)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/problems-with-checkbox-when-trying-to-register/#post-16810153)
 * Hello,
 * The plug in that we are using is Tutor LMS PRO by Thenum, it generates our page
   for registartion,
   hance the registration form is automatically created by thenum.
   I can add the checkbox forautomatical supscritpion to the emails, from the menu
   of mailpoet ( Settings -> ‘Subscribe in registration form’ checkbox ),however
   when I add it and users try to register, a fatal error appears, and users are
   not registarted nor subscribed.Is there a way,  that I can add custom code in
   a Code Snippets plug in?I have added an additional checkbox for the privacy policy
   with this code :function extracheckbox() { ?>    <div class=”tutor-form-row”>
   <div class=”tutor-form-col-12″><div class=”tacbox”>  <input id=”checkbox” type
   =”checkbox” required/>  <label for=”checkbox”> Съгласявам се с  <a href=”[https://eacademiabg.com/%d0%bf%d0%be%d0%bb%d0%b8%d1%82%d0%b8%d0%ba%d0%b0-%d0%b7%d0%b0-%d0%bf%d0%be%d0%b2%d0%b5%d1%80%d0%b8%d1%82%d0%b5%d0%bb%d0%bd%d0%be%d1%81%d1%82/](https://eacademiabg.com/%d0%bf%d0%be%d0%bb%d0%b8%d1%82%d0%b8%d0%ba%d0%b0-%d0%b7%d0%b0-%d0%bf%d0%be%d0%b2%d0%b5%d1%80%d0%b8%d1%82%d0%b5%d0%bb%d0%bd%d0%be%d1%81%d1%82/)“
   >Правила и условия</a>.</label></div>
 * </div>
   </div><?php }add_action( ‘tutor_student_reg_form_end’, ‘extracheckbox’,
   999 );

Viewing 1 replies (of 1 total)