how to get wp_editor to save data in plugin admin page

I used the $input[‘user_custom_text’];

all I needed was $_POST[‘user_custom_text’];

also to get the media to work need wordpress Sanitize:

<?php wp_kses_post( $data ); ?>

http://codex.wordpress.org/Function_Reference/wp_kses_post