+ Reply to Thread
Results 1 to 5 of 5

Thread: Is there a Formmail type app on CPanel, or any recommendations?

  1. #1
    frankfriend is offline x10 Lieutenant frankfriend is an unknown quantity at this point
    Join Date
    Feb 2008
    Posts
    406

    Question Is there a Formmail type app on CPanel, or any recommendations?

    Is there a Formmail type of app on Cpanel [yes I have looked!] or can anyone recommend one?
    The app allows you to create a Form to be filled in, either simple, or complex with boxes, then when yoiu submit it, you must type in a randomly generated code to prvent spamming by machine, finally it distributes copies by email to a list of designated receivers.

    Many thanks
    :drool:;)
    Best regards Frankfriend

  2. #2
    akkudreamz's Avatar
    akkudreamz is offline x10 Sophmore akkudreamz is an unknown quantity at this point
    Join Date
    Jan 2009
    Location
    Jaipur, Rajasthan, India
    Posts
    183

    Re: Is there a Formmail type app on CPanel, or any recommendations?

    i dont think so...but there are such extensions available in Joomla
    Be safety conscious. 80% of people are caused by accidents.
    My Weblog

  3. #3
    tittat's Avatar
    tittat is offline x10 Spammer tittat is an unknown quantity at this point
    Join Date
    Sep 2007
    Location
    Kerala,India
    Posts
    2,479

    Re: Is there a Formmail type app on CPanel, or any recommendations?

    phpFormGenerator
    A form generator featuring up to 100 form fields, all kind of input fields incl. file upload, customizable fields attributes, send submitted data to an email address or store them in a database, admin panel.


    To install it. Go to your cpanel>>Fantastico>>phpFormGenerator >>Install
    PLAY ONLINE GAMES
    WWW.TMONDO.COM PlayFar Flash Games
    Former X10 Forum Senior Moderator(Retired)


  4. #4
    frankfriend is offline x10 Lieutenant frankfriend is an unknown quantity at this point
    Join Date
    Feb 2008
    Posts
    406

    Re: Is there a Formmail type app on CPanel, or any recommendations?

    Thank you both, I'll start by trying out phpForm Generator, but i must find out about Joomla.
    Best regards Frankfriend

  5. #5
    freecrm's Avatar
    freecrm is offline x10 Elder freecrm is an unknown quantity at this point
    Join Date
    May 2008
    Location
    UK
    Posts
    629

    Re: Is there a Formmail type app on CPanel, or any recommendations?

    Why not code your own - its nice and simple..

    PHP Code:
    <form action="" method="post">
            <table>
                <tr>
                    <td><div align="right">From:</div></td>
                    <td><input name="fromemail" id="fromemail" size="35" /></td>
                </tr>
                <tr>
                    <td><div align="right">To:</div></td>
                    <td><input name="toemail" type="text" id="toemail" size="35" /></td>
                </tr>
                <tr>
                    <td><div align="right">Subject:</div></td>
                    <td><input name="subject" type="text" id="subject" size="35" /></td>
                </tr>
                <tr>
                    <td><div align="right">Message:</div></td>
                    <td><textarea name="msg" id="msg" cols="50" rows="10"></textarea></td>
                </tr>
                <tr>
                    <td>&nbsp;</td>
                    <td><input id="Submit" type="submit" value="Send" /></td>
                </tr>
                            
            </table>
      </form>
        
        <?php

    if($_POST['fromname'] <> NULL && $_POST['fromemail'] <> NULL && $_POST['toemail'] <> NULL && $_POST['subject'] <> NULL && $_POST['msg'] <> NULL) {

        
    $fromemail stripslashes($_POST['fromemail']);
        
    $toemail stripslashes($_POST['toemail']);
        
    $headers  'MIME-Version: 1.0' "\n";
        
    $headers .= 'Content-type: text/html; charset=iso-8859-1' "\n";
        
    $headers .= "Content-Transfer-Encoding: 7bit\n"
        
    $headers .= 'From: Fromname <'.$fromemail.'>' "\n";
        
    $headers .= 'Reply-To: '.$fromemail."\n";
        
    $headers .= 'X-Mailers: PHP /'.phpversion() . "\n";
        
    $subject $_POST['subject'];
        
    $message $_POST['msg'];

        
        
        if (@
    mail($toemail,stripslashes($subject),stripslashes($message),stripslashes($headers)))
        {
            echo (
    '<p>Your message has been sent.</p>');
        }
        else
        {
            echo (
    '<p>Your message has failed to send.</p>');
        }
        

    } else {

    echo 
    "<p>Please fill out the form completely</p>";

    }
    ?>
    You might need to adjust some of the values but this is the basic structure
    Last edited by freecrm; 03-19-2009 at 07:50 AM.

+ Reply to Thread

Similar Threads

  1. Cpanel Cannot Log in
    By littlejumbo in forum Free Hosting
    Replies: 1
    Last Post: 09-10-2008, 09:31 AM
  2. Can't login to cPanel
    By dkkaczy in forum Free Hosting
    Replies: 4
    Last Post: 10-14-2007, 02:52 PM
  3. digital.exofire.net | Support | problem#1 = " cPanel "
    By kaliforna in forum Free Hosting
    Replies: 10
    Last Post: 04-12-2005, 11:22 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers