Menu

phpFormGenerator v3.0 demo site

Help
2007-06-14
2013-06-03
<< < 1 .. 16 17 18 (Page 18 of 18)
  • Anthony Johnson

    Anthony Johnson - 2011-04-28

    Hello I tried to go the the demo site to create a form but it appears to down can you let me know when its back up ?

    Thank You,
    Anthony Johnson

     
  • Anonymous

    Anonymous - 2011-05-01

    Form is still working fine after years but now spam is getting through the capcha form.  It may be read by some new bots and needs updating to something harder. Perhaps just allow for recaptcha and let them worry about the developement of captcha and making it harder.

     
  • TI99er

    TI99er - 2011-05-04

    Why is it that every time I try to go to http://www.phpformgen.com I get to GoDaddy at a page saying:

    Welcome to phpformgen.com
    This Web page is parked FREE, courtesy of GoDaddy.com.

    When will V2 be ready for public consumption?

     
  • Baconet

    Baconet - 2011-05-15

    NOT work…

    "Program malfunction, please start over. Query string: form_id="

     
  • Dead Man

    Dead Man - 2011-07-10

    can i have the form with js and ajax in it ? i need an order form , which calculates price through ajax. </a>.

     
  • Anonymous

    Anonymous - 2011-07-15

    Just got an email from you that the demo works. But when I clicked the link above, it's still parked for free @ godaddy.

    Clicked the link for the video and watched it… Beautiful, but that's not what it looks like when you down load the program onto your server and it DOES NOT WORK!

     
  • Anonymous

    Anonymous - 2011-07-17

    DOESN'T WORK!

    2011-07-15 17:51:14 GMT
    1) Uploaded
    2) Gave everything in the folder read, write, execute permissions
    3) went to the url …/index.php and it says the "use directory" is not writable. But there is NO "use directory" on the server, nor in the download from this site! I've checked both!

    2011-07-15 22:17:48 GMT
    had to create the "use" folder in the site directory, but now the forms don't work correctly although it goes all the way through the form generation & gives me 2 links: one to the "form.html" and the other to "index.php".

    The index.php is always a file not found because it says it's in a non-existing directory.

    I've tested the form (as it is) by uploading it and inputting data, but it doesn't work (no data put into my database AND upon submit, I'm not directed to the thank you page, but get a wierd error page that the process.php isn't found).

    If I create that directory (mentioned above about the index.php) and move/copy the index.php into it, it still doesn't work.

    Moving/copying the process.php elsewhere doesn't work, either!

    2011-07-15 22:28:37 GMT
    Here's the error when testing the form upon first completion:

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, webmaster@mywebsite.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Apache/2.2.19 (Unix) mod_ssl/2.2.19 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_bwlimited/1.4 Server at mywebsite.com Port 80

    2011-07-15 23:01:04 GMT
    Even when I tell it go just email the data, it still doesn't work. No email, and still get the error page when I fill out with test info. :(

    2011-07-15 23:15:11 GMT
    Here's what the process.php says:

    <?php
    include("global.inc.php");
    $errors=0;
    $error="The following errors occured while processing your form input.<ul>";
    pt_register('POST','Name');
    pt_register('POST','Phone');
    pt_register('POST','Email');
    pt_register('POST','AdditionalInfo');
    $AdditionalInfo=preg_replace("/(\015\012)|(\015)|(\012)/","&nbsp;<br />", $AdditionalInfo);if($Name=="" || $Phone=="" || $Email=="" || $AdditionalInfo=="" ){
    $errors=1;
    $error.="<li>You did not enter one or more of the required fields. Please go back and try again.";
    }
    if(!eregi("^+(+)*" ."@"."(+(+)*)+"."\\.{2,}"."$",$Email)){
    $error.="<li>Invalid email address entered";
    $errors=1;
    }
    if($errors==1) echo $error;
    else{
    $where_form_is="http".($HTTP_SERVER_VARS=="on"?"s":"")."://".$SERVER_NAME.strrev(strstr(strrev($PHP_SELF),"/"));
    $message="Name: ".$Name."
    Phone: ".$Phone."
    Email: ".$Email."
    Additional Info: ".$AdditionalInfo."
    ";
    $message = stripslashes($message);
    mail("user@mywebsite.com","Form Submitted at your website",$message,"From: phpFormGenerator");

    header("Refresh: 0;url=http://www.mywebsite.com/ThankYou.html");
    ?><?php
    }
    ?>

    2011-07-16 19:20:03 GMT
    Even after changing permissions on all the files (after the form is created) it STILL doesn't work!!!

    2011-07-17 01:25:01 GMT
    nstalled from fantistico and it has the same problems!!!

    2011-07-17 08:56:37 GMT
    Apparently this forum is neglected. I've seen thousands of post here requesting help and there are ZERO replies! May as well delete the whole forum and help/support pages and admit on your homepage that there is no support offered!

     
  • TNTEverett

    TNTEverett - 2011-07-17

    If you REALLY had seen thousands of posts you would have seen MANY instances of instructions NOT TO CONTINUE POSTING TO THIS THREAD!!!
    If you had seen thousands of posts outside this thread you would have seen thousands of responses!!!

     
  • enofman

    enofman - 2011-08-05

    The link to the beta 3.0 goes to a landing page for Go Daddy.  Where is the download?

    Any help would be appreciated

     
  • Anonymous

    Anonymous - 2011-09-16

    FORM GENERATOR IS DEAD :(

     
  • zahir shah

    zahir shah - 2011-11-12

    hi,

             Can anyone help me in for generator to create a form with http. command which is ,
    https://77.72.173.130/API/Request.ashx?command=settransaction &username=_&password=_&customer=_&amount=_
    having three fields visible for addition ,
    1 , field for password
    2, field for customer,
    3,  field for amount,

    I want when I hit enter, it goes through internet explorer and execute at the address bar.

     
  • Juan Perez

    Juan Perez - 2012-10-25

    Hi, how many fields can I make with the program. I´d like to create a test that has 567 questions. Is that possible?
    thank you kindly,

    Juan

     
  • Zamolxyse

    Zamolxyse - 2012-12-17

    Hello somebody can help to receive corectly in UTF-8 the confirmation email. I wanst to display the hungarian utf-8 language corecty if it is possible
    Vezetéknév: űűűűűű
    Keresztnév: űűűűűű
    Thanks in advance

     
  • TNTEverett

    TNTEverett - 2012-12-18

    First, don't continue to post on really old topics with 100s of posts.

    Check this out:
    http://php.net/manual/en/function.mail.php
    Example #4 Sending HTML email

     
  • oakleaf7

    oakleaf7 - 2012-12-28

    I used your online generator, but the script failed.  Looking at the code, I see it 'includes' a config.inc.php that was MISSING from the zip! So by guessing and experimenting, I created one, with some variables for: $db_host = 'localhost'; $db_user = 'root'; AND $db_pass, $db_name, $db_table.   That solved some problems, but maybe I'm still missing other code?   The resulting Processor.php page said 'Thank You' but also showed these errors:
    Notice: Undefined offset: 2 in G:\xampp\htdocs\form made online-phpFormGenerator\processor.php on line 6
    Notice: Undefined index: field_7 in G:\xampp\htdocs\form made online-phpFormGenerator\processor.php on line 20
    And, nothing was entered in my MySQL database!!
    Thanks for any help.

     
  • oakleaf7

    oakleaf7 - 2012-12-28

    Update:  I tried the script on another machine, gave it all write permissions, and this time it generated the config file correctly.  But it still gives the same errors
    Notice: Undefined offset: 2 in G:\xampp\htdocs\form made online-phpFormGenerator\processor.php on line 6
    Notice: Undefined index: field_7 in G:\xampp\htdocs\form made online-phpFormGenerator\processor.php on line 20
    And nothing was added to the database.

     
<< < 1 .. 16 17 18 (Page 18 of 18)

Log in to post a comment.