Enquiry Form Spam

Two things.
I have an Enquiry Form on my site and every now and then I
receive a reply which is totally blank and although some fields are
mandatory (name, email address), which I have set a behaviour for.
I am puzzled how this gets through the system.
The next is gobbledygook entries.
Every now and then I receive something like the reply below,
is the way around this to ask the user to fill in some random
numbers like we have probably all seen somewhere on a form, and if
so, how are these generated?

Or a much simpler way than captcha is this (requires php
enabled
hosting)
http://geekministry.com/blog_article.php?id=40
or the extended
version
http://www.avenuedesigners.com/blog/articles.php?ref=30
HTH
Kim
AlanShaw wrote:
> Two things.
>
> I have an Enquiry Form on my site and every now and then
I receive a reply
> which is totally blank and although some fields are
mandatory (name, email
> address), which I have set a behaviour for. I am puzzled
how this gets through
> the system.
>
> The next is gobbledygook entries.
>
> Every now and then I receive something like the reply
below, is the way around
> this to ask the user to fill in some random numbers like
we have probably all
> seen somewhere on a form, and if so, how are these
generated?
>
>
>
>
> name: ????????
> company name: ????????
> Address: ????<a
>
href=http://http://www.well-racking.com/main.asp>????</a>??????????...??????????
> :
> ???????????????? ?? ???????? ??
> ?????????????????????????????? ??
> ?? ?????? ????/?????????? ?? ?????????? ?? ?????????? ??
> ???????????????? ...
>
> Info Required: ????<a
>
href=http://http://www.well-racking.com/main.asp>????</a>??????????...??????????
> :
> ???????????????? ?? ???????? ??
> ?????????????????????????????? ??
> ?? ?????? ????/?????????? ?? ?????????? ?? ?????????? ??
> ???????????????? ...
>
> telephone number: 020-78907890
> email address: [email protected]
> submit: Submit Form
>
kim
http://geekministry.com

Similar Messages

  • I need a link to automatically populate an enquiry form.

    Right, I want a customer to be able to choose an item from a bunch of them, then click on a link next to the item, which will automatically fill in a specific field in an enquiry form. As in, clicking Dress #4 would straight off take you to the contact form page with the item# field already filled in with "Dress #4".
    Thing is, the contact form I am using was conceived out of laziness and was built using Coffee Cup Form builder thingy, which is flash based. Must I dispense with that and write a php version?
    Help would be great.
    Hob

    How good are you with server-side code?
    Are these products in a MySql database yet?
    Are you planning to do a shopping cart on this site?  If so, why not just go straight to e-commerce solutions?
    Cartweaver
    http://www.cartweaver.com/
    Web Assist
    http://www.webassist.com/support/ecommerce-options.php
    Building an e-comm site with DW & PHP (video training) 
    http://www.lynda.com/Web-Interactive-Web-Design-Projects-tutorials/Building-eCommerce-Web- Site-Using-Dreamweaver-PHP/83091-2.html?utm_medium=affiliate&utm_source=ldc_affiliate&utm_ content=524&utm_campaign=CD4386&bid=524&aid=CD4386&opt=
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Mozila3.6 not load properly . it is not redirect my action page.When fill my enquiry form.

    Mozila3.6 not load properly . it is not redirect my action page.
    I am submiting my enquiry form that time mozila 3.6 is not work properly .it not load fully .it is not redirect my action page again .it is not load properly .always show done and loding is stope but it is not done .please help.
    This is my web URL and enquiry form: http://kormanmdorg.perfectyourself.net/consultation
    It is work fine in IE and chrome browser .Please check.

    Bad code on the page. The error console reveals:
    Error: document.frm1 is undefined
    Source File: http://kormanmdorg.perfectyourself.net/confirmation.php
    Line: 11

  • Do Flash Forms kill form spam?

    This may be a real newby question. Is it possible to stop
    100% of form spam by using a hidden field in a Flash form, and then
    simply testing for is presence on the page the form posts to? Is it
    really this easy?

    Flash forms have a lot of disadvantages compared to html form
    for both the user and the developer. If spam is your concern, look
    up a concept called captcha.

  • The simplest of form spam traps

    I feel as if I am just one step away from solving my form spam problem. I want to institute the simplest of traps in my form.cgi file, whereby I check a hidden field for any content or I check a field for specific content ("what is 5 x 5"). I just don't know how to code that. Anyone with an idea?

    CGI files are normally written in Perl. Without seing your form code, nobody is likely to be able to help you. And if it is written in Perl, you'll need to find a Perl expert. I don't know anyone in this forum who uses Perl.

  • Web form spam continued . . .

    HI, I have tried adding a hidden field to my web form to help reduce spam. I am not sure what I tried will work and do I need to and how do I add some code to specify do not process form if this field is filled in?
    Here is what I tried so far and any help would be awesome - Thanks Jim
    <!--- rest of form above--->
    <div style="display:none; visibility:hidden;">
         <label for="contact_email">Please leave this field blank:</label>
         <cfinput type="text" name="contact_email">
    </div>
    <div class="register">             
                <cfinput type="submit" name="submit" value="Register">
                <cfinput type="reset" name="Reset " value="Reset Form">         
    </div>
                   </fieldset>
    </cfform>

    I cannot see how anything you've said or done so far will help reduce web-form spam. Assuming you wish to prevent someone from maliciously submitting a form 10000 times to your site, then you have to use a CAPTCHA.
    There is no easy, 1-2-3 way to add CAPTCHA to your application. However, some ways are easier than others. I would recommend Raymond Camden's Quick and dirty CAPTCHA Guide - for ColdFusion 8. It uses Coldfusion 8's in-built CAPTCHA functionality, and is relatively easy to adopt.

  • Email enquiry form

    ok ive setup a basic test enquiry form to be sent to an email addess ,  the email sends fine but i dont recieve the content of the enquiry its just a blank email.
    anychance someone could take a look at this for me
    here is the link , thanks
    warning the link i am providing may be offensive or inappropriate to view at work or in front of children.
    http://www.oldskoolbeats.com/rach/contact.php

    Your form is a php form. PHP is a server-side language so the code is processed on the web server and does not display in the source code in the web browser so we have no way of looking at your mail processing code unless you display it in your post. You will probably find that code above your doctype declaration in your authoring file.
    Also, you may have more luck posting this question on the DW App Dev forum although there are probably enough people that can help you on this forum (but this forum is primarily for client-side languages).

  • Web form spam by humans?

    I have an employment application form that is getting spammed. The form has a captcha so I'm assuming it is a human filling out the form. I'm looking for any ideas or tips for reducing the amount of spam.
    The solution may be putting the employment application form in a secure area and having applicants sign up.

    Please see this reply http://forums.adobe.com/message/4364404#4364404

  • Web form spam

    Hi I am a novice CF dude. I have a web registration form that gets bogus registrations and I am trying get my users to type in a word to help limit spam. I am not sure how to do this and google and the forums do not show any cf examples.
    I have tried various versions of the following
    <cfset enter="alignment">
            <p><em>Please enter the word <cfoutput>#enter#</cfoutput> in to the field below to help us limit spam.</em></p>
            <br />
             <div class="register">
    <label for="enter">Enter alignment:</label>
                <cfinput type="text" name="enter">
                <cfinput type="hidden" name="enter_required">
            </div>
    If a user does not fill in the field, it will not submit. However, it will accept any text and I want it to except only alignment. any help most appreciated.
    Jim

    I have placed it inside of a .zip file now:
    http://www.betterppt.com/form.zip
    I have found instructions for a procedure that is precisely what I am driving at:
    http://www.blogx10.co.uk/preventing-spam-form-submissions-with-css-and-cgi-5
    But the syntax appears to be slightly different than what is used in my form.cgi script. Or I'm doing something wrong. Probably the latter...

  • First form Spam

    Congratulations to me...my first spam from a form!
    Anyway, submission result below, is this typical or does it
    look like
    someone is just trying to be funny? And should I bother to
    reject the ip
    address for future submission?
    Second, would it work to simple create an image with text on
    it that a
    submitter would need to type into a validation required
    field, ot do I need
    to get a captcha program?
    Visitor's IP: 213.163.65.163
    name: twlquf
    company: CcZzfwCuDl
    phone: xxx-xxx-xxxx
    email: [email protected]
    url:
    http://iniwspjtyvow.com/
    comments: Z7n4aT <a href=\\\"
    http://yvnfnclmrgcq.com/\\\">yvnfnclmrgcq</a>,
    [url=http://hfiruvyygzee.com/]hfiruvyygzee[/url],
    [link=http://cwmcmspubdvb.com/]cwmcmspubdvb[/link],
    http://wvyqmkocszfi.com/

    Thanks so much, so this is what the total script looks like,
    and I have
    changed the from label from address2 to address. Does this
    look good?
    include("thankyou.php");
    // Receiving variables
    @$pfw_ip= $_SERVER['REMOTE_ADDR'];
    @$name = addslashes($_POST['name']);
    @$company = addslashes($_POST['company']);
    @$phone = addslashes($_POST['phone']);
    @$email = addslashes($_POST['email']);
    @$url = addslashes($_POST['url']);
    @$comments = addslashes($_POST['comments']);
    // Validation
    if (strlen($phone) <8)
    die("<p align='center'><font face='Arial' size='3'
    color='#FF0000'>Please
    enter a valid phone</font></p>");
    if (strlen($phone) >15)
    die("<p align='center'><font face='Arial' size='3'
    color='#FF0000'>Please
    enter a valid phone</font></p>");
    if (! ereg('[A-Za-z0-9_-]+\@[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+',
    $email))
    die("<p align='center'><font face='Arial' size='3'
    color='#FF0000'>Please
    enter a valid email</font></p>");
    // checks if bot
    if ($_POST['address'] != '' ){
    die("Changed field");
    //Sending Email to form owner
    $pfw_header = "From: $email\n"
    . "Reply-To: $email\n";
    $pfw_subject = "Submission from website";
    $pfw_email_to = "leftoutforpostreason";
    $pfw_message = "Visitor's IP: $pfw_ip\n"
    . "name: $name\n"
    . "company: $company\n"
    . "phone: $phone\n"
    . "email: $email\n"
    . "url: $url\n"
    . "comments: $comments\n"
    . "This message was sent by the trial version of PHP-Form
    Wizard, To Get the
    full version please use this link:
    http://tools4php.com/form-wizard/order.html";
    @mail($pfw_email_to, $pfw_subject ,$pfw_message ,$pfw_header
    "eclipsme" <[email protected]> wrote in message
    news:[email protected]...
    > GPaul wrote:
    >> Thank you to everyone for helping, and sorry for the
    delay, I ran into
    >> some other issues that needed attention.
    >>
    >> So I have changed it to the #important DIV, and it
    does not appear to
    >> show up (only checked one computer), and I like the
    idea of just letting
    >> it die if the form field is filled out, as listed
    below. Where does that
    >> script end? Is this how the script should be?
    >>
    >> // checks if bot
    >>
    >> if ($_POST['address2'] != '' ){
    >>
    >> // The hidden fields have been changed
    >> // Do something
    >> die("Changed field");
    >>
    >> } else {
    >>
    >> }
    >>
    >> And leave out the
    >>
    >> // Do more error checking?
    >> // Send the email
    >> // Do the rest of your script
    >> // Don't forget the final brace
    >>
    >>
    >>
    >> Thanks again for all the suggestions.
    >>
    >> Gary
    >>
    > Any line in PHP that begins // is a comment and have no
    effect on the
    > script itself. You could also leave out this:
    >
    > else {
    > }
    >
    > Harvey

  • Form SPAM

    We continue to have major complaints from clients about SPAM submissions via general inquiry forms on their  BC sites.  All forms have the difficult version of captcha (not recaptcha), but that does not seem to slow the SPAM down.  All SPAM submissions seem to include a URL in the comments field, which appears to be their objective.  Are their other creative solutions to block these bogus submissions?  Can I restrict links or URLs from being added to the comments field? Any suggestions would be appreciated.  Thanks,  Brian

    Hi,
    There's no known way to restrict this from being add within comments. 
    However I would recommend submitting a case on these various spam submissions so support can investigate further to help at least reduce this within the site somehow. 
    Kind regards,
    -Sidney

  • Php contact form spam

    I published a website two weeks ago and in the first week the contact form started getting hit with spam.  Here is an example of one of many similiar, note the email address is always different but yet a gmail acct:
    Name: クãƒã‚¨ 財布 公式
    Phone Number: クãƒã‚¨ 財布 公式
    Email Address: [email protected]
    Message: <a href="http://gagastore.meningitisfacts.com/">ガがミラノ 時計 人気</a>初直営店がいよいよOPEN! http://gagastore.meningitisfacts.com/
    Today, I have set up filters on the email (GoDaddy) blocking anything with a "http://" and the "ガがミラノ 時計 人æ°" markings.
    I am trying ever which way not to use Captcha because it is such a pain.  I did read up on the timer where if it is filled out in less then 5 seconds to discard. I did place a hidden field last week and to date that has made zero difference.
    My question is - Is there a good latest and greatest code that I can update to my form to combat against these JERKS?
    BTW - so far it appears they only start hitting the site's contact form from Friday til Saturday.  Makes me wonder if it is a human rather than a bot.

    jlkappler wrote:
    I published a website two weeks ago and in the first week the contact form started getting hit with spam.  Here is an example of one of many similiar, note the email address is always different but yet a gmail acct:
    Name: クãƒã‚¨ 財布 公式
    Phone Number: クãƒã‚¨ 財布 公式
    Email Address: [email protected]
    Message: <a href="http://gagastore.meningitisfacts.com/">ガがミラノ 時計 人気</a>初直営店がいよいよOPEN! http://gagastore.meningitisfacts.com/
    Today, I have set up filters on the email (GoDaddy) blocking anything with a "http://" and the "ガがミラノ 時計 人æ°" markings.
    I am trying ever which way not to use Captcha because it is such a pain.  I did read up on the timer where if it is filled out in less then 5 seconds to discard. I did place a hidden field last week and to date that has made zero difference.
    My question is - Is there a good latest and greatest code that I can update to my form to combat against these JERKS?
    BTW - so far it appears they only start hitting the site's contact form from Friday til Saturday.  Makes me wonder if it is a human rather than a bot.
    One way to test if it is human or bot is to return the contents of the 'honeypot' field in the mail too . (Once you establish if its human or a bot you can do something about it or not as the case may be). To me it looks like a bot and the honeypot field will contain information as well.

  • CS5 submit error - enquiry form

    Two years ago, I was able to create a contact page with a fill out form with submit button.  All in CS3.  Now I am using CS5, created a new web site, but now when I create a contact us page with fill out form, it is not working when someone clicks on submit.
    In old website / files, I had cgi-bin, then formmail etc, tried the same thing again, with same details.  Only for it to show error - internal server error on website.
    All I am after is the correct codes now.
    Step by step would be helpful- I have had enough
    Please help

    When I click on the submit button I get the following error
    Not Implemented
    The page you are looking for cannot be displayed because a header value in the request does not match certain configuration settings on the Web server.
    Web Server at islandviewhomes.com.au
    This means that the server is not capable of handling ASP script or that there is an error in the ASP script.
    The fact that your markup is full of errors, see here http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fislandviewhomes.com.au%2FIsland%2 520View%2520Homes%2520contact%2520Us.html, does not help either.
    Gramps
    Mt Eliza

  • Stop Blank Form Spam

    I need to make sure I understand something.
    Bots take forms and fill all the fields with nonsense and submit them. In addition, they can work to use your domain to send emails in a spoof format. Bots do not pay attention to java nor css.
    Honey pots catch those types of attacks (random information in forms).
    If the above is true, then do bots send blank forms, also?
    Sorry for the noob questions.
    Rob

    This is probably a better way to go and the ex[lanation will help in understanding. http://apptools.com/phptools/forms/
    Gramps

  • Preventing HTML Form Spam?

    I've been trying to research ways to solve this problem for
    weeks now. Currently I have a contact form on this site with
    javascript validation that only allows a user to submit a form once
    the fields meet certain requirements (i.e. an actual e-mail
    addresses in the e-mail form, numerals only for the phone number,
    etc.) but apparently if the bot has javascript disabled they can
    bypass all these safeguards and submit the form regardless.
    I am not a programmer by any means, I am a Graphic Designer
    with decent HTML and CSS knowledge but little other programming
    knowledge. If anyone could point me in a direction that can help me
    solve this problem I would really appreciate it!
    Thanks.

    They would still have to do some server side programming for
    that... and
    since they aren't a programmer they can either hunt and
    install a script
    from say hotscripts.com or hire someone to do it.
    "Steve" <[email protected]> wrote in message
    news:[email protected]..
    > On Mon, 11 Dec 2006 15:17:16 +0000 (UTC), "meladorri"
    > <[email protected]> wrote:
    >
    >> I am not a programmer by any means, I am a Graphic
    Designer with decent
    >> HTML
    >>and CSS knowledge but little other programming
    knowledge. If anyone could
    >>point
    >>me in a direction that can help me solve this problem
    I would really
    >>appreciate
    >>it!
    >
    > Just add a form field that asks a simple question like
    "Enter the day
    > that follows Tuesday". Humans will answer correctly,
    bots won't.
    > --
    > Steve
    > steve at flyingtigerwebdesign dot com

Maybe you are looking for