The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
Easy Forms v4.x - Create a form or multiple forms without php or html knowledge Details »» | |||||||||||||||||||||||||||||
Easy Forms v4.x - Create a form or multiple forms without php or html knowledge
Developer Last Online: Nov 2023
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)
Screenshots There are two posts full of screenshots of this modification
Download Now
Show Your Support
|
19 благодарности(ей) от: | ||
Alex@bulletin, Baja, Bannec, beduino, Black Snow, Cadellin, CvP, Daniel, eviljoker7075, imported_polygrinder, Karma, Life Revived, line89, madness85, Mastar, Master Of Unive, pandaplush, pcmwebmaster, SaN-DeeP |
Comments |
#2012
|
||||
|
||||
Quote:
|
#2013
|
|||
|
|||
I would like to add a Referer hook to the form output- basically I want to know what page they were on when they accessed the form and sent it to me.
$_SERVER['HTTP_REFERER'] Example: form is hosted on this page: anysite.com/content.php/1950-friendly-url when the form is submitted I want to have a field that shows: Referer: anysite.com/content.php/1950-friendly-url Instead all I can see is: Referer: anysite.com/forms.php?do=form&fid=47 Any ideas on the correct syntax to add it to the Form Hook before submission? I've tried: PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
#2014
|
|||
|
|||
Any php folks who could help me with some custom stuff? I don't even know if this is possible:
I've got a question with a five item dropdown, and I'm hoping I can use a custom question to populate the form output with a bunch of other information depending on which of the five items a user picks. e.g. They pick their city of residence from a dropdown, and the output of the submitted form lists a few things relevant only to that city. Picking a different city gives different output. The bits of info themselves are not super long and won't be changing. |
#2015
|
|||
|
|||
Need help i cant seem to figure out where to creat the forum or what not
|
#2016
|
|||
|
|||
I am unable to create new form questions. The submit button after creating a new question doesn't seem to do anything at all.
Here is the button that is not doing anything when clicked: Code:
<input class="button" name="cancel" type="button" id="cancel" value="Cancel" onclick="window.location.href='forms.php?do=editform&fid=1'"> |
#2017
|
|||
|
|||
Hello!
How can I install it to Vb5? Is it possible? Or can someone help me with it? Thank you. |
#2018
|
||||
|
||||
If you rewrite it you can install it to vB5....
|
Благодарность от: | ||
In Omnibus |
#2019
|
|||
|
|||
Really love this mod, so first off -- big thanks.
Following this line of questions with ascroft, I wanted to add a subscription to the newly posted thread for the user. Hook Location: newthread_post_complete Code:
if ($fid == 32) { $addthreadinfo = fetch_threadinfo($newpost['threadid']); $adduserinfo = $vbulletin->userinfo['userid']; $db->query_write("INSERT INTO subscribethread (userid,threadid,emailupdate,folderid,canview) VALUES ('$adduserinfo','addthreadinfo','1','0','1'); "); } |
#2020
|
|||
|
|||
nvm, I just added into the 'Easy Forms Part 1' plugin:
~ line 807 just before 'mark_thread_read' PHP Code:
|
#2021
|
|||
|
|||
Hello
Recently my emails are delayed for 12 hours only when sent from forms? Further...just updated to 4.25, and form gets stuck now when trying to submit Thank you |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|