Search  

ASP FORM WITH DROP DOWN COMBO BOX AND CHECK BOXES

HomeBrowse CategoriesFlashApplications and UtilitiesUtilitiesASP Form With Drop Down Combo Box and Check Boxes

Flash to ASP Form with ComboBox and Check Boxes

This is a form for SQL servers that will not accept PHP , this form is fully customizable and pretty easy to use, very little scripting knowledge required. It will send the form to your or your clients Email via ASP .

You can take out and add any elements to this form, I put the ComboBox and check boxes in because I needed it for a client and there is nothing out there like this for ASP .

Plenty of instruction included CS3 and Flash 8 files included. Working preview at – http://phasecreative.com/form/form.html

Posted 5 months ago

sorry i meant the other file cfashaspform.as

Posted about 1 month ago

Hhmmm, I’m not exactly sure how to make the ComboBox required besides that – if that is not working for you, then maybe try having the send button disabled until the ComboBox is selected using, something like this -

k = new Object(); onKeyUp = function() { if(ComboBox1.text != ” “;) { } Key.addListener(k); submitButton.enabled = false;

- let me know.
Posted about 1 month ago

I’m Trying more then 2 hours, but its not work yet :(

Posted 24 days ago

Hello, i don’t want to change anything , i just want to send to my email alchyan@yahoo.com)">(alchyan@yahoo.com) So i open the FlashASPForm & change : __________

** Here is where you send it to your or your clients Email’

myMail.To = “alchyan@yahoo.com” myMail.BCc = “alchya@gmail.com” ‘You can add as many CC’s or BCC ’s as you want’ _________

why its not work!?

Thanks ALCHIAN
Posted 24 days ago

Thank you for your answer Eric Foster I’m going to check my Server Thanks again :)

Posted 24 days ago

-

Posted 24 days ago

I use MS Access and ASP all the time. I bought your ASP contact page. I wish you would make a NEWSLETTER Sign Up into a MS Acces database.

;Cas

Posted 20 days ago

You could make that pretty easily -

Posted 18 days ago