Appearance
Control Panel
Settings
Here you can save the common settings.
Logging
Enable logging
Save submission
Option that will save the submissions
Empty attachments dir
Clear the attachment dir. If enabled we only send the attachement per email, but it will not be saved in the submission in the DB.
Attachments dir
Set the dir where we save the attachements. Normally the default is fine.
Default From
Set a default from, when no from
is set in the form tag.
Honeypot
Honeypot field to prevent spam bots from submitting the form. This field is hidden from users but visible to bots. If filled out, the submission will be dropped.
reCAPTCHA
Enable reCAPTCHA. You can choose either for V2 or V3.
Submissions
Submissions are saved by default. Here you can manage and explorer them.
Forms
Forms added directly in your code can also be saved and managed in the control panel. This feature simplifies the process of editing forms once your site is live.
For example, when your code is version-controlled in Git, deploying minor changes to a form template can become unnecessarily complex. By saving your forms in the control panel, you can make quick edits directly from the interface without touching the codebase.
To display a saved form in your templates, you can use the following tag: {exp:reinos_email_form:get_form name='your_form_name'}
This approach offers both flexibility during development and convenience for ongoing maintenance.