I'm using Liferay 7 CE. Following the Liferay steps to create a new form field type using Liferay IDE (New Liferay Module Project - Gradle - Project Template Name: form-field), I need to create a new field type to upload a file (with this saving in Documents and Media) and send it in an email. In this case, the input file is necessary to create a form "Work with us" with upload curriculum file, with sending and saving it, in addition to basilar available fields (Name, Message, ..).
I don't find some examples or similar projects to this, and in the latest release of Liferay (GA6), there isn't this field type yet. How do I do to make it?
This is the link to the guide: https://dev.liferay.com/develop/tutorials/-/knowledge_base/7-0/creating-form-field-types
Thank you