Jump to content

VirgenAd

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

VirgenAd's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Crayon, To be honest with you, a co-worker help me put this together. This is for an e-mail form in flash. The flash part I can do, this php stuff, I have no clue. So I don't know how to set up what you're suggesting. localhost, Would I type that in place of the copy I have now? And where would the "All fields are REQUIRED" show up? Thanks again for all of your help, you two.
  2. I need some help on figuring out how to add more "required fields" in this code. I want to make all of my text box fields required for this e-mail form. Here's my current code: [!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--] // I checked the required fields in PHP because it has some nice features like eregi if (!eregi("^[_\.0-9a-z-]+@([0-9a-z][0-9a-z-]+\.)+[a-z]{2,3}$", $email)) { $response = 'Email error'; }else if (($length = strlen($name))<1 ){ $response = 'Name required'; } else { // OK let's send off some e-mails $response = "THANx"; // thus the flash movie advances to the thank you screen $content=" A visitor at $sitename has left the following information:\n E-Mail: $email Name: $name Street: $street City: $city Zip: $zip Country: $country Phone: $phone Realtor: $realtor[/quote] Thanks ahead of time for your help.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.