Allow User to Submit Feedback/Bugs/etc

In my application, I have a settings menu with two options…

  1. Submit Feedback
  2. Submit Bug

I wanna be able to create a sort of form that you’d just hit submit and it’d send a feedback email to me. Obviously this could just be done simply through an email form submission… but I was wondering if there was a possibility to open up the native email application of choosing on their phone? Or perhaps a specialized plugin via Cordova to do this? Or even perhaps some other tool I should look into integrating into my application.

Thanks!

there is the social sharing plugin https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin, where you can open email composer and prefill stuff.

Or you can search for email composer plugin

ohhh nice, flexibility :slight_smile: thanks!