• Hi there, may I send the content of a form to different emails conditioned by a multi selected field? I try to explain myself better, I would like to forward the contents of the fields of a form to different receivers in relation to one or more selected fields.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Johannes

    (@baymarketingco)

    I’m looking for this exact function. Did you find a solution?

    Hey there.
    You can do that by using a select field and giving an email address as the value of each choice, separated by a pipe character. Each new choice|value has to be added on a new line
    It would be like :
    Contact|[email protected]
    Quote|[email protected]
    Random|[email protected]

    Then depending on what choice your user selects, the email will be sent to the associated email address.

    I hope that helps

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Send the content of a form to different emails conditioned by a field’ is closed to new replies.