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 |
#242
|
||||
|
||||
Thanks for that i appreciate it, i have edited the post below, it some way towards what i want, a nice concise uniform look, easy to read.
http://www.thecodecage.com/forumz/to...tml#post207964 |
#243
|
||||
|
||||
Bananalive, fantastic support, thanks for the fix!
|
#244
|
|||
|
|||
Thanks for this mod!!.
I have a question. In my form I have a field with this custom form output. When the answer is blank it shows [IMG] code because this field is not compulsory, like this [IMG].[/IMG] If the field is blank I don?t want to show BBcode, how could I correct this?? |
#245
|
|||
|
|||
That's too cool. After loading the xml sheet I could see clearly how it works. All I needed was an example. Thank you again.
|
#246
|
||||
|
||||
Hi, Banana,
At last, got enougth time to study latest changes in your form constructor. Thanks a lot for your work. I have some proposals, may be, youll find those useful for your 3.0 version . 1. Processing can be switched from "form parameters" to "form actions". That will spin flexibility to the next level, and will simplify / improve coding & interface for each action. Each action can have a custom parameter & action can be added to form in the same manner, as questions. The big advantage is, that you can have several action in one time (or just skip unnecessary one). Here is actions examples: - posting
(*) Don't know what is better: to keep title & template common, or make it individual for each posting action. Probably, second method is better and simplify main form editing page. 2. "Only for guest" questions. Reason is simple: User should not care, which form to select for feedback. That's extremly significant for advertiser and payed visitors. If he is registered, then additional information is taken from profile. If not - he is asked to fill additional input fields. Solution is trivial: add flag "only for guests" for all questions. 3. Full template language support in form templates. AFAIK only macroses are supported now. But it would be useful to support <if> <else> and all internal forum variables in form templates. It seems, there are no serious barriers to do that. vBulletin have a powerful templates parser, that can be used. It's useful with proposal (2), when you can easily fix template output, depending on user permissions. 4. Please, check vulnerabilities issues - What happens, if user enter macros name in text field? Are such patterns stripped (or converted to safe style) prior to process form? 5. It's better so send Emails in HTML. Вetter look, when use several actions (make post and send email) (*) If you'll switch to "actions", it's possible to create new one "send email as HTML" . If each action has personal template, that's not a problem at all. 6. Don't know, if it's useful, but I'd enlarge default form description font to SIZE=2. And would remove "Form Description" from border. 7. It would be useful to have form active for user, but hidden from public list. No ideas, why you use 2 access settings in product options, but only sigle setting for each form. Parameter "who can view form in list" can solve it. 8. Date question format. Some prefer dd-mm-yy. May be, format type to this question? 9. Does "send email" support multiple addresses? (*) Useful, but not critical if multiple actions are supported. Regards, Vitaly. |
#247
|
|||
|
|||
Will definately post a paypal donation for your hardwork on this mod.
Quote:
"You could use 'Form Hook: Form Start':" Code:
$form['where'] = $vbulletin->input->clean_gpc('g', 'threadid', TYPE_UNIT); if(!$form['where']) { $errormessage = "Error, no threadid specified."; eval('print_output("' . fetch_template('STANDARD_ERROR') . '");'); I left "Threadid where Post is Created:*" blank since this would need to be dynamic. Unsure where to proceed from here. |
#248
|
||||
|
||||
|
#249
|
|||
|
|||
whats the point of this mod ?
|
#250
|
|||
|
|||
Quote:
I discover that the form is submited or not depending of the order of the variable options that I indicate in the "Thread/ PM/ Email Title: " field: Example: It's ok with "{q_1}: {q_2}" but not submit the form if I wrote "{q_2}: {q_1}" In other form it's ok with "{q_6} {q_5}" but not with "{q_5} {q_6}" What's wrong? Thank you bananlive! |
#251
|
|||
|
|||
Thanks for the great modification. I am just starting to use it and have two questions.
Question 1: How do I get the form results to be saved to the database? When I creating a new form I see a drop down box with the following options: PM Form to User Post New Thread Post in Thread Email Form I do not see anything that allows me to "save to database". I checked the tables after creating a form and using the form and the formresults tables is empty. Question 2: Ideally I want a user to fill out a form and submit it. When it is submitted it is posted to a thread and saved to a database. Is this possible? Thanks! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|