![]() |
Easy Forms - Create a form or multiple forms without php or html knowledge
1 Attachment(s)
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) Question Types:
|
Version History
v3.7 - Added template hook for form hidden fields - Added compulsory question * as phrase - Form Results Table and Form Results Poll moved to templates - Form Navbar link moved to tempalte - JavaScript sort results table - added permissions for Usergroups to view form results (those who can edit forms can also view form results) v3.6 - Form Results in table format v3.5 - multiple vbeditors in one form v3.4 - fixed reported bugs with import/export forms - added copy forms (multiple times) - reduced queries on edit form by using vbulletin cache - Forum drop-down select instead of box for forumid - fixed post moderation for users posting in forum they couldn't view v3.3 - disable form preview - link to forms in navbar when viewing a form only shows if user has permission to view form list - hidden form fields v3.2 - prefix support - $closed= true; in form hook: before submit means thread is closed v3.1 - Fixed $phrasegroups - Added poll timeout option v3.0 - Edit Form Redesigned - Multiple Form Actions v2.9 - Redirect to url after form is submitted (accepts $newpost[postid] for newthread being created and $postid for new post in thread being created) - Custom Form Output Conditionals: <if condition="$q[4]">$qn[4]: $q[4]<else />Field left blank</if> v2.8 - Added security to prevent possible use of macroses in form inputs by members using form - Guest only questions - Modify post top with macroses & bbcode - Search Form Results saved to database - Option to not show form on form list (only applicable for those who cannot edit forms) - Added rel="nofollow" to links on formlist - Increased performance by consolidating preg_replace functions v2.7 - Added form start hook - Fixed form description [center] bbcode not working - Date question v2.6 - Save form output to database - Fixed custom output of checkbox & multi-line - Fixed guests posting new thread error v2.5 - Form hook which executes before form is submitted (can be used for more specific field validation) - Removed human verification question from form output - Fix bug which prevented double quotes in bbcode v2.4 - Custom form question v2.3 - Specify bbcode for questions/ answers/ sections for the form's output v2.2 - Fixed attachment issue for creating new thread - Update display order of the questions in edit form screenshot v2.1 - Fixed issue with resizing poll options on edit form - Form list only shows in navbar/ quick links if user has permission to view form list - Form list only contains forms user has permission to view (unless user can edit form) - Create Form link only shows for users with permissions to create forms - Fixed missing <tr> tabs around Create new form - Usergroup permissions changed to allow permissions through secondary usergroups - Change bbcode for questions and answers easily in plugin - Change null value easily, needed to stop bbcode messing up (default '-' ) v2.0 - JavaScript re-sizable text-areas - New macrose {qn_*} - Import/ Export your forms as XML files - great for transferring forms across forums or creating backups v1.9 - Attachments for new thread - Custom output form layout v1.8 - Forumid/threadid/username can be specified by input via {value=X} in dropdown, single line input or radio buttons - Human verification question - 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) - Form can be emailed v1.7 - More question variables - Regular expression match for single line text input field - Usergroup permissions per form v1.6 - Poll Options: Multiple choice, public vote, poll question, poll options v1.4 - Form categories for form list - vbeditor field - Thread/pm title with variables v1.3 - Add sections to forms v1.2 - Enabled bbcode for form title & description and for form questions and questions' descriptions v1.1 - Fixed 'Error' displaying in navbar on form submition - Fixed validation for boolean v1.0 - Initial Release |
reserved post
|
This looks really nice and easy to use. I've already spent way too much time getting the other product FormHack to finally work, but I'll be keeping an eye on this one.
Nice work! |
The vbulletin admin panel needs to be done with check boxes not a scroll list. We have around 30 usergroups and this is a huge pain to scroll through this little box.
Getting this error when creating a form Quote:
Not sure why it did not update with the upgrade. |
Sweet...!
hope this one is easyer to edit than theother one "FormHack"... Thank You!!! :up: :up: |
1 Attachment(s)
Quote:
|
Quote:
|
is it possible to make an option to upload attachments in a form?
|
Found possible error.
When i set the permissions in the "Easy Form Options" It still wont let the user groups view the form. The permission for the Form list seems to work correctly but to view the actual form doesnt. So far only Administrators can view the form. |
Quote:
Quote:
|
1 Attachment(s)
Here's Pre-Release v1.9
|
Sweet that fixed the problem. But now i found 1 more.
1. When i choose "Field using vb editor" It shows up just fine, however for example: q_1(vbeditor) answer1 q_2(vbeditor) answer2 outputs this: q_1(vbeditor) answer2 q_2(vbeditor) answer2 How would i go about using the vbeditor twice? |
Quote:
|
I think this is going to come in handy for several of my sites. :)
I do have a question, tho...I'm trying to add a template conditional to the Forms link in the Navbar, but for some reason nothing I do is working... It's most likely me because I'm so new at actually writing any code, but if you could let me know how to get template conditionals to work, I'd be very grateful. :) |
We need a link to
http://www.socialspace.co.uk/forum/misc.php?do=forms adding somewhere :0 Also when making a new form, when hitting "submit" nothing happens, the page just refreshes. It does do the action but no redirect to the forms page. |
What is the code for "Custom Form Output" what is the standard code like something to go by so i can copy it and then make it to what I want it to be? Having it there is great but you did not give any instructions on how to use it or what the varibles are called or codes we need to have in the template.
|
Fantastic Mod!
Thanks! |
Absolutely brilliant product!
Is there any future possibility of adding SAVE TO DATABASE option as well as post to a thread? |
1 Attachment(s)
Quote:
Quote:
It should redirect to editing the form, once it has been created. Quote:
Quote:
|
Wow! Helpfile :) . Product seems to become solid :) .
May be, question _content_ macro ? That's not absilutely necessary, but convenient: no needs to duplicate text in template, and no needs to syncronise template when you clarify question text. Example: ---------- Question1text: {q_1} Question2text: {q_1} ---------- Will be: ---------- {qn_1}: {q1} {qn_2}: {q2} ---------- No ideas about macro name. Just an example. |
Quote:
|
Awesome work, really like the way to make the forms, way easyer than the old one I had..
Tank you. I tryed the 1.9 pre-release, and thanks for the attachment addon. To bad the added attachments are not posted with the rest of the form, so it doesnt work yet. But thanks, hope you will be able to make this functional soon... Thx! |
v2.0 Released
- JavaScript re-sizable text-areas - New macrose {qn_*} - Import/ Export your forms as XML files - great for transferring forms across forums or creating backups |
Nice one :) Looks much better :0
|
I cannot access your demo page, thanks.
|
Quote:
|
Iv got an idea......gonna PM you :)
|
Thanks for the Mod. I have just installed the mod but does not see how to set the permissions. I have gone to VBOptions Easy Forms, a List of all the default Usergroups are already added and cannot add or remove any of them from:
Usergroups Allowed to View Form Lists Usergroups Allowed to View Forms Usergroups Allowed to Edit Forms When i click on Form List it tells me that I do not have permission even as the administrator Thanks |
Quote:
|
I will have to try this out. There is another mod that is is similar that has a paid for pro version but has many bugs. I am looking forward to trying this out...
|
Quote:
Let's just say that I'm a beginner at PHP...um...how would I do this? :o I was trying to edit the link plugin, but no matter what I did, it either took the link away for all, or left it there for all. I'm sorry to bother you...I'm just pretty confused right now. :o Thanks! LOVE your mod, BTW! :) |
I can't see the option
|
Hi, nice hack :)
Can you include an option to browse n upload images/files? Thanks. |
Quote:
Replace all PHP Code:
|
Quote:
Action: Email Email Address: email address to be emailed |
Quote:
Action: Post new thread Then check 'Allow attachments' |
Quote:
|
1 Attachment(s)
Quote:
https://vborg.vbsupport.ru/attachmen...7&d=1231773065 |
I duno this bugs or not.. after submit question in form
Quote:
|
All times are GMT. The time now is 01:04 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|