Skip to content
Snippets Groups Projects
Commit fe4b5077 authored by Peter Rotich's avatar Peter Rotich
Browse files

filter: Send Mail Filter Action

Require subject and message go send mail filter action
parent b753be48
No related branches found
No related tags found
No related merge requests found
......@@ -541,12 +541,14 @@ class FA_SendEmail extends TriggerAction {
}
)),
'subject' => new TextboxField(array(
'required' => true,
'configuration' => array(
'size' => 80,
'placeholder' => __('Subject')
),
)),
'message' => new TextareaField(array(
'required' => true,
'configuration' => array(
'placeholder' => __('Message'),
'html' => true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment