vb.org Archive

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

SupraGame 06-07-2009 06:45 PM

Quote:

Originally Posted by bananalive (Post 1825037)
What vbulletin version are you using?

im using 3.8.1

SupraGame 06-07-2009 07:11 PM

actually fixed.

i realized that when it copied the form. it didnt update my {q_x} {q_x} in the PM title. all i have to do is change that.

Yago 06-08-2009 12:12 AM

I get this when I try to go to my form. My Vb is 3.8.2

"admin, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation. "

TNCclubman 06-08-2009 02:40 AM

Quote:

Originally Posted by bananalive (Post 1825035)
I've added option: Form Results Poll

This displays the results like in the attached screenshots.

Amazing!

Thanks!!!

Simon Lloyd 06-08-2009 06:54 AM

Quote:

Originally Posted by Yago (Post 1825342)
I get this when I try to go to my form. My Vb is 3.8.2

"admin, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation. "

Have you set the permissions in the admincp for the usergroups who can access this form for editing, then when editing the form you have to set the usergroups who can access it.

vash911 06-08-2009 11:12 AM

Is there a way to filter the forms into different forums based upon a drop down selection or radio button.

Example-
Question:
Please Select Your Favorite Car
A: Car A
B: Car B
C: Car C
D: Car D

If the Person Selects A when he completes his form it is sent to Forum A
If the Person Selects B when he completes his form it is sent to Forum B
etc

MoveOver.cc 06-08-2009 11:47 AM

Please explain (if possible) how I would a add the answers to the form into a table (something like excel) which added every time the form was completed.

Found the table which is cool. I am trying to use this as an event registration form where users fill out the appropriate fields and are then saved in the database. What I really need to add to this is a way that I can sort by heading (like excel) so I can work out how many users have clicked each question.

Thanks

bananalive 06-08-2009 02:38 PM

Quote:

Originally Posted by vash911 (Post 1825579)
Is there a way to filter the forms into different forums based upon a drop down selection or radio button.

Example-
Question:
Please Select Your Favorite Car
A: Car A
B: Car B
C: Car C
D: Car D

If the Person Selects A when he completes his form it is sent to Forum A
If the Person Selects B when he completes his form it is sent to Forum B
etc

Form Hook: Before Submit:
PHP Code:

if ($qo[15] == 'Car A')
{
  
$form[forumid] = 16;
}
else if (
$qo[15] == 'Car B')
{
  
$form[forumid] = 17;


where 15 is the question hash and 16 and 17 are the forumids or Forum A and Forum B

bananalive 06-08-2009 02:46 PM

Quote:

Originally Posted by MoveOver.cc (Post 1825600)
Please explain (if possible) how I would a add the answers to the form into a table (something like excel) which added every time the form was completed.


Found the table which is cool. I am trying to use this as an event registration form where users fill out the appropriate fields and are then saved in the database. What I really need to add to this is a way that I can sort by heading (like excel) so I can work out how many users have clicked each question.

Thanks

Have a look at the form Results poll view added here. That could help you. It would not be easy (if possible at all) sorting by questions.

Simon Lloyd 06-08-2009 03:02 PM

Is there a way of redirecting the user to the thread they just created using the form after they submit it?


All times are GMT. The time now is 06:33 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.03303 seconds
  • Memory Usage 1,747KB
  • 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
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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