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\
In the section Edit Form - Thread / PM / Email Title use {q_*}
In the section Form BB code and Custom Output use {qo_*}
What is the difference between {q_*} {qo_*} and {qn_*} ???.
Edit:
Understood the difference between {qo_*} and {qn_*}.
{qo_*} sends the response and {qn_*} send the question.
One suggestion for future versions:
?One could be used ID relative and not absolute?, because when you copy a Form, it changes all the ID and we have to re-edit the entire Form.
Thanks!
The problem with relative question hashes is that if you re-order the questions then it would mess up all of the custom output.
I have added the option of 'Reference Name:' when creating/editing questions which can be used instead of question hashes and would remain the same when copying forms.
Is there a way to have a form post to two separate forums at the same time? I run a forum for a World of Warcraft guild, and I setup a form for people applying to our guild. Right now the form posts to a public forum, but I would like it to also be posted to a more restricted forum as well.
You could copy the code for posting a new thread into Form Hook: Before Submit:
(Changing forumid 31 to your preferred forumid in line 1 of code below)
I have tried the following: {q_1}, {qo_1}, and {q_date} (date is the reference name I assigned_ and I iether get nothing or some funny symbols.
When I use {q_2} (this is a drop down box variable) that works everywhere I use it, in the body of the post and the post title - just dont know why the date question and radio box question do not work correctly.
the {qn_x} works and puts the actual question just fine.
Well I thought all was well (except for my custom ouput problem above) until I tried to submit a form being a regular member instead of an Admin. I get a message that there is a Securuty Token problem and form cannot be sumbitted. I have checked all permissions and all looks ok. Not sure what that message means.
*** I figured some things outs...
I received the Security Token error if I have a member on both a primary and secondary usergroup AND have the displayed group anything other then default. If I change to Default it all appears to work ok