Pass input variable data to email composer

I’m trying to build a simple app that takes input data from a single page and passes it to the cordova email composer. For example,user inputs a piece of data on the input page, when the send button is pressed on the input page and the email composer is called (using the ios native email) I want to pass that data to the body section of the email. I’m not clear how to code this… can anyone assist?