Comment Box

Ok, here goes nothing First off, how many questions would you allow the participants to post? You can create some variables equal to the number of questions you would allow, and call them something like:- question1- question2- etc. etc.Then you create a button that has the action to modify variable with the contents of field "text1". Now you got your questions stored.After storage, make sure the participants reach the end of the course. At the end of your course have a big textfield open with the contents of question1 + question2 + etc. etc. ....There you can use the button "submit my questions". After pressing it will hide itself and tries to email the contents of the big textfield as a long string. Make sure that you have a way of seperating the questions as they will be transmitted as a single string.No clue if this will work all the way to the end, but it should get you somewhere.


Alternative idea might be to use Lectora's build in Form. Create textboxes and then use a button with the action "Submit form" to make sure the form is send away. Should work I'd say... You will however face the fact that the user will have to submit all by itself.


Second alternative would be to use a button with attached javascript to post something on a new email. I haven't got the talent for javascript so I can't assist you in this way, but perhaps someone else can?Just a series of thoughts.

Discussions have been disabled for this post