Custom Subject
Overview
You can customize the subject line of your notification emails. There are two ways to set up the email subject: with a pre-defined subject or a user-generated subject.
Pre-defined Subject
To use a pre-defined subject line, add a hidden input field with the name "subject" and the desired subject line as the value.
Example Code for Pre-defined Subject
User-Generated Subject
To allow the user to specify the subject line, use a text input field with the name "subject".
Example Code for User-Generated Subject
Full Example with Both Options
Pre-defined Subject
User-Generated Subject
Ensure the "name" attribute is set to "subject" to properly configure the email subject line in the notification emails.
Last updated