I think your form is defaulting to send the emails from your email field.
If you specify emailFrom
in your formit call - this should override the default behaviour:
[[!FormIt?
...
&emailFrom=`[email protected]`
...
]]
I think your form is defaulting to send the emails from your email field.
If you specify emailFrom
in your formit call - this should override the default behaviour:
[[!FormIt?
...
&emailFrom=`[email protected]`
...
]]