Help or example on posting form
-
Hello,
I would appreciate some assistance on determining the best way to post a questionnaire via email. I am sending confidential information and want to ensure it is done securely.
Please feel free to check out the link to the questionnaire.
http://www.alidorgan.com/#/nutritionQuestionnaire
I have disabled the submit until I can get this sorted.
I would appreciate any help, thanks.
duinneacha
-
@duinneacha for posting a questionnaire via email, you would need a backend script depending on the server environment you use. Either it is NodeJS, PHP, .Net, etc., there are examples of how to do that in particular.
For example,
for NodeJs you can use this example: https://www.w3schools.com/nodejs/nodejs_email.asp
for PHP - https://swiftmailer.symfony.com/
for .Net - https://blog.elmah.io/how-to-send-emails-from-csharp-net-the-definitive-tutorial/
and so on.So, the first thing is to understand, which environment you use and to start from there.
Hope that helps.
-
@ilia This helps, thank you very much.