save short-code in my custom plugin settings problem missed something

just need to use text area instead of input in your settings page:

        <p>Enter your email shortcode
        </p> <textarea type="text" name="email_ShortCode_text" > <?php echo stripslashes(get_option('email_ShortCode_text')); ?>" </textarea>

        <hr />