How to use the send email block
You can add mailer blocks inside your forms to trigger mailings to yourself or your respondents. And even use form data inside those emails.
When to use
The send email block enables you to send emails from within your forms. You can use them for 'simple' notifications and confirmations, but mailer blocks are completely flexible, in terms of who receives them, what's the content and when they are sent.
When is the mail sent?
Keep in mind the email only gets sent at the moment the respondent has passed the mailer block while filling out the form. So if you place the mailer block inside a certain branch, the email block only gets triggered when a respondent enters that specific branch. Your respondent doesn't see when a mailer block gets triggered.
It's also good to know the email only gets sent after completion of the form. So it's not sent immediately when someone passes a mailer block, but only at the end of the form.
How to use
The hidden field block is available as a question type. Add a new block to your form and then select the question type Send email
. You can add it in any given position and in an unlimited amount inside your forms.

Determine recipient address
You can email yourself, or the respondent (if you know the email address of the respondent):
- Select
Fixed recipient address
- You will use this setting to mail to the same person each time a form is completed. For example to get notified when someone completes the form. Just enter an email address you'd like to receive the mail on; - Select from
Available email addresses
- You can also email to an email address that your respondent enters inside your form. To use this feature, please provide a question block that can contain an email address. In Tripetto this can be a block with question type 'Email address', or a 'Hidden field' block. Make sure this block is entered before the mailer block.
After you've set up a block that contains the email address, you can select this particular block inside the mailer block as a recipient. The form will now use the given email address as the recipient address.
Determine email message
Next step you can enter the email message:
- Enter
Subject
- The subject line of the email; - Enter
Message
- The actual content of the email message.
Use form data in your email

If you want to include a copy of all given answers, you can activate the feature Form data
(see below).
If you only want to use certain given answers from each entry inside your mails you can use piping logic. These piping values are available in both the subject and the message of an email. In that way you can for example address your recipient personally in the salutation of the email if you asked for the name in your form.
To do so, you can use piping values by typing the @
sign and then select the desired question you want to show the answer of. More information can be found in this article about piping logic.
Settings
The following advanced settings are available for the mailer block:
-
Sender address
You can enter a
Sender address
that will be used as a reply-to address in your email message (all mails will always be sent by no-reply@tripetto.com).Useful for example when you send an email from within the form to the respondent and the respondent wants to reply to that email. The reply message will then be addressed to the sender address you entered.
To do so enable the
Sender
feature and then select the sender address:- Select
Fixed sender address
- You will use this setting to set a sender address that's the same for every mail sent. For example the support email address of your company so respondents can mail the support department afterwards; - Select from
Available email addresses
- You can also email on behalf of an email address that your respondent enters inside your form. To use this feature, please provide a question block that can contain an email address. In Tripetto this can be a block with question type 'Email address', or a 'Hidden field' block. Make sure this block is entered before the mailer block.
After you've set up a block that contains the email address, you can select this particular block inside the mailer block as a sender address. The form will now use the given email address as the sender address (reply-to).
- Select
-
Form data
You can choose to
Append all form data
to the message. This will append all exportable data in the dataset of the form to the message. Useful, for example, if you want to send a copy of the form data to the respondent.

Exportability
Unlike other question blocks the data of the mailer block (recipient address, subject, message and optionally sender address) doesn't get saved to the dataset of the form entries by default.
If you wish to include any of this mailer data in your dataset, you can overrule the default setting by enabling the Exportability
feature and activate the desired include option(s):
Include recipient address in the dataset
;Include subject in the dataset
;Include message in the dataset
;Include sender address in the dataset
(only available when the sender address is enabled).

Logic
Logic is important to make your forms smart and conversational. The send email block can work with the following branch conditions to help you with that:
Block conditions
- Mail will be send;
- No mail will be send.
Evaluate conditions
Evaluate conditions can work separately for the following elements of the send email block: Recipient
, Subject
and Message
:
- Text matches
your filter
; - Text does not match
your filter
; - Text contains
your filter
; - Text does not contain
your filter
; - Text starts with
your filter
; - Text ends with
your filter
; - Text is specified;
- Text is not specified.
Filters
When we mention your filter(s)
above, there are some different filters that you can use to make the right comparison:
- Text - Compare with a fixed text that you enter;
- Value - Compare with another block value entered in the form by a respondent (more info).
Also read our blog
We also wrote a blog post with some more background information, use cases and working examples of mailer blocks.