Update Version 1.3 - Form to Poll feature added
I've added the ability to create a
simple poll from the form.
In the new
form.php, edit these variables -
//ENABLE POLL TO BE CREATED - 1 = yes, 0 = no
$formpoll = "1";
$formoption1 = "Yes";
$formoption2 = "No";
You can rename the 2 poll options.
I've made it default that the poll is created with 2 options, but with some code changes you can customize this obviously.
I've got it with
2 options because I use my form as a
moderation application form, and the
poll is automatically created in our staff forums so that staff can vote.
Enjoy!