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
  #1812  
Old 11-15-2013, 02:17 PM
Heckwork's Avatar
Heckwork Heckwork is offline
 
Join Date: Mar 2002
Location: Rotterdam
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Heckwork View Post
I'm trying to pass a value to a form field with:
Code:
<a href="misc.php?do=form&fid=1&val1=test-123">Link</a>
in Form Hook Before Submit:
Code:
$val1 = $qo[50];
But it's not working. Any suggestions?
Ok, I got it
Code:
<a href="misc.php?do=form&fid=1&val1=test-123">Link</a>
Hook: Form Start:
Code:
$q[50] = $_GET['val1'];
Reply With Quote
  #1813  
Old 11-16-2013, 12:22 PM
Za4a Tuner's Avatar
Za4a Tuner Za4a Tuner is offline
 
Join Date: Aug 2005
Location: Germany
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,
i use php 5.4.18 and vB 4.2.1pl1

When i try to edit a question, the fields are empty!
Sending a form doesn't work, because "the title and the textfile is empty".

How can i fix this???

kr Chris
Reply With Quote
  #1814  
Old 11-17-2013, 09:46 PM
Gamelobby's Avatar
Gamelobby Gamelobby is offline
 
Join Date: Jul 2007
Location: Long Beach, CA
Posts: 997
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Weird issue..

I have used this for years, & the form that i have using still works fine, but i added a new one & it has issues.?
Since it was having issues i updated this mod, but nothing changed, the new form still doesn't work & the old one still works fine.

The issue of the new form is that it will post in the correct thread, but only the title.. the post is basically blank (except for username & title) none of the questions or answers.

Here is what i have in the Form Output Styling.. (custom form output)
Code:
{username} - {formtitle}

{qn_1}
{qo_1}

{qn_2}
{qo_2}

{qn_3}
{qo_3}

{qn_4}
{qo_4}

{qn_5}
{qo_5}

{qn_6}
{qo_6}

{qn_7}
{qo_7}
**edit**

Ok i got that issue fixed, it was the question numbers, they weren't 1-7 they were like 72-80 or something.

But my next question/issue is the bbcode doesn't seem to be working. It's not the end of the world, but it would be nice to have it look nice.
bbcode is not affecting the post whatsoever.

Here is what i have in the Form Output Styling
HTML Code:
Form Output Top BB code: [CENTER][B][SIZE=5][COLOR=Black]{formtitle}[/COLOR][/SIZE][/B][/CENTER]

Question BB code: Bold BBCode (not working in this post for somereason)

Answer BB code: [I][INDENT]  [/INDENT][/I][INDENT][/INDENT]   
Section BB code: [SIZE][U]  [/SIZE][/U]
   
Form BB code: Blank (what does this mean.?)
Reply With Quote
  #1815  
Old 11-22-2013, 11:28 AM
Domenico Domenico is offline
 
Join Date: Oct 2001
Posts: 151
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can a form be made default for only the thread starter in a chosen forum ?
Reply With Quote
  #1816  
Old 12-06-2013, 06:50 PM
audzilla audzilla is offline
 
Join Date: Oct 2013
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by springchiken View Post
bananalive

Had a question for you. Is there anyway to get the max text amount over 5000 i need it to be around 5600-6000. Some of are forms a very large.
I'm having this same problem. Board-wide, my maximum post limit is 15000 characters, but the form is still being capped at 5K. Is this a hard limit or can I edit it somewhere?

Thanks!
Reply With Quote
  #1817  
Old 12-06-2013, 07:41 PM
fortforum fortforum is offline
 
Join Date: Feb 2007
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Had this mod for years, but on 4.3.0 on a 4.2.2 board, the dropdowns of "Questions" and "answers" are totaly empty. "Other variables" work, however. Any ideas, help needed.
Reply With Quote
  #1818  
Old 12-06-2013, 10:20 PM
audzilla audzilla is offline
 
Join Date: Oct 2013
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by audzilla View Post
I'm having this same problem. Board-wide, my maximum post limit is 15000 characters, but the form is still being capped at 5K. Is this a hard limit or can I edit it somewhere?

Thanks!

For anybody else who's butting up against a 5000 character form length, the answer for me was that I was sending a copy of the form via Private Message, and that's where the character limit was.
Reply With Quote
  #1819  
Old 12-07-2013, 10:56 AM
fortforum fortforum is offline
 
Join Date: Feb 2007
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey folks,

trying realy hard to get this to work, but it just won?t. Running EF 4.3.0 on vb 4.2.2.

I do it exactly as here, but all i get is the ordinary newthread. I used it also in vb3.8, but there i used two plugs if im not mistaken.


Quote:
Originally Posted by fwulfers View Post
I had to make a few adjustments but your post pointed me in the right direction. Clicking the New Thread button now goes to the correct form. Thanks so much! :up: :up:

New php plugin

Hook Location: newthread_form_start

Title: Easy Forms New Thread Button

Execution Order: 5

Plugin PHP code

PHP Code:
if (in_array($forumid, array(221)))
{  
header('Location: http://mywebsite.com/misc.php?do=form&fid=1') ;  
}
if (
in_array($forumid, array(222)))
{  
header('Location: http://mywebsite.com/misc.php?do=form&fid=2') ;  

For each forum and form, just keep adding code where the array(xxx) is the forum id and fid=xx is the form id.

Plugin is Active: Yes
Reply With Quote
  #1820  
Old 12-09-2013, 06:21 PM
tommyxv tommyxv is offline
 
Join Date: Feb 2005
Posts: 295
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyway to limit a form to a certain number of submissions? Say I need 10 members to registered. After 10 no one else can submit the form.
Reply With Quote
  #1821  
Old 12-10-2013, 06:34 PM
audzilla audzilla is offline
 
Join Date: Oct 2013
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm getting this error on submitted forms:

Warning: Only variables should be passed by reference in ..../forms.php on line 771

My site's recently gotten a lot more traffic, and I've parked a second domain pointing to it. Otherwise everything is the same. Anybody run into this?
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 09:32 PM.


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.08158 seconds
  • Memory Usage 2,363KB
  • 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
  • (5)bbcode_code
  • (1)bbcode_html
  • (1)bbcode_php
  • (4)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