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

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

Category: New Posting Features - Version: 3.8.x Rating:
Released: 01-07-2009 Last Update: 07-11-2009 Installs: 976
DB Changes Uses Plugins Auto-Templates
Translations  
No support by the author.

EASY FORMS FOR vB 4.x here


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)

Backwards compatible with vb v3.7.x and 3.6.8

Example Form | Help File | Version History

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 (max one per form - limited by vB)
  • Human verification question
  • Custom Question (can query database or do whatever you want)
  • Date (month/ day/ year fields)
Form can Submit to:
  • new thread in forum
  • new post in thread
  • new pm to user
  • email address
  • save to database
Installation: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
Coming soon:
  • Allow attachments for posting in thread
Translations:

Download Now

File Type: xml product-easyforms v3.6.xml (163.0 KB, 2648 views)
File Type: zip vb_easyforms v3.7beta.zip (36.6 KB, 2404 views)

Screenshots

File Type: jpg 7.jpg (83.4 KB, 0 views)
File Type: jpg 8.jpg (88.6 KB, 0 views)
File Type: jpg 9.jpg (89.6 KB, 0 views)
File Type: jpg 11.jpg (69.0 KB, 0 views)
File Type: jpg edit1.jpg (90.1 KB, 0 views)
File Type: jpg edit2.jpg (75.8 KB, 0 views)
File Type: jpg edit3.jpg (103.6 KB, 0 views)
File Type: jpg form_results_table.jpg (87.1 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
hpidriver, vbresults

Comments
  #642  
Old 03-11-2009, 05:18 AM
cookiepants cookiepants is offline
 
Join Date: Jul 2006
Location: Nor Cal
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bananalive View Post
'Poll:' is from vbulletin as thread is a poll.

Import attached file and add to form hook: before submit

PHP Code:
$closed true
Will that remove or delete previous posts using this hack?
Reply With Quote
  #643  
Old 03-11-2009, 09:16 AM
SnowBot's Avatar
SnowBot SnowBot is offline
 
Join Date: Jul 2003
Location: Manchester UK
Posts: 631
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lazyseller View Post
It be nice if someone could come up with some a form pack. Im not volunteering!
I would even pay a little for it
Reply With Quote
  #644  
Old 03-11-2009, 02:00 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cookiepants View Post
Will that remove or delete previous posts using this hack?
no, only new posts are created.
Reply With Quote
  #645  
Old 03-11-2009, 02:03 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Trek View Post
Ok, I'm finally redoing my old form and I have to say... this really is easy! Nice work!

I've found one bug though (no idea if it's been reported already or not, too much to sort through in this thread.)

Anyway, if you don't end your form question with a ? it will automatically add a : to the end of your sentence, even if you don't want it. Not a big deal, but a little annoying to assume what I want.

Anyway, excellent work!
That was intention.

Find
PHP Code:
$formbit['question'] = $formbit['question'] . ":"
Replace
PHP Code:
/*$formbit['question'] = $formbit['question'] . ":";*/ 
Reply With Quote
  #646  
Old 03-11-2009, 07:29 PM
Gizmo999 Gizmo999 is offline
 
Join Date: Dec 2005
Location: In my own virtual world
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is it possible to change the date formatting on question and output to D/M/Y not M/D/Y?
Reply With Quote
  #647  
Old 03-12-2009, 01:32 AM
frogster frogster is offline
 
Join Date: Feb 2009
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bananalive View Post
Is this for all posts, or just ones created with Easy Forms?
Just saw you had replied...It happens for any post BUT it didn't happen before I installed your update for the moderated posts issue...not sure what happened.

Thanks.
Reply With Quote
  #648  
Old 03-12-2009, 12:53 PM
Gizmo999 Gizmo999 is offline
 
Join Date: Dec 2005
Location: In my own virtual world
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've got a problem where the recipient of hte email sent is getting blank emails, the PM works fine, database stores the record and if I set the email to me I see it but the person I need to can't. I'm not sure but I think it might be because the form output starts each line with an * and this seems to make the content invisible, is tere anyway to alter the character used?

its really useful to have that character before and after the question as I'm using them as delimiters to allow data import into excel, previous to this update I had to start each question with my delimiter and end each question with my delimiter.
Reply With Quote
  #649  
Old 03-12-2009, 02:16 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gizmo999 View Post
is it possible to change the date formatting on question and output to D/M/Y not M/D/Y?
Edit template: form_formbit_date

HTML Code:
<tr>
              <td class="smallfont" style="vertical-align: top; font-weight: bold;">$formbit[question]
			  <if condition="$formbit[description]!=''"><br /><i><span style="font-weight: normal;">$formbit[description]</span></i></if><if condition="$iqs && in_array($formbit[id], $iqs)"><br />$vbphrase[empty_field]</if><if condition="$formbit[inputerror]"><br />$formbit[inputerror]</if></td>
			  <td class="smallfont">
			<table border="0" cellpadding="0" cellspacing="3">
			<tbody><tr>
				<td>
					<input class="bginput" style="font-size: 11px;" name="$formbit[id][day]" value="$formbit[day]" size="3" maxlength="2" title="$vbphrase[day]" tabindex="1" type="text">
					<select name="$formbit[id][month]" title="$vbphrase[month]" tabindex="1">
						<option value="1" <if condition="$formbit[month] == 1">selected="selected"</if>>$vbphrase[january]</option>
						<option value="2" <if condition="$formbit[month] == 2">selected="selected"</if>>$vbphrase[february]</option>
						<option value="3" <if condition="$formbit[month] == 3">selected="selected"</if>>$vbphrase[march]</option>
						<option value="4" <if condition="$formbit[month] == 4">selected="selected"</if>>$vbphrase[april]</option>
						<option value="5" <if condition="$formbit[month] == 5">selected="selected"</if>>$vbphrase[may]</option>
						<option value="6" <if condition="$formbit[month] == 6">selected="selected"</if>>$vbphrase[june]</option>
						<option value="7" <if condition="$formbit[month] == 7">selected="selected"</if>>$vbphrase[july]</option>
						<option value="8" <if condition="$formbit[month] == 8">selected="selected"</if>>$vbphrase[august]</option>
						<option value="9" <if condition="$formbit[month] == 9">selected="selected"</if>>$vbphrase[september]</option>
						<option value="10" <if condition="$formbit[month] == 10">selected="selected"</if>>$vbphrase[october]</option>
						<option value="11" <if condition="$formbit[month] == 11">selected="selected"</if>>$vbphrase[november]</option>
						<option value="12" <if condition="$formbit[month] == 12">selected="selected"</if>>$vbphrase[december]</option>
					</select>
					<input class="bginput" style="font-size: 11px;" name="$formbit[id][year]" value="$formbit[year]" size="5" maxlength="4" title="$vbphrase[year]" tabindex="1" type="text">
				</td>
			</tr>
			</tbody></table>
			  </td>
            </tr>
Reply With Quote
  #650  
Old 03-12-2009, 02:18 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by frogster View Post
Just saw you had replied...It happens for any post BUT it didn't happen before I installed your update for the moderated posts issue...not sure what happened.

Thanks.
Odd, the script only runs on misc.php pages

Try disabling Easy Forms and see if you still get the problem.
Reply With Quote
  #651  
Old 03-12-2009, 02:21 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gizmo999 View Post
I've got a problem where the recipient of hte email sent is getting blank emails, the PM works fine, database stores the record and if I set the email to me I see it but the person I need to can't. I'm not sure but I think it might be because the form output starts each line with an * and this seems to make the content invisible, is tere anyway to alter the character used?

its really useful to have that character before and after the question as I'm using them as delimiters to allow data import into excel, previous to this update I had to start each question with my delimiter and end each question with my delimiter.
bold bbcode tags get replaced with asterisks by vbulletin's plain bbcode parser. so if you remove all the [b] bbcode then you won't get any asterisks interfering
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:43 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.06527 seconds
  • Memory Usage 2,390KB
  • 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
  • (1)bbcode_html
  • (3)bbcode_php
  • (8)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
  • (5)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (2)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
  • (10)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