Posted by Nick
2015-07-20

Hi,
Thank you for the great script! Could you please tell me how to add an extra field (textarea) to the form? I added into the file tpl.front.inc.php my field (textarea), but after this this field didn't added in the $_REQUEST, and I can't get it in the file CPoll.inc.php... Perhaps this parameter is lost in the processing stage JS?

I would be very grateful to you for the quick response)
Posted by Tom
2015-07-20

Hi, any parameters are passed by Ajax calls, so you need to modify the Ajax call if you want to pass extra parameters. The ajax calls are made in the javascript file, web/app.code/tclass.js.inc.php.