Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4111028
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T22:00:46+00:00 2026-05-20T22:00:46+00:00

I’ve set up a contact form and I’m really happy with it now (I

  • 0

I’ve set up a contact form and I’m really happy with it now (I just need to work on some Javascript valiation which shouldn’t be too hard). However I’ve used a nice fancy jQuery CAPTCHA box that I’ve found. The problem is that this has a dependancy on a PHP file and I know no PHP yet!

Basically all I want to do is if the CAPTCHA is valid then use formmail.pl to submit the data to my email address. I don’t even know where to start with tackling this so I hope someone will be able to help me out?

I’ve been able to add in a simple redirect in which I’ also like to keep in ideally.

Here are the URL’s to take a look at:

Form – http://www.seogarden.co.uk/contact-form.shtml
PHP page – domain/captcha/captcha.php (sorry can only post 1 link)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T22:00:47+00:00Added an answer on May 20, 2026 at 10:00 pm

    You could also use ajax thru jquery to send data to server.

    for example something like this:

    $(document).ready(function(){
        $('input[type=Submit]').click(function(){
            var person_name = $("input[name=Name]").val();
            var company_name = $("input[name=companyName]").val();
            var your_position = $("input[name=position]").val();
            var email = $("input[name=email]").val();
            var website = $("input[name=website]").val();
            var tel = $("input[name=telephone]").val();
            var intrested = $("input[type=checkbox]:checked").attr('name'); //thats just sample - real this needs bit more code
            var comments = $("textarea[name=Comment]").val();
    
            var query = "person_name="+person_name+"&company_name="+company_name+"&your_position="+your_position+"&email="+email+"&website="+website+"&tel="+tel+"&intrested="+intrested+"&comments="+comments;
    
            $.ajax({
               type: "POST",
               url: "send_to_server.php",
               data: query,
               success: function(){
                alert("E-mail sent!");
                           }
            });
        });
    });
    

    What kind of database you use? where you want to send this data? send_to_server.php depends on that.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have just tried to save a simple *.rtf file with some websites and
I used javascript for loading a picture on my website depending on which small
I have a text area in my form which accepts all possible characters from
link Im having trouble converting the html entites into html characters, (&# 8217;) i
For some reason, after submitting a string like this Jack’s Spindle from a text
I am trying to understand how to use SyndicationItem to display feed which is
I have a jquery bug and I've been looking for hours now, I can't
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
this is what i have right now Drawing an RSS feed into the php,
I am reading a book about Javascript and jQuery and using one of the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.