Results 1 to 4 of 4

Thread: csv file creation

  1. #1
    Member
    Join Date
    Apr 2010
    Location
    Belize, Central America
    Posts
    66

    Default csv file creation

    I have used the Formshandler wizard to create a csv file and understand how everything works inclusive of the create db wizard. I am now using a layout form, I inserted components and filled in the "CSV File Path" in FormsHandler (PHP) Action. However I cannot figure out how/when the csv file gets created? Should it generate on the first form submission? Do I need to generate a blank csv file first. Presently getting a 500 error and I know what the error means, it cannot find the csv file. Does anyone know how this is done?

  2. #2
    Senior Member franko's Avatar
    Join Date
    Apr 2010
    Location
    Tasmania Australia
    Posts
    2,642

    Default

    I don't use NoF for forms, but have you tried creating the csv file on the server, making sure it has write permissions and then making sure the path to the file is correct in the formshandler properties?

  3. #3
    Member
    Join Date
    Apr 2010
    Location
    Belize, Central America
    Posts
    66

    Default

    Thanks Franko. Yes I used FileZilla to create the csv file on the server. It created ok but was a blank file with filesize=0 and permission =0666. I know the file should have headings similar to the below but I am trying to not have to manually create it, its too easy to make a mistake.
    id;:;firstname;:;lastname;:;title;:;description;:; date;:;email;:;emailonpage;:;picture;:;validation
    What do you use to create your forms?
    Regards
    Giovanni

  4. #4
    Senior Member franko's Avatar
    Join Date
    Apr 2010
    Location
    Tasmania Australia
    Posts
    2,642

    Default

    A custom application which runs on my server.

Posting Permissions

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