![]() |
So how do we add it, i do not see the option for it. tnx.
Edit: nvm, i see the option for it. However we can not choose where to add it in the form? |
Quote:
|
Quote:
|
Quote:
|
Quote:
PHP Code:
|
Quote:
PHP Code:
|
hi bro
really thnx for this gr8 mod (marked as installed :) ) |
This is an excellent mod that will save me a LOT of time but I'm running VBAdvanced CMPS, is there any way to integrate the forms into the front end?
|
Quote:
|
Installed Thanks mate epic this is!!
|
Quote:
This gotta be one of the best mods out there right now. Most flexible. |
When i choose for it to store the information in the database, where do i go to find the stored information? Does it go into MySQL? I would like to be able to pull this information out through php if at all possible.
|
1. I have this in Custom Form Output
Code:
$qo[1]: $qo[2]: $qo[7] Code:
PHP Code:
|
Quote:
|
Thank you. I knew it was something simple I was overlooking.
I forgot I had that turned on. DUH |
Quote:
I want to output the results to a "Recommended Restaurant" forum. I guess I could manually create a thread for each state and province. Then a member will submit the forum and it should go to the correct state/province thread. Do I have to create 57 different forms to do this? Is there any way that the form could use this drop-down state/province field to know which thread to post to? |
***IGNORE THIS***
When I hit "submit" after filling out my form, I get the following error. Unable to add cookies, header already sent. File: /home/stratfan/public_html/forum/includes/class_core.php Line: 3254 I am very new to all of this, I was attempting to "create a new thread" with the forms information, any help would be appreciated. (great product btw!) ***END OF IGNORE*** I figured it out! Thanks for the great Product! |
Hi, fantastic mod!
A quick question - after the form has been submitted, a message appears stating "Form Submitted - Click here to go to the thread" (or similar). Trouble is, that only Admins have permission for the forum that the thread is posted in and if they follow the 'click here' they get an another error message... I would therefore like to change this wording and have edited the "form_submit_message" and "form_submit_message_explain" via the phrase manager, but despite such, the message remains the same (ie the standard phrase remains unaltered)... No doubt it is something I am doing wrong but any ideas would be very much appreciated.... |
I have a question related to ilanyon..
Like he said, you have the option to change what the user sees after submitting a form. To change the message you put your own message in the text box below Form Submit Message: Message the user sees when the form is submitted successfully. Leave blank to use the default message." I want to use this message to direct them to a different url, what code can I use? I tried [URL] tags and <a href> tags and they didn't work.. I understand there is a redirect option, but I want to display a message first, and also give a few options for where to go after the form is completed. |
when i click manage attachments on the form i made i get this on the new screen...
Invalid Post specified. If you followed a valid link, please notify the administrator form is set to post new thread and attachments allowed. logged in as admin edit... nevermind. i see what i did wrong. just need forum id # not link. great mod! |
ok new question. how can i allow unregistered users to upload files on the form i created. form shows image verification in that spot for unregistered users.
http://brianslawn.com/forum/misc.php?do=form&fid=4 |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
hey there. great application. but i have a same problem that is like in the past posts. i use 3.1 and when i disallow registered users to edit forms they can not see the forms. i want them to see. use thr forms but not to edit or delete. thenk you so much..
vbulletin ver. : 3.81 www.amatorbalikcilar.net |
1 Attachment(s)
Questions on number and dollar formating.
Problem 1. In a single line text field I put this PHP Code:
However when I try to submit a form I get the invalid format error. See attach. Attachment 95542 I'm using vB 3.7.4 and Easy Forms 3.1 Question 2. Is it possible to force number in text field so that both (5) and (5.00) would show as 5.00 (with decimal) and not 5 (without decimal), on submitted post? or make them both a dollar number ($5.00) I can live without the dollar format if too difficult, but would like the other options. |
Hello,
I installed and can submit a form with and without a picture attachment. However, when I attach a picture and click preview I get this: Fatal error: Call to undefined function construct_attachment_add_js() in /home/content/g/a/l/galvanm/html/app/webroot/forum/misc.php(100) : eval()'d code on line 807 |
Quote:
Yep, changed that to what I wanted and it even shows up in italics above the field in the edit form -> Form Submit Message....however, the standard "Form was submitted successfully. Click here to view the thread." message continues to show when the form is submitted... Cheers, Ian |
1 Attachment(s)
When a form is submitted, it takes a lot of space due to each question being on a different line. What do I edit to give it a more horizontal layout. Attached is a picture of what is posted now. I would like to be able to have two or three of the questions on one line so that it is not such a long post.
|
Quote:
Use $qo[1] for drop down menu $qn[8] to show question 1 eg. Age $q[8] $qo[8] to show question 1 answer eg. 45 So just put then on the same line. $qn[1] $q[1] $qn[2] $q[2] $qn[3] $q[3] replace numbers with your question numbers, and use bb code around the questions for bold font. eg: [B]$qn[1][/B] $q[1] [B]$qn[2][/B] $q[2] [B]$qn[3][/B] $q[3] |
hmmm....I thought I did it right but now when I try to submit the form, I get this error message.
The message you have entered is too short. Please lengthen your message to at least 3 characters. This is what I entered in the custom output box. $qn[1] $q[1] $qn[2] $q[2] $qn[3] $q[3] $qn[4] $q[4] $qn[5] $q[5] $qn[6] $q[6] $qn[7] $q[7] $qn[8] $q[8] $qn[9] $q[9] $qn[10] $q[10] $qn[11] $q[11] |
Quote:
[CENTER][B][SIZE=4][COLOR=Red]United states[/COLOR][/SIZE][/B][/CENTER] Or just some dots right at the bottom of your form. |
OK...when I tried that...the form submitted but the post only showed the "United States" centered in red. None of the other questions and answers showed up.
If I remove it all and just use the default, everything shows up fine but not if I try the custom output. |
OK....the problem was that I had my head too far up where the sun doesn't shine. I was using the order of the questions instead of the actual question number. Sorry about that.
One ...hopefully last...question. For yes/no questions, the output is 1 or 2 whether I use yes/no type question or a drop down box with yes and no as answers. How can I get it to actually show yes or no instead of the numbers? |
Quote:
|
How would one add a prefix setup in the admincp to the new thread when they submit it?
|
Quote:
|
Quote:
Find: PHP Code:
PHP Code:
|
Quote:
|
All times are GMT. The time now is 05:20 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|