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\
Sssooo usefull mod. Thanks! I have a problem, my "Forum" tab is hiden by "Tabs VbSoporte" mod. After I installed this (Easy Forms) mod, I enabled it as a new tab, and then disabled it in VB Options. After that, my "Forum" tab apears ocasionaly, actualy only when I'm using "misc.php" script, like when I'm editing a form, or when I'm answering to it, etc.
This might not be related to this mod, I can't say becouse I never used misc.php script before, but now this does not looks nice. What can I do exept enabling again a "Forms" tab? Becouse when I enable this tab, "Forum" does not apear, I can enable and disable "Forum" tab by previously mentioned mod.
Is there some trick like I have to uninstall and install back this mod, or manualy edit some template? Disabling and enabling Tabs VB Soporte does not help.
Is there any way you can add an 'anonymous' features, so the person who is using the form can submit it anonymously. Like a checkbox feature of something???
Thanks
Edit Form
Add the following to both Form Hook: Form Start: and Form Hook: Before Submit:
Does anyone know how to make it so that an attachment is mandatory? Or at least if there is no attachment then put something in the custom output saying so?
Using the quoted code:
I've added line which prevents form being submitted if there are no attachments.
Quote:
Originally Posted by bananalive
Form Hook: Before Submit:
PHP Code:
if (empty($postattach))
{
$currentattaches = $db->query_read("
SELECT dateline, filename, attachmentid
FROM " . TABLE_PREFIX . "attachment
WHERE posthash = '" . $db->escape_string($posthash) . "'
AND userid = " . $vbulletin->userinfo['userid']
);
Bananalive, thank you for all the time and effort that you have put into creating this really handy mod.
I have been keeping an eye on it since it was released, and it now looks like it has all the features that I need.
I have just started playing with setting up some forms on my test system and have a question.
My scenario is that I have a form that submits its output to a forum and into the database.
I want to have a link in the forum post that is submitted that links right back to the edit function for this forms result so that users can easily edit their own form results if needed.
I may be missing something here, but I have my submit limit set to 1 (I only want them to be able to answer a survey once), however as administrator I can't edit any submissions, including my own, without this error: "Error, you have exceeded limit for number of times this form can be submitted."
I did fix that, but it appears to have unfixed itself
I was wondering if there was a way to sort the poll results as they appear in the graphs, either keep the options in the same order they appear in the form or sort them by %. At the moment the order they appear in the graphs seems random?