// Enter name of mandatory fields
var fieldRequired = Array("q1","q2","q3","q4","q5");
// Enter field description to appear in the dialog box
var fieldDescription = Array("Question 1", "Question 2","Question 3","Question 4","Question 5");
// dialog message
var alertMsg = "S.v.p. complétez les champs suivants :\n";

