Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthormatty1404
    • CommentTimeJan 9th 2008
     
    We are a hospital and have to follow hippa rules. When email is sent does it go to your server and would it be encrypted when it sends to us?
    • CommentAuthorcedsav
    • CommentTimeJan 9th 2008
     
    The email goes through our server and is NOT encrypted. However, you don't have to include the sensitive data in the email. You can instead just include a link and read the submitted data securely on our site.

    You might also want to consider the on-site version of our application, which you can run on your own server and database.
    More info here: http://onsite.formassembly.com
    • CommentAuthormatty1404
    • CommentTimeJan 10th 2008
     
    So is the info that is sent to you very secure from the point the user enters in the data and when it hits your server?
    • CommentAuthorcedsav
    • CommentTimeJan 15th 2008
     
    For the record (this was also answered by email), when checking the 'Use SSL' box in the form "display & processing" configuration tab, the data submitted with the form is transmitted encrypted, using the SSL protocol (the standard for encrypted transmissions over the internet).
  1.  
    Regarding the statement: "However, you don't have to include the sensitive data in the email. You can instead just include a link and read the submitted data securely on our site."

    I'm sorry if I missed that but how can you link the users of your form to their submitted data?
    • CommentAuthorcedsav
    • CommentTimeJan 31st 2008
     
    That would be the %%RESPONSE_URL%% alias. Note that authentication is required to see the response.