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 |
#1612
|
|||
|
|||
Hey buddy, this is definitely a great add-on, and I have installed it on my vb3, one of the large boards. All Admins and Mods love this add-on. Would you be considering to add reCaptcha option to your plugin in the future release for vb3 series?
Thanks again for your great contribution. |
#1613
|
||||
|
||||
Hi bananalive, Does this work seamlessly with your Articles mod?
|
#1614
|
|||
|
|||
Quote:
If you put {q_1} in the email body, it gets changed to $[q_1] and does not show the answer to question 1. Ditto for {q1} - shows nothing when the email gets sent. {qn_1} in the email body does nothing, displays nothing when the email gets sent. |
#1615
|
|||
|
|||
Quote:
I have tried: {qn_1} {q1} {qo_1} $qo[1] $qo[1] {qo1} $q[1] {a_1} None of this works. |
#1616
|
|||
|
|||
Quote:
It was question #16 though of ALL questions of ALL forms. Once I changed the "{q_1}" to "{q_16}", everything worked. |
#1617
|
||||
|
||||
I'm using Easy Forms 3.7 on a 3.8.5 VB install. I've had Easy Forms running for a while ands it's been great, but my forms were/are very basic.
The form(s) create a new thread in a forum when they are submitted. At the moment I ask people to fill in their Username, path to their public profile and even do some simple maths (like field 3 = Field 1 - Field2) Is there a way I can get Easy Forms to populate some of those fields/questions for me instead of asking the User to fill it in ? I imagine {userrname} and something like Code:
[URL="$vboptions[bburl]/member.php?u=$user_userid"] Is there a simple way to do it that I can't see, or is it going to require some PHP coding ? |
#1618
|
||||
|
||||
For the username to be entered put this in the php code box for the answer
PHP Code:
|
#1619
|
||||
|
||||
Thanks, that worked nicely.
I managed to pull gender out too following your example. Time to try the profile URL. Thanks again. |
#1620
|
||||
|
||||
I keep being impressed by Easy Forms. Thanks bananalive and Simon for the pointer on pulling DB fields out. I even took a leap of faith and found I could get more complicated results. here's my current effort for grabbing the Gender but displaying just for the first letter.
PHP Code:
One question I have is the custom layout. What this particular form does is grab information from a user that an admin will use to add to a table we have on the site. It's a bit manual at the moment but if I could some how format the output like this: Code:
[ url={q_2}]{q_1}[ /url]|{q_3}|{q_4}|{q_5}|{q_6}|{q_7}|[ URL={q_8}]Diary [/URL] Actually, what would be perfect is to use the default layout and then tack the above example at the bottom so the admin just needs to copy and then paste and it's all done. I can't find any examples of custom templates that I can start to hack away with so if anyone knows how to do the above, or could point me to some examples, that would be great. |
#1621
|
||||
|
||||
Is there any way I can get the "Form Output Top" to include some of the form answers ?
I can get {formtitle} which is a fixed value for each form. Ideally I want to be able to have the form output to parse the values of {q_1}:{q_2} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|