You can choose to forward submissions from your CloudCannon forms to your email address by using the email Inbox target.
To create an email target:
At this point, you should receive a validation link at that email address. Once you click that link, the target will be validated and begin receiving form submission emails.
Use these fields to customize the email CloudCannon sends through the form. The fields can be hidden or visible, depending on your requirements.
_replyto
— the value used for the Reply-To header in the email. Use this to ensure clients reply to the visitor rather than a default CloudCannon address.
<label>
Your Email Address
<input type="text" name="_replyto">
</label>
_subject
— the subject of the email.
<select name="_subject">
<option>General Enquiry</option>
<option>Quote Request</option>
<option>Support</option>
</select>