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)

Welshy2008 06-17-2010 03:13 PM

Thanks for your reply Dragonsys,

Would you be kind enough as to PM a link to your forum where I can see that in action Please?

Many Thanks,
Welshy2008.

vilhiem 06-17-2010 03:18 PM

To remove the bold ... this worked out perfect and was easy to do ... Thanks!!!

Quote:

Originally Posted by bananalive (Post 2053549)
  1. Find in template form_view
    HTML Code:

    <div class="blocksubhead restore">{vb:raw form.description}</div>
  2. Replace with:
    HTML Code:

    <div class="blocksubhead restore" style="font-weight: normal;">{vb:raw form.description}</div>


Dragonsys 06-17-2010 04:28 PM

Quote:

Originally Posted by Welshy2008 (Post 2055058)
Thanks for your reply Dragonsys,

Would you be kind enough as to PM a link to your forum where I can see that in action Please?

Many Thanks,
Welshy2008.

I sent you a PM, but i will post it here as well in case anyone else would like to see it.

One of the forms I do this in is our Contact Form (http://forums.texas-fbody.org/misc.php?do=form&fid=2). If you fill it out and press preview, you should be able to see your email address as a link.

I can setup a test form and show how the images could work as well, if anyone would like to see that as well.

lickalotapus 06-17-2010 05:22 PM

How can I change the script so the answers are on the same line as the question?

I want it to look like:

Name: Mr. Smith
Date: 6-17-10
Services Needed: Cleaning and Repairs
Amount Charged: $50
Amount Paid: $60
Feedback: Everything went well
Referred By: www.abc.com
Would you Recommend Us?: Yes

Any suggestions?

Dragonsys 06-17-2010 05:33 PM

Quote:

Originally Posted by lickalotapus (Post 2055120)
How can I change the script so the answers are on the same line as the question?

I want it to look like:

Name: Mr. Smith
Date: 6-17-10
Services Needed: Cleaning and Repairs
Amount Charged: $50
Amount Paid: $60
Feedback: Everything went well
Referred By: www.abc.com
Would you Recommend Us?: Yes

Any suggestions?



Use the Custom Form Output field

lickalotapus 06-17-2010 05:57 PM

I'm real new to all of this so that doesn't help me. What do I put in that field? How do I make that work?

Are there instructions somewhere?

Thanks

Dragonsys 06-17-2010 06:28 PM

Quote:

Originally Posted by lickalotapus (Post 2055137)
I'm real new to all of this so that doesn't help me. What do I put in that field? How do I make that work?

Are there instructions somewhere?

Thanks

The Custom Form Output box is on the Edit Form page.
You can use BBCode in that field to format the output.
There is some info right below the box. As for the questions & answers, there are drop downs right above the box, which will insert them for you.

Mimirswell 06-17-2010 06:51 PM

Form Hook: Before Submit:
PHP Code:

if ($qo[737] == "1")
{
$form[forumid] = 14;
}
elseif (
$qo[737] == "2")
{
$form[forumid] = 23;
}  
elseif (
$qo[737] == "3")
{
$form[forumid] = 31;
}  
elseif (
$qo[737] == "4")
{
$form[forumid] = 39;


This hook no longer works after the migration to 4.0. The forumid is still the same.

Dragonsys 06-17-2010 07:14 PM

Quote:

Originally Posted by Mimirswell (Post 2055149)
Form Hook: Before Submit:
PHP Code:

if ($qo[737] == "1")
{
$form[forumid] = 14;


This hook no longer works after the migration to 4.0. The forumid is still the same.

try $qo['737']
that is what his previous example had anyway...

Mimirswell 06-17-2010 09:25 PM

Still fails.


All times are GMT. The time now is 05:27 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.06721 seconds
  • Memory Usage 1,755KB
  • 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
  • (2)bbcode_html_printable
  • (2)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