Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Forms – submit button

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28357
    jhatter
    Member

    Hi,

    The form I have created (see below) currently opens up Thunderbird when you press the SUBMIT button.

    I would like it to by-pass a mail-client (Thunderbird etc) and send the message by itself, independently of the need to open up a mail-client.

    Can this be done easily? I look forward to your replies.

    Code:
    Contact:




    #72258
    Rob MacKay
    Participant

    yea you need to be using something like the PHP mail function:

    http://php.net/manual/en/function.mail.php

    basically you need to use your form to collect the data and then send it into function. :)

    #72260
    jhatter
    Member

    Thanks for your replies!

    I’ve just found this:
    http://css-tricks.com/nice-and-simple-contact-form/
    So with a bit of re-styling to the css I should have what I want (I think).

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.