Results 1 to 4 of 4

Thread: Creating forms and picture gallery with Fantastico help

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Matt's Avatar
    Matt is offline GlowHost Administrator
    Join Date
    Jan 2005
    Location
    Behind your monitor
    Posts
    6,417

    Default

    For the forms and multiple email addresses:

    Any old formmailer including the 2 in your cpanel should do the trick. You'd just change the recipient from:

    Code:
    <input type="hidden" name="recipient" value="you@yourdomain.com">
    to

    Code:
    <input type="hidden" name="recipient" value="<A href="mailto:email1@domain.com,email2@domain.com,email3@domain.com">[/code">email1@domain.com,email2@domain.com,email3@domain.com">
    You can see source code to a completed (and basic) web based submission form using formmail clone at the link below.

    Web Based Email Form Tutorial

    I am sure cgi email also found in cPanel can do this as well however it is a more advanced script. That or any other formmailer script you find on the Internet in Perl or PHP should work fine for this. I'd use cpanel's though as they are automagically updated when security issues arise.

    As to the fantastico scripts, each script has an official website and support community or support channels, most of the scripts have some form of documentation available on what the script is, how to use it, etc on the script publisher's website.
    Last edited by Matt; 09-19-2006 at 04:33 PM.
    Send your friends and site visitors to GlowHost and get $125 plus bonus!
    GlowHost Affiliate Program | Read our Blog | Follow us on X |

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14