vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - Easy Forms v4.x - Create a form or multiple forms without php or html knowledge (https://vborg.vbsupport.ru/showthread.php?t=234385)

Bladinium 09-01-2013 01:43 PM

pleasssseeeeeeee :'(

friendlymela 09-03-2013 04:25 PM

do i create staff application with this mod ?

ozzy47 09-03-2013 05:10 PM

Quote:

Originally Posted by friendlymela (Post 2442921)
do i create staff application with this mod ?

You could use this mod to create staff applications, https://vborg.vbsupport.ru/showthread.php?t=261978

friendlymela 09-04-2013 10:03 AM

Quote:

Originally Posted by ozzy47 (Post 2442930)
You could use this mod to create staff applications, https://vborg.vbsupport.ru/showthread.php?t=261978

Thanks Dear you always helpful for me :rolleyes:

edytwinky 09-04-2013 03:54 PM

Does this mod allow you to e-mail answers to both the administrator AND the person who submitted it? Or just the person who submitted it?

smirkley 09-06-2013 03:15 AM

Quote:

Originally Posted by ozzy47 (Post 2442930)
You could use this mod to create staff applications, https://vborg.vbsupport.ru/showthread.php?t=261978

Yup, and works nicely.

Plus can be used for feedback, and other inputs that require less than normal forum posts.

nano_9219 09-10-2013 02:02 PM

someone can explain me how i could redirect my form, depending of radio-button elected in a question? Vbulletin 4.2 with easy forms 4.3

MoK 09-11-2013 04:21 PM

Quote:

Originally Posted by nano_9219 (Post 2444649)
someone can explain me how i could redirect my form, depending of radio-button elected in a question? Vbulletin 4.2 with easy forms 4.3

Hi,
add a php-hook in "before submit" and paste this

Code:

if ($qo[*QUESTION ID*] == '*ANSWER*') {sleep(0); header("Location:http://*LINK*"); exit;}
elseif ($qo[*QUESTION ID*] == '*ANSWER*') {sleep(0); header("Location:http://*LINK*"); exit;}
else ($qo[*QUESTION ID*] == '*ANSWER*') {sleep(0); header("Location:http://*LINK*"); exit;}

For each answer you have to make an elseif for the last only one else . The things that you have to edit yourself are standing in the ... **

regards

ps: srry for my bad english :P

Cla75 09-18-2013 02:07 PM

I have a problem ...
by filling out the form using the "accented letters" (à, è, ì, ò, ù) I get an error
Failed to submit the form. The following error (s) occured:
The message you have entered is too short. Stretch your message to at least 4 characters.

Heckwork 11-15-2013 09:08 AM

I'm trying to pass a value to a form field with:
Code:

<a href="misc.php?do=form&fid=1&val1=test-123">Link</a>
in Form Hook Before Submit:
Code:

$val1 = $qo[50];
But it's not working. Any suggestions?


All times are GMT. The time now is 07:59 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02997 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete