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\
The BBCode format of forms with section headers is a little mucked up.
Sample:
Quote:
Annual Report Form.
Year
2011
Annual Report Title
69
Unit
22
Program Mission Statement.
23
Section 1: Program SummaryProgram Summary
25
Section II: Annual UpdateAnnual Update
27
Section III: Implications of Course-Program Alignment MatrixImplications of Course-Program Alignment Matrix
29
Section IV: Responses to student Achievement Outcome and Other1: Course Enrollment Trends
31
2: Course Success Rates
32
3: English, ESL, and Math Improvement Rates.
33
4: Declared Majors
34
5: Degrees and Certificates Earned
35
6: Other Data (Accuplacer, Student Evaluation of Course, etc.)
36
Section V: Summary of Major Findings.Summary of Major Findings.
38
Section VI: RecommendationsRecommendations
40
Section VII: Evaluation of Program Review and Unit Planning ProcessEvaluation of Program Review and Unit Planning Process
42
Evaluation of Program Review and Unit Planning Process
43
Curious, is there any possibility we could see the mod functional with the new official vB Mobile style?
Maybe, in the future, I haven't looked at the mobile style yet. Have you tried using it with the mobile style? I assume the form results wouldn't display very well in mobile style because they are very wide tables, but perhaps viewing & submitting the form would be fine.
1. I have changed the plugin to launch the form from forums 53 & 65. Thanks.
2. The PHP code now shows the full forum list in the form if I don't filter - but doesn't show anything in the drop down if I restrict this. For example only including 53,65 in the array?
3. The thread prefix which is also working off a drop down doesn't show anything in the list either until I submit, then it says its missing, and then the drop down is populated. I can then select and submit - as long as the filter isn't on as per 2.
Finally, my initial test posted the thread in to the forum I launched the form (and is the default forum in the form body) from even though I selected another forum from the drop down list. I may have to do more testing re this point once a couple more of the other things are clarified.
Many thanks for your help.
Put the forum question first, then the plugin question second.
But the person will have to click submit or preview after selecting/changing their forum, unless you have a default forumid to fetch prefixes from, so then the code above should be
My one remaining issue is to do with the drop down list of the forums in the custom question (now #1 with prefix #2 question and yes I do have a default forum to get the prefixes from) and filtering using an array. I am using:
However I still don't get any values displayed - the drop down list is empty - would you mind please checking the syntax for this? (I am launching the form from forum 53 by the way)
Finally - one unrelated question - is it possible to display the prefix in the custom form output - I don't see a variable name for it and wondered.
Many thanks for your help.
Quote:
Originally Posted by bananalive
Put the forum question first, then the plugin question second.
But the person will have to click submit or preview after selecting/changing their forum, unless you have a default forumid to fetch prefixes from, so then the code above should be
Question which I hope someone can with :-
Creating a form as a Vendors agreement.
1/ Your Company Name .. Single line text field
2/ Vendors Agreement .. Custom
3/ Comments .. Multi-line text field
4/ Agree to agreement .. yes/no question
When form is submitted, everything but the agreement is submitted but the only place I could place the agreement is in the 'custom' description box. I need that agreement submitted with the form !?