The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Form Hack Details »» | |||||||||||||||||||||||||
Form Hack 4.1 Features: Ever wanted an online form that a user can fill out, which when submitted gets:
Or any combination or all of the above? Well, this is the hack for you! You can use this for:
Or anything you like - this hack is totally customizable via the AdminCP. The beauty of this hack is that once you install this hack, to make a new form all you need to do is copy the main hook, rename it to whatever you want, edit the variables in the hook, and you have a totally new form!!! You do not need to touch the templates again, but can always create new ones and use different templates for different forms. Format of the form:
This is customizable via the hook. Also:
INSTALLATION Easy - takes only a few minutes:
Done! Use this hack to make as many forms as you like! Enjoy! Updates: Version 4.0: (09/15/2006)
Version 4.1: (04/24/2008)
MAKE SURE YOU CLICK INSTALL! You will get an email when a new version is released. Abe1 with rights from Dr Erwin Loh Supporters / CoAuthors Show Your Support
|
Comments |
#492
|
||||
|
||||
Quote:
Good luck |
#493
|
||||
|
||||
Quote:
I will take a look C and assist U if I have time... Attach a pic showing where the issue is at... |
#494
|
|||
|
|||
hi
I had taken 6 hours to finger out who to use the Form Hake but I failed to understand how it works . All what I need is to make a simple registration form. If any one pleas can help me, i attached the form that i want , if any one can convert it to the form hack and send the to me . HTML Code:
<table width="456" border="0" cellpadding="10"> <form name="form1" method="post" action="http://www.atyafonline.com/mailform/formmail.php"> <!-- CHANGE THE FOLLOWING LINE TO USE YOUR TARGET EMAIL ADDRESS --> <input type=hidden name="recipient" value="bahattab@yahoo.com"> <INPUT type="hidden" value="http://www.ctld.net" name="redirect"> <INPUT type="hidden" value="SubjectTitil,FirstName,MName,LastName,Mobile,OfficePhone,AlternatePhone,EmaiAddress" name="required"> <INPUT type="hidden" value="email=E-mail Address,firstname=First Name,SubjectTitil=Subject" name="alias"> <tr> <td valign="top" align="center">Training Registration Form </td> </tr> <tr> <td width="33%" valign="top" bgcolor="#F0F0F0" align="center"> <table border="0" width="100%" id="table22"> <tr> <td width="20"> </td> <td> </td> <td width="10"> </td> </tr> <tr> <td width="20"> </td> <td> <table border="0" width="100%" id="table23"> <tr> <td width="4"> </td> <td width="113"><font size="2">Subject </font> <font size="2" color="#FF0000">*</font></td> <td width="4">:</td> <td width="241"> <INPUT type="hidden" value="Subject" name="subject"> <select style="FONT-SIZE: 10pt; COLOR: blue" class="bginput" id="sel_user[languageid]_4" name="SubjectTitil" size="2"> <option value="Training Registration" selected>Training Registration</option> <option value="Training Complaints">Training Complaints</option> </select></td> <td width="4"> </td> </tr> <tr> <td width="4"> </td> <td width="113"> </td> <td width="4"> </td> <td width="241"> </td> <td width="4"> </td> </tr> <tr> <td width="4"> </td> <td width="113"><font size="2">First Name </font> <font size="2" color="#FF0000">*</font></td> <td width="4">:</td> <td width="241"> <!--webbot bot="Validation" s-data-type="String" b-allow-letters="TRUE" --><input name="FirstName" type="text" size="30" style="FONT-SIZE: 10pt; COLOR: blue"></td> <td width="4"> </td> </tr> <tr> <td width="4"> </td> <td width="113"><span lang="en-us"><font size="2">M. Name</font></span><font size="2"> </font><font size="2" color="#FF0000">*</font></td> <td width="4"><span lang="en-us">:</span></td> <td width="241"> <!--webbot bot="Validation" s-data-type="String" b-allow-letters="TRUE" --><input name="MName" type="text" size="30" style="FONT-SIZE: 10pt; COLOR: blue"></td> <td width="4"> </td> </tr> <tr> <td width="4"> </td> <td width="113"><font size="2">Last Name </font> <font size="2" color="#FF0000">*</font></td> <td width="4">:</td> <td width="241"> <!--webbot bot="Validation" s-data-type="String" b-allow-letters="TRUE" --><input name="LastName" type="text" size="30" style="FONT-SIZE: 10pt; COLOR: blue"></td> <td width="4"> </td> </tr> <tr> <td width="4"> </td> <td width="113"> </td> <td width="4"> </td> <td width="241"> </td> <td width="4"> </td> </tr> <tr> <td width="4"> </td> <td width="113"><font size="2">Mobile </font> <font size="2" color="#FF0000">*</font></td> <td width="4">:</td> <td width="241"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" b-value-required="TRUE" i-minimum-length="7" i-maximum-length="25" --><input class="bginput" size="30" name="Mobile" style="FONT-SIZE: 10pt; COLOR: blue" maxlength="25"></td> <td width="4"> </td> </tr> <tr> <td width="4"> </td> <td width="113"><font size="2">Office Phone </font> <font size="2" color="#FF0000">*</font></td> <td width="4">:</td> <td width="241"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" b-value-required="TRUE" i-minimum-length="4" i-maximum-length="25" --><input class="bginput" size="30" name="OfficePhone" style="FONT-SIZE: 10pt; COLOR: blue" maxlength="25"></td> <td width="4"> </td> </tr> <tr> <td width="4"> </td> <td width="113">Exte.</td> <td width="4">:</td> <td width="241"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" --><input class="bginput" size="13" name="OfficePhoneExte" style="FONT-SIZE: 10pt; COLOR: blue"></td> <td width="4"> </td> </tr> <tr> <td width="4"> </td> <td width="113"><font size="2">Your Email </font> <font size="2" color="#FF0000">*</font></td> <td width="4">:</td> <td width="241"> <!--webbot bot="Validation" s-data-type="String" s-allow-other-chars="@" --><input class="bginput" style="FONT-SIZE: 10pt; COLOR: blue" size="30" name="EmaiAddress"></td> <td width="4"> </td> </tr> <tr> <td width="4"> </td> <td width="113"><font size="2">Alternate Phone </font> <font size="2" color="#FF0000">*</font></td> <td width="4">:</td> <td width="241"> <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" i-maximum-length="25" --><input style="FONT-SIZE: 10pt; COLOR: blue" name="AlternatePhone" size="30" maxlength="25"></td> <td width="4"> </td> </tr> <tr> <td width="4"> </td> <td width="113"> </td> <td width="4"> </td> <td width="241"> </td> <td width="4"> </td> </tr> <tr> <td width="4"> </td> <td width="113"><font size="2">Employer</font></td> <td width="4">:</td> <td width="241"> <!--webbot bot="Validation" s-data-type="String" b-allow-letters="TRUE" --><input size="30" name="Employer"></td> <td width="4"> </td> </tr> <tr> <td width="4"> </td> <td width="113"><font size="2">Division/Section</font></td> <td width="4">:</td> <td width="241"> <!--webbot bot="Validation" s-data-type="String" b-allow-letters="TRUE" --><input size="30" name="DivisionOrSection"></td> <td width="4"> </td> </tr> <tr> <td width="4"> </td> <td width="113"><font size="2">Job Title</font></td> <td width="4">:</td> <td width="241"> <!--webbot bot="Validation" s-data-type="String" b-allow-letters="TRUE" --><input class="bginput" size="30" name="JobTitle"></td> <td width="4"> </td> </tr> <tr> <td width="4"> </td> <td width="113"><font size="2">Custom Title</font></td> <td width="4">:</td> <td width="241"> <!--webbot bot="Validation" s-data-type="String" b-allow-letters="TRUE" --><input class="bginput" size="30" name="CustomTitle"></td> <td width="4"> </td> </tr> <tr> <td width="4"> </td> <td width="113"> </td> <td width="4"> </td> <td width="241"> </td> <td width="4"> </td> </tr> </table> </td> <td width="10"> </td> </tr> <tr> <td width="20"> </td> <td> </td> <td width="10"> </td> </tr> </table> </td> </tr> <tr> <td valign="top"> <p align="center"> </td> </tr> <tr> <td valign="top" bgcolor="#F0F0F0"> <table border="0" width="100%" id="table27"> <tr> <td width="20"> </td> <td align=center> </td> <td width="20"> </td> </tr> <tr> <td width="20"> </td> <td> <table border="0" width="100%" id="table33"> <tr> <td width="10"> </td> <td width="186"><font size="2">Home Page</font></td> <td width="6">:</td> <td> <input class="bginput" size="30" name="HomePage"></td> <td width="10"> </td> </tr> <tr> <td width="10"> </td> <td width="186"><font size="2">Country </font> </td> <td width="6">:</td> <td> <!--webbot bot="Validation" s-data-type="String" b-allow-letters="TRUE" --><input name="Country" type="text" size="30"></td> <td width="10"> </td> </tr> <tr> <td width="10"> </td> <td width="186"><font size="2">City </font> </td> <td width="6">:</td> <td> <!--webbot bot="Validation" s-data-type="String" b-allow-letters="TRUE" --><input name="City" type="text" size="30"></td> <td width="10"> </td> </tr> <tr> <td width="10"> </td> <td width="186"><font size="2">Address</font></td> <td width="6">:</td> <td> <input name="Address" type="text" size="30"></td> <td width="10"> </td> </tr> <tr> <td width="10"> </td> <td width="186"><font size="2">Postal Code</font></td> <td width="6">:</td> <td> <!--webbot bot="Validation" s-data-type="String" b-allow-letters="TRUE" b-allow-digits="TRUE" --><input name="PostalCode" type="text" size="30"></td> <td width="10"> </td> </tr> <tr> <td width="10"> </td> <td width="186"><font size="2">Referrer</font></td> <td width="6">:</td> <td> <input class="bginput" size="30" name="Referrer"></td> <td width="10"> </td> </tr> <tr> <td width="10"> </td> <td width="186"><font size="2">Another Email Address</font></td> <td width="6">:</td> <td> <input class="bginput" size="30" name="AnotherEmailAddress"></td> <td width="10"> </td> </tr> <tr> <td width="10"> </td> <td width="186"><b><font size="2"> </font></b></td> <td width="6"> </td> <td> </td> <td width="10"> </td> </tr> </table> </td> <td width="20"> </td> </tr> <tr> <td width="20"> </td> <td> </td> <td width="20"> </td> </tr> </table> </td> </tr> <tr> <td valign="top" align="center"> </td> </tr> <tr> <td valign="middle" bgcolor="#F0F0F0"> <table border="0" width="100%" id="table37"> <tr> <td width="20"> </td> <td> </td> <td width="20"> </td> </tr> <tr> <td width="20"> </td> <td> <table border="0" width="100%" id="table38"> <tr> <td width="10"> </td> <td width="147"><font size="2">Yahoo! ID</font></td> <td width="6">:</td> <td> <input class="bginput" size="30" name="YahooID"></td> <td width="10"> </td> </tr> <tr> <td width="10"> </td> <td width="147"><font size="2">MSN ID</font></td> <td width="6">:</td> <td> <input class="bginput" size="30" name="MSNID"></td> <td width="10"> </td> </tr> <tr> <td width="10"> </td> <td width="147"><font size="2">Skype</font></td> <td width="6">:</td> <td> <input class="bginput" size="30" name="SkypeName"></td> <td width="10"> </td> </tr> <tr> <td width="10"> </td> <td width="147"><font size="2">ICQ</font></td> <td width="6">:</td> <td> <input class="bginput" size="30" name="ICQ"></td> <td width="10"> </td> </tr> <tr> <td width="10"> </td> <td width="147"><font size="2">AIM</font></td> <td width="6">:</td> <td> <input class="bginput" size="30" name="AIM"></td> <td width="10"> </td> </tr> <tr> <td width="10"> </td> <td width="147"> </td> <td width="6">:</td> <td> </td> <td width="10"> </td> </tr> </table> </td> <td width="20"> </td> </tr> <tr> <td width="20"> </td> <td> </td> <td width="20"> </td> </tr> </table> </td> </tr> <tr> <td valign="top" align="center"> </td> </tr> <tr> <td valign="middle" bgcolor="#F0F0F0"> <table border="0" width="100%" id="table30"> <tr> <td width="20"> </td> <td> </td> <td width="20"> </td> </tr> <tr> <td width="20"> </td> <td> <table border="0" width="100%" id="table39"> <tr> <td width="10"> </td> <td width="124"> </td> <td width="6"> </td> <td> </td> <td width="10"> </td> </tr> <tr> <td width="10"> </td> <td width="124"> <p align="center"><font size="2">Course Title</font></td> <td width="6">:</td> <td><font color="blue" size="2"> <!--webbot bot="Validation" s-display-name="Course number and title" b-value-required="TRUE" b-disallow-first-item="TRUE" --><select style="FONT-SIZE: 10pt; COLOR: blue" name="CourseTitle" size="5"> <option selected>---------</option> <option value="100 Fundamentals ">100 Fundamentals</option> <option value="450 Chemical ">450 Chemical</option> </select></font></td> <td width="10"> </td> </tr> <tr> <td width="10"> </td> <td width="124"> <p align="center"><font size="2">Course Number</font></td> <td width="6">:</td> <td><font face="Arial"> </font><!--webbot bot="Validation" b-value-required="TRUE" --><input size="30" name="CourseNumber"></td> <td width="10"> </td> </tr> <tr> <td width="10"> </td> <td width="124"> </td> <td width="6"> </td> <td> </td> <td width="10"> </td> </tr> </table> </td> <td width="20"> </td> </tr> <tr> <td width="20"> </td> <td> </td> <td width="20"> </td> </tr> </table> </td> </tr> <tr> <td class="alt1" valign="middle"> <p align="center"> </td> </tr> <tr> <td valign="middle" bgcolor="#F0F0F0"> <table border="0" width="100%" id="table29"> <tr> <td width="20"> </td> <td> <p align="center"><b><font face="Arial, Helvetica, sans-serif"> Comments</font></b></td> <td width="20"> </td> </tr> <tr> <td width="20"> </td> <td> <p align="center"> <textarea name="Comments" cols="40" rows="8"> </textarea> </td> <td width="20"> </td> </tr> <tr> <td width="20"> </td> <td> </td> <td width="20"> </td> </tr> </table> </td> </tr> <tr> <td class="alt2" valign="middle"> <p align="center"> </td> </tr> <tr> <td valign="top" bgcolor="#F0F0F0"> <p align="center"> <font size="-1" face="Arial, Helvetica, sans-serif"> <input type="submit" name="" value="Submit"> </font></td> </tr> <tr> <td valign="middle"> </td> </tr> <tr> <td valign="middle"> <p align="center"><b><a href="http://www.Atyafonline.com"><font size="2">Atyafonline.com</font></a></b></td> </tr> </form> </table> Thanks Regards Emad Bahattab |
#495
|
||||
|
||||
Quote:
Hi Bahattab I peeked at that code and I must say its a bit over easy... I can do it 4 ya, but unfortunely Im working on other projects and dont have extra time this week or next...I also work 16 hours, 6 days a week... PM me l8ter at the end of the month and I will C what can B done or C if another member can help... Good Luck |
#496
|
|||
|
|||
Quote:
thank you for your co , take your time , what i hope is to have it works. regards Emad Bahattab |
#497
|
|||
|
|||
Quote:
thank you, i replied in that thread with a problem, can you help? it seems the image/font files are missing from the zip |
#498
|
|||
|
|||
Quote:
Quote:
Hey guys, So I'm just getting going with understanding the design of vbulletin (just got it a few weeks ago). I'm having the same issue as Dirty Crow, but I cannot for the life of me figure out what this second template is that Greg is talking about. Can someone maybe point me in the right direction please? |
#499
|
|||
|
|||
Quote:
Any idea when you're likely to release a version of this mod with the form being posted as an event in the calendar? |
#500
|
||||
|
||||
I currently have this hack installed on my forum and I'm using it for registered users to submit support requests...
This hack is freakin'awesome! Kudos! The reason for this post is to ask for someone's assistance... I've searched this foum for a link exchange hack and the only thing I can find is Links and Downloads Manager, which has link exchanging and other bells and whistles I just don't need. I'm also familiar with vbAdvanced, but don't want to spend the measly $35 for it. I'm a "tight-wad"! I'm currently using LinkMachine which is PHP-based, but in order to use it, I have to create an HTML page as a template...I have to remove forum specific content, or it just doesn't work well with the board. Although the program is fairly good...it just doesn't have what I need in order to accomplish my goal. What I'd like someone to help me with is to create a form for other sites to exchange link requests with my forum. The form should have these fields and they should all be required: 1) Contact Name 2) Contact's E-Mail Address 3) Their Site's Title 4) Their Site's URL 5) Their Site's Description 6) URL Location of Their Reciprocal Link I already have a hack installed that creates SEO friendly templates, so managing the link pages will not be a problem. Once the form is submitted, it will be PM'd or e-mailed to me for review. Once I verify they are linking to my forum, I will add their info to the appropriate template page I've created. In a perfect world, I'd like all of it to be automated, but unless I find a free program that can be incorporated into the forum, adding links, checking reciprocals, email notifications of missing links, updating links, etc., etc. will be entirely up to me. It would also be nie if someone with enough vbulletin hack knowledge could create such a hack that would be of benefit to all users. Whoever does...definitely has my vote for BOTM! Anyway...I hope I can get a volunteer to create the form and all other aspects of it. Thanks, in advance for any replies and assistance. Update... No need for help anymore...finally figured it out and have it working, however, the addons supplied with this hack do not work. Someone might want to take a look into this. The Add-on hacks state they are supported...how does one get their hack validated and marked as supported when it doesn't even contain all the files and instructions you need to make it work. This Form Hack 4.0 is exactly what I've been looking for and again, Kudos goes out to Abe on this one. I just want a simple CAPTCHA hack that will work with this hack. I'm currently using vb 3.6.7 PL1. |
#501
|
|||
|
|||
Hello with all, I installed this MOD but I do not see or to modify the form and also how to bind it to a forum? Thank you (sorry about the writing I speak French)
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|