Send the mailing of an online questionnaireVersion without programmingStep 1: prepare the template for the questionnaire form. Step 2: we create the files (one per mailing recipient) Step 3: prepare an email with the recipient 'Form' and the URL field positioned at 'To the online form' Step 4: select the files, then press the 'Send' button of the email. The advantage compared to the usual systems, is that the recipient receives an email with a link that brings him in a single click on the page of his form to be completed, and that it can be pre-filled. By programHere is the frame of a program which prepares a new mail which will be added just under the current form ('new_msg' instruction), then browse all the lines of a report whose identifier is 'a / b / c' ( 'report' instruction), and for each line, create a record by copying the 'x / y / z' type record ('new_form' instruction), which will be placed in a stack itself under the current form. var Str fid := form_id |