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 |
#652
|
|||
|
|||
First - Thank you for a great application and your support in helping people modify.
With that I have a question. I have created one form to help members trade items. They fill out the form and it posts to a thread. I have been asked to have a button in someones post where if it is clicked, you would go to the form and that persons name would be in the form already. I have it now as {username} / $qo1 (or whatever the variable is) so when the form is filled out that information is the thread title - example if I filled out the form would be 'Me / Name of person i type in box" Is it possible to somehow carry the username of the persons post I am in so that $qo1 spot automaticly fills in so I would not have to type the persons name when a link from that post is clicked and you are taken to the form? I hope im clear on what im asking - thank you in advance for your help. |
#653
|
|||
|
|||
Maybe im dumb but everytime someone submits a new application it goes to the forum and is moderated and I have to approve it before its displayed...
It was never like this untill I updated it and im not sure how to change that. |
#654
|
|||
|
|||
there is a version 3.3 xmlf file floating around here that will take care of that problem.
|
#655
|
|||
|
|||
Hey,
Is it possible that when a form has optional questions and if they are not filled than these questions dont appear in the thread created ?? |
#656
|
||||
|
||||
Looked into class_mail.php
It contains such strings: Code:
$fromemail = empty($vbulletin->options['bounceemail']) ? $vbulletin->options['webmasteremail'] : $vbulletin->options['bounceemail']; $headers .= 'Return-Path: ' . $fromemail . $delimiter; So, it's not a problem to set right "Return-Path" (set $vbulletin->options['bounceemail'] before calling vbmail, and then restore back). "FROM" should be left intact (webmaster/admin email), to avoid trubles with spam protection. The email selection algorithm: 1. If email field exist & filled in form - then take from there. 2. If not - then from user profile. |
#657
|
|||
|
|||
Thank you that worked!
|
#658
|
||||
|
||||
Fantastic mod!!
Got a question though: I'm trying to make a contest registration form thats e-mailed on submit. When the E-mail arrives it looks like this: MASTER O WAR TOURNAMENTWhat is your game name? PHOENIX What is your E-mail Address? yourname@email.net Are you a Clan Admin? Yes If Clan Admin, are you Registering your clan Or a small unit? Bulldog, nerdboy How can I fix this to look like this: MASTER O WAR TOURNAMENT: What is your game name? PHOENIX What is your E-mail Address? yourname@email.net Are you a Clan Admin? Yes If Clan Admin, are you Registering your clan Or a small unit? Yes Bulldog, nerdboy Any help would be great!! |
#659
|
||||
|
||||
Many thanks for the mod - it's exactly what I need :up:
How can I show the individual results of all submitted form replies to the relevant forum members in easy viewable format? Something like this (in table format): Number Name City Reply 1. John London Yes 2. Lloyd Paris No ect. Thanks again! |
#660
|
|||
|
|||
At the moment its not working for me and i dont know why
Here the error message : PHP Code:
|
#661
|
||||
|
||||
Quote:
Say it's a form to invite people to an event and then afterwards people want to see who is going with their relevant contact details that they completed in the form and also see their names on the list. Or it's a survey and people want to see the results of the survey in worksheet format so they can analyse them... How can this be done? Many thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|