Forum Moderators: DixonJones
One day I was showing him his web site traffic trying to explain that he has very good traffic and so on, indicating in part that my search engine services have worked, and that the site is online. So then he only responded with "well that just proves the form ISNT working because if i have that many visitors and only a few form submissions that doesn't match".
I can't make his site visitors enter his form! If they are there for the purpose of getting information on his products and don't choose to send in the contest form, that doesn't mean the form isn't working! Right?
I was wondering if you could help me with these stats - If his contest form page has had 117 visits/views in a certain period of time, and 13 entries and 21 listed under exit, what does that mean?
I don't get ANY coding errors, I get every single submission that I enter, or have others enter, AND use the same form script for 30 other sites that work just fine. Is there anyway I can PROVE to him that his form is working?!
It's a PERL script tht emails the form to the specified recipient. It's the newest version from Matts Script Archive. Like I said I get copies of submissions, and everyone I have had test and submit has no problem.
- is there any possibilities that some can successfully submit the form, and others cant depending on their email program, operating system, email address they entered, age of computer, browse, etc.?
- how in the world do i show and communicate to him that it's working?
Many thanks.
Alot of people click on my submission form, but rarely submit. He should also have his email address in a shared border, or on a highly visited page, this way, the visitor is not dedicated to just sending through the form.
I dont know why it is hard to get visitors to send an email, even through a convenient form but I am having the same problem, with decent traffic. Perhaps my site is a bit too technical to understand, so I may try to rewrite some things. However I dont think that plays a huge role. Perhaps visitors are just lazy, or have a short attention span. Who knows. Its easier to get out your credit card and purchase something online, than it is to email someone if you have a question! Perhaps visitors do not expect the webmaster to reply promptly, who knows.
To everyone - I also wanted to mention that after re-reading my original post I realize that I got off on a bit of a tangent regarding the problem I have with this client always thinking something is wrong with his form, what about the web site visitor stats I mentioned, can anyone tell me what that means?
Thanks!
It's just a form, not an email button that requires an email program, right?
Are there really 117 visits to the form and 117 hits to the form? That's the only puzzling thing to me about the numbers you mentioned; you don't see that too often when numbers get above 100.
If you have access to the logs, you can grep for "GET /form_page.html", sort by IP address to see how many unique visitors there have been (and robots, spiders, worms, ...). Then grep for "POST /path-to/perl.cgi" to see how many times the form was submitted.
That's much more reliable then using generated reports. You'll probably find that Google+Yahoo+MSN make up a large part of the total.
;)
carguy84 - the form is for a mother's day contest, it's a perl script mailto form. It has fields for the name (of person submitting), email address, mailing address, name of person they want to nominate, and a comments field box .
I use these types of forms for all of my clients with no problem, but this particular client claims that it isn't working. I know it is because although he doesn't get even 10 submissions a day, I get copies of each submission.
He thinks that because the contest is on his web site, plus he advertises it in the local paper that automatically means that he should have tons of submissions! Plus he KEEPS telling me that people he knows that have submitted the form to either test for him, or to enter, submits it and he never gets it. I don't know how to explain that except for USER ERROR!?
If there is something wrong with my form, I want to FIX it! But why do I never have a problem with my 35 other clients?!?
Thanks again everyone =)
-d