• Resolved heavylogic

    (@heavylogic)


    Hey. My users gonna upload personal data. So I don’t want it to be uploaded on my server at all, I just want it to be attached to email. Is there a way to do that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support bitpresssupport

    (@bitpresssupport)

    Yes, it’s possible, without saving it in the database, it can be sent in your email.
    In order to do this please follow those instructions

    -> Go to the form setting and enable this option “Disable entry storing in WordPress database.”
    After that, your form submission will not save in the database anymore.
    Then you have to set up conditional logic for receiving responses via email.
    -> First, create an email template.
    -> Then add a conditional logic like this one
    Action Run When: create/edit ->
    Action Effect: on form submit ->
    Action Behaviour: always
    Action: Check email notification
    To -> select/add your email receiver
    attachment-> select form: Select the “File Upload” field from the form.

    Now you’re good to go.

    Furthermore, if you have questions, feel free to post on our Facebook community or message in our live support chat head.

    Thank you

    Thread Starter heavylogic

    (@heavylogic)

    Thanks. That is not what I wanted though. I wanted to disable only file uploads, not database data storage with it.

    Plugin Support bitpresssupport

    (@bitpresssupport)

    Hello heavylogic (@heavylogic),
    Right now, it is not possible with Bit Form. But we have put it in our future plan.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable file upload’ is closed to new replies.