Have a Combo selection box in the form and return mail is only picking up 1 selection from box. The selection may be as many as 7 returning from form input. Any suggestions on why or what I'm doing incorrectly?
Multiple Combo Box
Collapse
X
-
Re: Multiple Combo Box
If you wat multiple selections you have to check the "Allow multiple selections" box in the combobox propertiesNavaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
-
-
Re: Multiple Combo Box
dasmoon,
Please send me a copy of your php file/script that you use to process the form. I will take a look at it. Send via my email in profile.
Also send the url so I can look at the source code of the form.
AndyPHP- is a blast!
Comment
-
-
Re: Multiple Combo Box
Here are the requested information you ask for:
php file/script :
<script language="php">
$email = $HTTP_POST_VARS[email];
$mailto = "webcoms@puregolf-online.us";
$mailsubj = "Form submission";
$mailhead = "From: $email\n";
reset ($HTTP_POST_VARS);
$mailbody = "Values submitted from web site form:\n";
while (list ($key, $val) = each ($HTTP_POST_VARS)) { $mailbody .= "$key : $val\n"; }
url : www.puregolf-online.com/forms.html
Thank you for the assistances.
Comment
-
-
Re: Multiple Combo Box
ok- from what you report-
All other information is comming through. You are getting all other fields.
Your form appears to be set up properly. I suggest that you try connecting via FTP Manager and going to the server and deleting the page that has the form on it. Then disconnect. Open the page in BV web builder and make certain that "allow multiple" is selected.
Also- on each- only assign a name and no value.
Re-publish
Give that a try
AndyPHP- is a blast!
Comment
-
-
Re: Multiple Combo Box
dasmoon,
Disregard my last. I have been trying all afternoon to get a test combo box to send (post) multiple submitted values and it won't do it. I have tried probably a hundred different ways. I have been the biggest user of my band width by far for this month.
I'll keep searching.
AndyPHP- is a blast!
Comment
-
-
Re: Multiple Combo Box
dasmoon,
From what I have read- in order to pick up the multiple values associated with the combo box- you have to make them part of an array. I am unclear how to gather the info from this array. ?For each loop perhaps? I really don't know. If you find out- please let me know via this thread or by e-mail.
AndyPHP- is a blast!
Comment
-
-
Re: Multiple Combo Box
investigating...
VodaHost
Your Website People!
1-302-283-3777 North America / International
02036089024 / United Kingdom
291916438 / Australia
------------------------
Top 3 Best Sellers
Web Hosting - Unlimited disk space & bandwidth.
Reseller Hosting - Start your own web hosting business.
Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)
Comment
-
-
Re: Multiple Combo Box
Big Mahalo Andy and Vodahost! (Mahalo is Hawaiian for be Thank you!) Please advise when solution on how to gather info from array. The values are most likely multi-value array separated by value mark (ansi character 253) but how do we extract the data by each value? The key is what Vodahost is investigating I assume. Thanks again for the effort!
Dasmoon
Comment
-
-
Re: Multiple Combo Box
Has anything been found on the investigation of this problem? Need help know on to pass multiple selections from a multiple choice combo box? The form is a short survey asking for multiple choices, only one choice is passed. Urgent request. Thank you!
Comment
-
Comment