Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Easy Forms v4.x - Create a form or multiple forms without php or html knowledge Details »»
Easy Forms v4.x - Create a form or multiple forms without php or html knowledge
Version: 4.3.0, by bananalive bananalive is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

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 modificationInstallation
  1. Download and then extract .zip archive
  2. Upload the contents of upload folder to forum root
    (Allow Overwrite "YES" for overwrite)
    clientscript\easyforms.css -> \clientscript\
    clientscript\easyforms.js -> \clientscript\
  3. Import product file (product-easyforms v4.0.xml) in admincp
    AdminCP -> Plugins & Products -> Manage Products -> [Add/Import Product]
  4. Change usergroups permissions at:
    AdminCP -> vBulletin Options -> Easy Form Options
Question Types:
  • Single line text
  • Multi-line text
  • Multi-select checkboxes
  • Single-select radio buttons
  • Single Select Dropdown
  • Yes/No
  • Multi-line text field using vbeditor
  • Human verification question
  • Custom Question (can query database or do whatever you want using php and html)
  • Date (month/ day/ year fields)
  • Address
  • Scale
Form can Submit to:
  • new thread in forum
  • new post in thread
  • new pm to user
  • email address
  • save to database
More Features:
  • Form list categories (optional)
  • Preview form (can disable for individual forms)
  • Optional questions
  • Form Sections
  • Prefix support - you can choose which prefix you want thread to have
  • Different thread/pm title to form title with variables {username} {userid} and {q_1} (replacing 1 with appropriate question number)
  • Poll Options: Multiple choice, public vote, poll question, poll options, poll timeout
  • Regular expression match for single line text input field
  • Usergroup permissions per form
  • Forumid/threadid/username can be specified by input via {value=X} in dropdown, single line input or radio buttons
  • Multiple dropdown select for form usergroup permissions (still optional - leave blank to not use)
  • Option to show link to form list in navbar and quick links (separate options)
  • Import/ Export your forms as XML files - great for transferring forms across forums or creating backups
  • Specify bbcode for questions/ answers/ sections for the form's output
  • Form Hooks: (uses php code)
    1. Before form submitted
      Useful for: your own form validation, multiple form outputs, etc.
    2. At form start
      Useful for: banning userids/usergroups from form, setting minimum post count,etc.
  • Attachments allowed for posting new thread
  • Mass Copy Forms & their questions
  • Quiz Mode
Support this Modification
  • Click 'Marked as Installed'
  • Rate it 'Excellent'
  • Consider a donation

Download Now

File Type: zip vb_easyforms_v4.3.0.zip (67.6 KB, 4491 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #1742  
Old 10-30-2012, 06:30 AM
bigrover bigrover is offline
 
Join Date: Jun 2010
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have duplicated my live site domain/vb to a test site domain/vbtest and upgrade from vB 4.1.11 to vB 4.2.0pl2. I have also created a new database and restored a backup of the live site to the test database. I adjusted the config settings so the test site is functioning as expected, with one exception. The Forms tab and the Forms Quicklinks menu item are missing. The form processing is working as expected, and I can get to the forms.php page when needed to modify the forms. In my live site I access the forms through redirects based on code examples you provided. That also is working in the test site. The only thing failing is the Forms tab and the Forms Quicklinks menu.

I uninstalled and reinstalled with no change. Any ideas? Is this related to the upgrade?
Reply With Quote
  #1743  
Old 11-02-2012, 04:39 PM
boss22 boss22 is offline
 
Join Date: Oct 2012
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can someone help me to get links to work..mean forms list in quick links and navbar link (settings for that works not in admin cp). Use vb 4.2.0 PL3

regards

bosss
Reply With Quote
  #1744  
Old 11-05-2012, 02:00 PM
mike weeks mike weeks is offline
 
Join Date: Nov 2011
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well I get this message every time somebody tries to submit the form the user gets the following error
Code:
Illegal variable _files or _env or _get or _post or _cookie or _server or _session or globals passed to script
- I also get it as admin if I click on the edit question link however if I right click on the link I can open it in a new tab

Help really needed

Mike
Reply With Quote
  #1745  
Old 11-07-2012, 10:46 AM
Cadellin's Avatar
Cadellin Cadellin is offline
 
Join Date: Jan 2009
Posts: 160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've recently updated to 4.3.0 and found a couple of bugs which it would be great to get fixed:
  • [Major] After submission as unregistered user in "verification stage" fields which are marked guest only are removed. This can prevent submission if they are marked compulsory
  • "Allow attachments" causes non-existent verification image to be checked at submission for unregistered users
  • Styling is broken on human verification field if label is hidden
Reply With Quote
  #1746  
Old 12-04-2012, 09:26 PM
Badhabitz Badhabitz is offline
 
Join Date: Dec 2010
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Still an Epic Mod could not live without it.

I have a problem that I have been banging my head on the wall with. I currently have it set up that users are assigned different usergroup based on what options they pick. I would like to take it a step further and based on these same options it PM's a predefined usergroup or users. Here is my try. I believe the field for PM is incorrect possibly even the code.

PHP Code:
if ($complete)
{
if (
strpos($qo['12'], "Counter-Strike") !== false)
{
$form['userfield_txt'] .= ';user1';


if (
$complete)
{
if (
strpos($qo['12'], "SWTOR") !== false)
{
$form['userfield_txt'] .= ';user2'
So for every additional option selected it should add more users to the PM. Would like it to be a usergroup since its always changing ,but can live with individual users.
Reply With Quote
  #1747  
Old 12-09-2012, 03:31 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Badhabitz View Post
Still an Epic Mod could not live without it.

I have a problem that I have been banging my head on the wall with. I currently have it set up that users are assigned different usergroup based on what options they pick. I would like to take it a step further and based on these same options it PM's a predefined usergroup or users. Here is my try. I believe the field for PM is incorrect possibly even the code.

PHP Code:
if ($complete)
{
if (
strpos($qo['12'], "Counter-Strike") !== false)
{
$form['userfield_txt'] .= ';user1';


if (
$complete)
{
if (
strpos($qo['12'], "SWTOR") !== false)
{
$form['userfield_txt'] .= ';user2'
So for every additional option selected it should add more users to the PM. Would like it to be a usergroup since its always changing ,but can live with individual users.
You need to close your brackets using }

Code:
if ($complete)
{
//blah blah blah
}
Reply With Quote
  #1748  
Old 12-18-2012, 10:00 AM
Forbiddenz Forbiddenz is offline
 
Join Date: Jan 2012
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Form failed to submit. The following error(s) occured: The string you entered for the image verification did not match what was displayed
I am getting this error everytime my member tried to submit a form, even though i have put Human Verification Captcha inside the Form, and they type it correctly.

This problem occurs after i tried to turning on Captcha Required before Posting. because too many spam bots on my forum.

Can someone help me?
Reply With Quote
  #1749  
Old 12-24-2012, 12:33 PM
jcgriff2 jcgriff2 is offline
 
Join Date: Feb 2012
Location: BSOD Central
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't see how Spam bots could be an issue unless perms allow Guests to submit.

Do you have SFS or similar installed?

https://vborg.vbsupport.ru/showthread.php?t=248042
Reply With Quote
  #1750  
Old 01-08-2013, 10:48 PM
KGodel's Avatar
KGodel KGodel is offline
 
Join Date: May 2011
Location: Indiana
Posts: 332
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey bananalive, I was wondering if there is a way to add something in the link to auto-select certain things, so say I have a question about a recruiter or something, and I want a link like:

http://www.blabla.com/forum/forms.ph...elduser=KGodel

So it would automatically place KGodel into that field is there an easy way of doing that?
Reply With Quote
  #1751  
Old 01-10-2013, 02:40 AM
richardevans123 richardevans123 is offline
 
Join Date: Sep 2012
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Heya, I'm trying to get it so that when a user submits a form, they can only see their own results saved on the database, and no one elses. Any way of doing this? Thanks
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:25 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06090 seconds
  • Memory Usage 2,373KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (19)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete