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\
Hi,
I was wondering, how can I pull the results from the Form Data base? I created a new form which has the option of Saving the form to a database. I can view the database by clicking Form Results Table but I now want to write some sort of script to automatically pull this info to another html or php page (not the forum). Thanks!
Add the following php code to Form Hook: Form Start:
PHP Code:
if($vbulletin->userinfo['posts'] < 10)
{
$errormessage = "You need 10 posts to use this form.";
eval('print_output("' . fetch_template('STANDARD_ERROR') . '");');
}
Hi banalive, thank you but I now get this error when trying to view the form -
Parse error: syntax error, unexpected T_STRING in /home/midwife/public_html/misc.php(89) : eval()'d code(1109) : eval()'d code on line 1
Hi,
I was wondering, how can I pull the results from the Form Data base? I created a new form which has the option of Saving the form to a database. I can view the database by clicking Form Results Table but I now want to write some sort of script to automatically pull this info to another html or php page (not the forum). Thanks!
stored in ". TABLE_PREFIX ."formresults e.g. vb_formresults
i'd like to use Easy Forms to add clubs to the Forum database.
It would be great if it is possible to add a question where the users can mark a special position (the meeting place of the club) on a google map.
Does anyone know whether i could do this with the "Custom Question" feature?
If it isn't possible yet i wish it for the next release. i could make a donation too
Is there any possibility of multiple vB editor questions in a single form at some point in the future? Maybe using an alternate editor, or if vB can make the ckeditor re-entrant? If you can tell me/us what is broken then I/we can add pressure to vB to make an adjustment to support the feature.
My current workaround is to only have one vB editor field, but our old form provided a richer environment to submit attractive, formatted comments to the forums.