كيف يمكن إرسال استبيان للعملاء بالإيميل وتلقي نتيجة الاستبيان؟

Viewed 0
1 Answers

You can send a questionnaire to customers by defining a notification like this:

  • Use {$renderQuestionsForMailEmbedded} in the notification template - this leads to an email with the questionnaire form embedded directly in it.
  • If you need a different URL, you can use {appurl()} in the template.
  • You can also define the HTML content of the email manually.
  • You can get a standalone link to the questionnaire using {$questionsURL}.

Here is a short tutorial video: How to send a questionnaire via an Email


Originally posted at https://answers.namasoft.com/question/598/ on 2019-01-01.