Per-form customization

Every form has three customization settings. They are configured once from the dashboard — they are not part of the form HTML.

Where to find them

Open your form in the dashboard, Settings tab. Inside "Form details" you will find these fields:

SettingWhat it controls
Subject templateThe subject line of the notification email for each submission. Supports the {{form_name}} variable to include the form name.
Sender nameThe sender name you see in your inbox when the notification arrives.
Redirect URL (optional)Where the visitor is redirected after submitting the form. Only applies to native form submissions with Accept: text/html — see the API reference.

Why are these not hidden form fields, unlike other tools?

Other similar tools let you pass the subject, sender name, or redirect as hidden fields inside every HTML form. Farvane instead stores them as form settings in the dashboard. This is a deliberate design decision: they are configured once per form instead of being repeated in every integration, and changing the notification subject doesn't require touching or redeploying the HTML that is already live on the customer's site. The trade-off is that the change isn't instant from the form itself — you need to open the dashboard — but that is exactly what avoids redeploying the customer's site just to change a piece of text.

Next step: create your account and set up the email configuration for your first form.