The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
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
Developer Last Online: Nov 2023
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:
Download Now
Screenshots
Show Your Support
|
Comments |
#532
|
|||
|
|||
First of all... Thank you bananalive, for your quick help and responses to everyone in thread. I also see you have actually updated your help file yesterday too!
Hats off to you my friend, for being so diligent and helpful. Of course you knew there was gonna be a question or two along with this. HA! 1. I changed the code to make a single line field into a number only field Code:
From this /(d+)/ to this: /(\d+)/ But... now, when a non-compulsory number only question, is left empty, it is showing the same error and not letting the form being submited. 2. I've noticed that when I use a dropdown box field, and it is Not Compulsory, that when posted, it will print the 1st option in the post. Even though not selected by user. (I haven't tried the radios or check boxes yet, but I suspect they may do the same.) How can I make a blank/empty space at top of dropdown list, so that this doesn't happen? 3. What exactly is the Section option for and what does it do? (I've read the help file, but still haven't a clue.) |
#533
|
|||
|
|||
Quote:
Edit plugin: Easy Forms Part 1 Find: PHP Code:
PHP Code:
|
#534
|
|||
|
|||
OK...I've pretty much got this working the way I like it to. I still wish there was a way to use one form instead of the 60 something that I had to create to post basically the same output but to different threads. It's done though and I can change it later if a solution is found.
I do have a question about URL links though. I have one question where a user can enter a URL. It posts fine the the URL is posted just as text and not as an actual link. Can I change something so that it posts as an actual link? |
#535
|
|||
|
|||
Quote:
The Section is not a question but more like a heading. |
#536
|
|||
|
|||
Quote:
You could use conditional statement in custom output: HTML Code:
<if condition"$q[8]">[url]$q[8][/url]</if> |
#537
|
|||
|
|||
OK...sorry I didn't see it. I did search the thread for an answer before posting the question but missed it somehow. My apologies.
|
#538
|
|||
|
|||
OK...here is the issue. Maybe I'm trying to use this in a way that it was really not intended for and just need to find another solution.
My members wanted a place to post their favorite restaurants. I have members all across the USA and Canada plus some other countries. I created a new forum area called Restaurant Reviews. Within that forum, I created threads for all the states, provinces and "other countries". I created 60 something forms so that they click a form for their state/province and the review goes to the appropriate thread. To make the URL clickable, I would have to create custom outputs for all of those 60 something forms. Any change I make I would have to do this also. That's why it would be great if one form could be used and then the drop down question that lists all the states and provinces would direct it to the proper thread. If that can't be done though, is there another way to make URLs clickable without having to create custom outputs for all the forms? |
#539
|
|||
|
|||
Quote:
Here's another question for you. I'm sure there's an easy way to do this, but I don't understand php. I'm strictly a copy and paste guy. Questions that depend on another question. Question 4 [your item for sale] is not compulsory - but... Question 5 [how many of item one?] relates to question 4 and must be filled in, if 4 is used Question 6 {your price for item?] relates to question 4 and must be filled in, if 4 is used ________________ if question 4 if filled in then both questions 5 and 6 must be filled in as well. If question 4 is left blank, then 5 and 6 must be left blank as well. I hope I've explained it well enough. Thank you for your help. So far I really like this Mod and can see a lot of uses for it. |
#540
|
|||
|
|||
I'm having issues with all posts (from non admin/mods) from the forms being put in the moderation queue.
I searched this thread and checked PHP Code:
Any ideas? |
#541
|
|||
|
|||
Quote:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting T_NEW or T_STRING or T_VARIABLE or '$' in /home/topnotch/public_html/forums/misc.php(100) : eval()'d code on line 438 It takes me to a page with all of my smilies. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|