Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nick 97 posts 514 karma points
    Jun 05, 2024 @ 16:51
    Nick
    0

    Umbraco Forms: Overide Recipient Email within Send Email Workflow

    Hi,

    Currently using Umbraco Forms on my Umbraco 11 Cloud instance, have set up a workflow so the form is submitted to the selected recipent email here

    enter image description here

    My question is there a way to overide this value within the actual form docutype so the CMS user can input a different recipient email if needed?

    The forms content is essentially an application form for different job vacancies, any help from this great community whould be much appreciated.

    Thanks

  • Kevin Meilander 82 posts 408 karma points c-trib
    Jun 06, 2024 @ 03:05
    Kevin Meilander
    100

    You can use “magic strings” in the form workflow to pull in content from all sorts of places.

    You could make a property on your doctype called “formEmail” and in the form workflow add “{formEmail}” so assuming that form is in the page, the email pulls from the page content.

    For everything you can do see:

    https://docs.umbraco.com/umbraco-forms/developer/magic-strings

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies