+ Reply to Thread
Results 1 to 48 of 48

Thread: phpFormGenerator -
      
   

  1. #1
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default phpFormGenerator -

    Ive gotten as far as installing and creating with phpFormGenerator. Now Im not finding how to incorporate that within my site. Its all there in BlueFTP and all, but after searching all morning I cant find any information on how to have it work within my forms page. All I want from it is to be able to have my customers upload a photo.
    Any help would be apreciated.
    kate

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: phpFormGenerator -

    Usually phpFormGenerator forms are not embedded in BV, but used as independent pages. So just give your BV menu a link to the form page created with phpFG
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  3. #3
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    Thank you Navaldesign. Im very very inexperienced here. First off my page Im refering to is:
    http://www.kateart-cards.com/Apprais...st%20Form.html
    Second is that Id like to add an upload so as the customer may upload the photograph in need of repair so as I can give an appraisal cost. so I wouldnt need an elaborate setting for this only a simple..lol..<look at me using that word..something that they may do that.
    In BV there is insert/form/file upload...now thats simple enough...yet Im lost after that...right click properties "T1"?...maybe add to the html before tag?, insert some magic into the inside or after tag?..
    After installing the phpformgenerator, I have created the upload, yet have not clue to where the "form page" is..this is all very confusing to me. Ive been using my own scripts and reconstructing my own html, then today there was a huge DAH on my part that all that is offered right here..I know very DAH...guess Im a stubborn ole frenchmen..old dog/no tricks..or maybe just dense..haha..
    But if there was a way to just use the upload via BV, that would be really simple and awsome..
    thank you again,

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: phpFormGenerator -

    Creating the form is very simple: drag a Form area in your page, then start placing fields. T1 is the default name BV gives the text field: change it f.e. in "Name" or "email" or whatever the field is for. Add the titles of the fields as simple text. At the end, add an "Upload file" field for the photo to be uploaded. Of course you must add a "submit" button as well, and, if you want, a "Reset" button". Have a look at the tutorials: Form Tutorial 1, Form Tutorial 2

    Now, this is the easy part. The hard part is creating the php script that will actually do the submission and will also upload the file to your site.
    If you don't want to loose time, let me know when you will have your form ready and i will provide it to you. Otherwise, just search the forms forum: i have posted many scripts for uploading files.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  5. #5
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    I do believe Im following you...At least reading it makes sense..I did find in the forum a script that you had provided but I will have to take a more indepth look/see at it as it didnt seem to go right, but Im sure its me, I work much better in the mornings when time isnt so crunched..thank you also for the tutorials - I had requested many searches and just couldnt find where the tutorials were..Its looking like Im going to have to stop hanging out in the lounge and get serious and do some reading and learning!
    Again you have been a great help!

  6. #6
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    ok - done deal...very simiple using the tutorials...thanx again, Ill work on the scripts in the morning!

  7. #7
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    ok - Im scriptless - but Ill keep looking.

  8. #8
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    Well my search has come up nada. well not completely, I did find some that were so long I fell asleep reading them! I dont think I need that much script...maybe I do..
    Heres what Ive come up with so far -
    http://kateart-cards.com/test%20form.html

    I just threw it up there so as to give an idea of what my needs are - after scripting it and its in working order I can then add the bells n whistles..Right now its set up for email submittal. But as you can see its a very simple thing I need - not a huge gallery. only a one to five photo option for appraisal.

  9. #9
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: phpFormGenerator -

    Hi Kate, what are all those hidden fields you have in your form? What they serve for? Also, why did you put in there that "upload" button? You don't need it. The "Submit for appraisal" button will do all the work. Email and Telephone fields have to be named correctly, for now they are both named T1, which is the default name that BV gives them. Just get rid of hidden fields and the "Upload" button, , change the form action in "upload.php", and the encoding in "multipart/form data". Then i'll prepare the script for you.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  10. #10
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    All finished. hidden fields gone,upload gone, form action set as "upload.php" encoded at multipart/form data, T1 corrected. and published..
    I do really appreciate this - Ive been looking all day for a way to make this work!

  11. #11
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: phpFormGenerator -

    Hi Kate,

    here you go:

    <?php
    // Receiving variables
    @$Browse_Name = $_FILES['Browse']['name'];
    @$Browse_Size = $_FILES['Browse']['size'];
    @$Browse_Temp = $_FILES['Browse']['tmp_name'];
    @$Browse_Mime_Type = $_FILES['Browse']['type'];
    @$NAME = addslashes($_POST['NAME']);
    @$YOUR_TOWN_CITY = addslashes($_POST['YOUR_TOWN_CITY']);
    @$STATE_AND_ZIP = addslashes($_POST['STATE_AND_ZIP']);
    @$YOUR_EMAIL = addslashes($_POST['YOUR_EMAIL']);
    @$Photograph_condition = addslashes($_POST['Photograph_condition']);
    @$Details = addslashes($_POST['Details']);
    @$TELEPHONE = addslashes($_POST['TELEPHONE']);
    function RecursiveMkdir($path)
    {
    if (!file_exists($path))
    {
    RecursiveMkdir(dirname($path));
    mkdir($path, 0777);
    }
    }

    // Validation
    if( $Browse_Size == 0)
    {
    header("Location: error_email.html");
    exit;
    }
    if( $Browse_Size >1000000)
    {
    //delete file
    unlink($Browse_Temp);
    header("Location: error_email.html");
    exit;
    }
    $uploadFile = "uploads/".$Browse_Name ;
    if (!is_dir(dirname($uploadFile)))
    {
    @RecursiveMkdir(dirname($uploadFile));
    }
    else
    {
    @chmod(dirname($uploadFile), 0777);
    }
    @move_uploaded_file( $Browse_Temp , $uploadFile);
    chmod($uploadFile, 0644);
    $Browse_URL = "http://www.kateart-cards.com/uploads/".$Browse_Name ;
    if (strlen($NAME) == 0 )
    {
    header("Location: name_errorpage.html");
    exit;
    }
    if (! ereg('[A-Za-z0-9_-]+\@[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+', $YOUR_EMAIL))
    {
    header("Location: email_errorpage.html");
    exit;
    }
    if (strlen($YOUR_EMAIL) == 0 )
    {
    header("Location: error_email.html");
    exit;
    }
    if (strlen($TELEPHONE) == 0 )
    {
    header("Location: email_errorpage.html");
    exit;
    }
    // Find Server date and Time
    $date = date("l jS F Y, g:i A");
    // Find Browser and IPaddress
    $browser =$_SERVER['HTTP_USER_AGENT'];
    $ip = $_SERVER['REMOTE_ADDR'];
    //Sending Email to form owner
    $pfw_header = "From: $YOUR_EMAIL\n"
    . "Reply-To: $YOUR_EMAIL\n";
    $pfw_subject = "NewPicture Uploaded";
    $pfw_email_to = "your_email@kateart-cards.com ";
    $pfw_message = "There is a new picture uploaded :\n"
    . "-----------------------------------------------------\n"
    . "NAME: $NAME\n"
    . "EMAIL: $YOUR_EMAIL\n"
    . "TOWN/CITY: $YOUR_TOWN/CITY\n"
    . "STATE_AND_ZIP: $STATE_AND_ZIP\n"
    . "TELEPHONE: $TELEPHONE\n"
    . "----------------------------------------------------\n"
    . "\n"
    . "Photograph_condition: $Photograph_condition\n"
    . "Details: $Details\n"
    . "----------------------------------------------------\n"
    . "Picture link: : $Browse_URL\n"
    . "----------------------------------------------------"
    . "----------------------------------------------------\n"
    . "Received on : $date\n"
    . "Browser : $browser\n"
    . "IP address : $ip\n"
    . "----------------------------------------------------\n";
    *****($pfw_email_to, $pfw_subject ,$pfw_message ,$pfw_header ) ;
    header("Location: thankyou_page.html");
    ?>


    Please follow these instructions:

    1. Copy the code, paste it in notepad, then goto Save As, choose File Type All Files, and save the script as "upload.php". Upload it on your server in the public_html folder, using Blue FTP
    2. While you are in your public_html, click somewhere on the right part of your screen. Then click on File > New Folder and in the popup that opens type "uploads" This way you will create a new folder, called "uploads" and that's where the uploaded pictures will end.
    3. Browse the content of your site. Find the new folder, "uploads". It will probably be at bottom. Right Click on it , Properties, and you will see a number like 755 . Change it to 777.
    4. I have inserted field validation for

    a. Empty Name field.
    b. Empty email field
    c. Non truelike email

    I have also inserted a thankyou page. So please create these three pages: "name_errorpage", "email_errorpage", "thankyou_page".

    To get an idea of how these pages must be, have a look at :
    http://www.navaldesign.info/error_email.html

    http://www.navaldesign.info/error_empty_field.html

    http://www.navaldesign.info/thankyou_page.html


    Save and publish these pages, then test your form.

    Please note that in your email you will receive a link like:

    Picture Link: http://www.kateart-cards.com/uploads/filename.jpg

    By clicking on the file, the picture will open on your browser, then you can sipmly rig***lick it to save it on your computer.

    If the file name is more than one words, the file link will look like:

    http://www.kateart-cards/uploads/file name.jpg

    Of course, you must put your Vodahost account email in the script.

    Good luck. let me know if you have problems.

    As you see, in this case the link will not work, so you have to download it from your site using blueFTP.
    Last edited by navaldesign; 05-01-2006 at 05:35 PM.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  12. #12
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    I dont know how to thank you Navel. This is just so nice of you to help so much. I wont have time today to work on it but I will however get right on it sunday morning! - I could restore a photo for you in "return" if you would like me to?!...
    again, thank you!

  13. #13
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: phpFormGenerator -

    No worriws kate, thanks a lot
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  14. #14
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    Im busy working on your instructions! Ive gotten the three pages finished and published! now on to the less creative side...lol..

  15. #15
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    "upload.php" is on server, CHMOD set "777" on folder "uploads" All publishing done -
    One thing is that I want my email to be : kassi1959****.com and not my vh email...I changed that in the script/did I do a booboo?
    I received this error after submitting for appraisal.
    Parse error: parse error, unexpected '=' in /home/kateart/public_html/upload.php on line 8

  16. #16
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: phpFormGenerator -

    The created folder should be "uploads" not "upload". Otherwise the script has to be modified accordingly.

    Yes, sorry i didn't notice it: Modify the name of your YOUR_TOWN/CITY field in your form in YOUR_TOWN_CITY anf of course the script must be modified accordingly (see changes in RED in the script). Save and republish the form page.
    It is the "/" thet causes the problem.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  17. #17
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    Gotcha - lol..I think...Ill try...smiles.

  18. #18
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: phpFormGenerator -

    Ok, waiting for news
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  19. #19
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    alright! I did get thru to the thank you page! the back button doesnt work/and Ive not gotten the email as of yet...hmm . I need to get it at kassi1959****.com for me to be able to see it..

  20. #20
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: phpFormGenerator -

    Vodahost uses smtp authentication, which restricts emails sent witout it to the email adressess within the same server. However, i have found out that if you are on ns5/6, or 9/10 it might also work with your aol email. Try it. also check with BlueFTP to see if the picture has been uploaded in your "uploads" folder.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  21. #21
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    Yes I have checked and the photos are in fact going into the proper folder...
    Im using ns3 and ns4. im now looking for a way to forward it over to aol..I had been signed up for neomail...

  22. #22
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: phpFormGenerator -

    I don't think there is another way to forward the mail, than setting a forwarder in your CP/Mail. Before doing that, why don't you check to see if it comes through your Vodahost email?
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  23. #23
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    The only "VH" email I had ever set up with the neomail..I dont know of any other. I have put kassi1959****.com into the script..it was working but now after going thru the form Im getting the incorrect email page..argh..

  24. #24
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: phpFormGenerator -

    I tested your form this morning, seems working ok. Now about the email: you should setup a VH email: Goto to CP >Add / Remove / Manage Accounts > Add Account and create an email address f.e. feedback?kate-cards.com chanhing ? with @ (not good to have your email on the forum). Use this email in the form script. If you want the mail getting to your desktop, just set up your Outlook Expresss to download your emails from your site.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  25. #25
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    ok...Im not that savvy here - I think Ive accomplished it. I created the account - now I have an "email.reg" on my desktop. lol, not quite sure why..My guess would be to upload it via ftp? Im going to try that, and add the email to the script and take a look/see.
    Thanks for your patience with me, again its much apreciated.

  26. #26
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    I keep getting the email error page?..

  27. #27
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: phpFormGenerator -

    Kate, which is your actual form url?
    I tried http://kateart-cards.com/test form.html and works ok. I tried it just two minutes ago. Did you fill in all the fields ?
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  28. #28
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    Im going the actual route that the customer would take. That would be from the front page of the restoration and going thru to the appraisal.
    I just finished a bit ago creating the email account. And did recieve your test email...looks to be a .gif attached..but (im so sorry for my ignorance) I dont know how to "get" it?
    Great - now my site is down again!...

  29. #29
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: phpFormGenerator -

    just click on the link in the email. The .gif will open in IE then right click on it and save it anywhere on your computer
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  30. #30
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    the picture link brings me directly to my photos website. not to IE...?

  31. #31
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: phpFormGenerator -

    Please change this line:

    $Browse_URL = "http://www.kateart-cards.com/uploads/".$Browse_Name ;

    There was a blank space after the .com and this caused the link to break. It was taking you to your site instead of the uploaded picture. After you do the change, save it again "Save as", File Type "All files", etc. as before, upload it on your site
    Last edited by navaldesign; 05-02-2006 at 01:33 PM.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  32. #32
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    Got it! Did it! and it works! I have to quit for the day, then tomorrow morning Ill get back onto it..Im still here getting the email error page. Im sure its something Ive done somewhere in connecting the site together, misnamed something I dont know but Ill take a fresh look in the morning! At least its mostly fixed!
    Thanks!

  33. #33
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    well Ive republished everything and rechecked the upload.php to make sure Ive gotten all the info correct.
    I changed the form a bit, maybe thats why Im having problems. cant seem to leave well enough alone! -
    http://www.kateart-cards.com/test%20form.html
    Im now getting a 404/file cant be found error...I did something wrong.

  34. #34
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: phpFormGenerator -

    Please go through the Save As .... procedure and upload the "upload.php" file again
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  35. #35
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    should I set the "upload.php" to chmod 777? or just the "uploads" folder.
    Ive finis the "save as" and uploaded the "upload.php"....

  36. #36
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: phpFormGenerator -

    Just the "uploads" folder. However you must have done something, because i still get a 404
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  37. #37
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    I added a seperate box for the zip. I havent changed anything in FTP except the chmod for the "uploads" folder.
    I recopied the code that you wrote here/corrected the mistakes/saved as/over wrote the existing file/copied over to html_public in FTP.
    Ive also republished all pages...and refreshed inBlueFTP

  38. #38
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: phpFormGenerator -

    If you have added another field, the script has to be modified to insert that field in there to. But i still get a 404 error, so there must be some mistake. If you wish, let me know your loggin info (IP, username and password) so i can have a look. You already know my email.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  39. #39
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    I just found one mistake! I had forgotten to name the edit boxes after I re did everything...let me publish and see if it works now!
    If its easier I can just take out the extra edit box (zip) I just thought it looked better that way...

  40. #40
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: phpFormGenerator -

    You have a mail explaining where the problem is.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  41. #41
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    lol....the problem lays with my tring to "help"!..I fixed my errors.

  42. #42
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: phpFormGenerator -

    tESTED THE FORM, SEEMS TO BE WORKING OK, SEE IF THE MAIL GETS TO YOU OK WITH ALL THE INFO AND THE UPLOAD LINK
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  43. #43
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    I sent you the email I recieved. I looked in FTP "uploads" file seems fine..chmod 777, but still not recieving link and no photo in file.

  44. #44
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: phpFormGenerator -

    Hi Kate, i waited but didn't receive any mail
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  45. #45
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    I resent it...should get it right away?..let me know :))

  46. #46
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: phpFormGenerator -

    You don't have the file uploaded because the field was originally "Browse", now you have set it to be "browse" And the "Photograph_condition" has become "Photograph condition", no "_"
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  47. #47
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: phpFormGenerator -

    I did receive the mail. It's as i told you. Change the form and republish it
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  48. #48
    kassi59's Avatar
    kassi59 is offline Major General
    Join Date
    Nov 2005
    Location
    West Burke Vermont
    Posts
    2,773

    Default Re: phpFormGenerator -

    ok, I missed that, Im going to have to get better at minor details when it comes to working with html scripts. I know Im very bad with that.
    I just tried it and it works wonderfully! now after I left it alone!
    Thank you very much, you are very patient.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

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 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49