Copied to clipboard

Flag this post as spam?

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


  • Amir Khan 1282 posts 2739 karma points
    Sep 17, 2014 @ 16:37
    Amir Khan
    0

    Only send email, do not store record

    Hi,

    Is it possible to just send an email in a contour workflow and to not save the form data in the Umbraco back office?

    Thanks,
    Amir

  • Kevin Lawrence 183 posts 350 karma points
    Sep 18, 2014 @ 09:57
    Kevin Lawrence
    0

    Hi Amir

    The only way I've found to achieve this is to remove the form record after sending the email (using RecordStorage), so this could be a separate workflow operation.  Contour persists forms at every step, although there is a StoreRecordsLocally field in the UFForms table which I'm sure Tim could elaborate on.

    Kev

  • Amir Khan 1282 posts 2739 karma points
    Sep 22, 2014 @ 20:40
    Amir Khan
    0

    Hi Kevin, are you aware of any examples of how to remove the record? I'm not having much luck finding docs on this.

    Thanks,
    Amir

  • Kevin Lawrence 183 posts 350 karma points
    Sep 22, 2014 @ 21:48
    Kevin Lawrence
    0

    You can use the RecordStorage class, or maybe the RecordService class.

    Kev

Please Sign in or register to post replies

Write your reply to:

Draft