Search  

CONTACT FORM-PHP MAILER

HomeBrowse CategoriesFlashApplications and UtilitiesContact Form-PHP Mailer
Full_screen_preview
Contact-Form with PHP mailer:

This is a PHP ready Contact form. Through which a visitor to your site can send his details and message to you, and those details are Posted to your e-mail account.

Features:
• The Contact form is in a Movie-Clip so just drag & drop it into your project

• The Fields in the contact form are properly validated; you can not enter any number in the Name field and you must have to enter @ and . in the E-Mail field before you can submit the form

• Proper Success/ Faliure caption on submiting the contact form

• The description texts in the contact form are coming from XML and the image is externally loading jpg.

• To configure the PHP mailer with your e-mail id you just need to open the PHP mailer file and change the mail id to yours, where all mails would be redirected.

• A fully documented Help file pdf is included in the downloaded version of the contact form.

Required: • PHP Support on the Server

Note: • This contact form wont work offline it needs to be online in a PHP Supported server
• The preview version is a dummy one.

/////////////////////////////////////////////////////////////////////////////////////

New Release:
Recent Released files:

Creative Portfolio
Creative Portfolio



Posted 7 months ago

@jedediah: you haven’t done any error, the submit btn gets activated after you perform any event after you have properly filled up the form.

Thanks

Posted 3 months ago

So, the user has to click on the submit btn (or anywhere on the form) to activate the submit btn? Seems odd…......

I like it that it won’t allow it to work if form isn’t completely filled in (validation) but if it is filled out completely, shouldn’t you be able to get rollover state to work the first time without having to click on it once?

Just doesn’t seem normal or user friendly…..I feel as though I would need to write instructions just to explain to users how to click on submit btn, which wouldn’t make any sense.

Help please….thx,

and please check my example:

http://www.fiveam.com/freedownload

appreciate any help on this…take care,

Jed

Posted 3 months ago

@jedediah: drop me a mail, I would make it work as u need it.

Posted 3 months ago

@jedediah: do one thing add the below codes after line 105

Smessage.onChanged= function() { if (Smessage.text == ””;) { focus_4 = 0; Smessage.text = “Your Message:”; } else { focus_4 = 1; } };

  • Update this onChanged handler for other fields also

That would make the submit button active as soon an user properly fills up the form.

Thanks

Posted 3 months ago

Hi,

what changes need to me made to allow international characters (greek for my case) in the input fields?

Posted 2 months ago

@lgatzoulis : I need to do some R&D before i could answer u. as soon i get something going i wld get back to u.

Thanks

Posted 2 months ago