Version: 4.3.0, by bananalive
Developer Last Online: Nov 2023
Category: New Posting Features -
Version: 4.0.x
Rating:
Released: 01-27-2010
Last Update: 10-04-2011
Installs: 1410
DB Changes Uses Plugins Auto-Templates
Additional Files Translations
No support by the author.
Easily create forms with no HTML or PHP knowledge. Questions can be made compulsory and are checked before the form is submitted. Forms can be previewed. (You can create multiple forms)
Screenshots
There are two posts full of screenshots of this modification
Upload the contents of upload folder to forum root (Allow Overwrite "YES" for overwrite) clientscript\easyforms.css -> \clientscript\
clientscript\easyforms.js -> \clientscript\
I have a form setup to submit a new thread that attaches a xls spreadsheet. The forum is hidden however I setup the required users to be able to post as well as post attachments to it.
They fill the form out and when they click manage attachment it gives them a permission error. Admins can do it but not anyone else.
Its really odd, the other forms post fine to hidden forums so it has to be something to do with the attachments. Ive enabled them everywhere I can think to do so.
One question: it's possible shows only Form results poll and to hide Form results and form results table?
I'm using this beatiful Mod like photo contest system voting....and the users don't must see who has voted but only the final votes.
Sorry for my bad english
Thanks
Antonio
Using the Quiz mode:
Some correct answers are being outputted as incorrect because the Correct Answer field character max length needs increasing for my purposes. The correct answer is cut off after 60 characters.
How can I increase the maximum characters allowed in the Correct Answer field please?
Using the Quiz mode:
Some correct answers are being outputted as incorrect because the Correct Answer field character max length needs increasing for my purposes. The correct answer is cut off after 60 characters.
How can I increase the maximum characters allowed in the Correct Answer field please?
I have a form setup to submit a new thread that attaches a xls spreadsheet. The forum is hidden however I setup the required users to be able to post as well as post attachments to it.
They fill the form out and when they click manage attachment it gives them a permission error. Admins can do it but not anyone else.
Its really odd, the other forms post fine to hidden forums so it has to be something to do with the attachments. Ive enabled them everywhere I can think to do so.
Am I missing a setting somewhere?
Enable Attachments for the other non-admins usergroups for that forum. It should display the attachments even without forum viewing permission.
One question: it's possible shows only Form results poll and to hide Form results and form results table?
I'm using this beatiful Mod like photo contest system voting....and the users don't must see who has voted but only the final votes.
Sorry for my bad english
Thanks
Antonio
There is not an option to disable form results table.
Edit Plugin: Easy Forms Part 3
Find line
PHP Code:
if ($_REQUEST['do'] == 'formresults_table')
Replace with
PHP Code:
if ($_REQUEST['do'] == 'formresults_table' && $disable)
Using the Quiz mode:
Some correct answers are being outputted as incorrect because the Correct Answer field character max length needs increasing for my purposes. The correct answer is cut off after 60 characters.
How can I increase the maximum characters allowed in the Correct Answer field please?
Please can someone tell me how I could phrase a form hook for the following:
I intend to have 22 identical drop-down fields with 22 answers. I need to validate this before submission to ensure that each answer is selected only once. I.E. each answer will be selected once. Apologies but my PHP knowledge is not good, any help would be appreciated.