+ Reply to Thread
Results 1 to 3 of 3

Thread: Error: The "csvcolumns" setting is not valid: "" [M76]

  1. #1
    Join Date
    Sep 2005
    Posts
    4

    Unhappy Error: The "csvcolumns" setting is not valid: "" [M76]

    I have alerts turned on, and get this error:

    The following error occurred in FormMail [M18]:
    The "csvcolumns" setting is not valid: "" [M76]

    contact: 'Y'
    colors: 'blue'
    vehicles: 'Bus'
    mesg: 'Just testing'

    ==========================================
    My pathway in formmail.php is correct

    <input type="hidden" name="csvfile" value="formmail.csv" />

    <input type="hidden" csvcolumns="contact,colors,vehicles,mesg" />


    I am NOT referencing the pathway in the form, just the file (common error)
    File permissions are correct, as are folder permissions.

    Opens with notepad, my CSV look like this:

    contact,colors,vehicles,mesg

    I haven't seen an explicit explanation of the error, can anyone help?

  2. #2
    Join Date
    Dec 2003
    Posts
    3,907

    Default Re: Error: The "csvcolumns" setting is not valid: "" [M76]

    Hi,

    The explicit error is this:
    The "csvcolumns" setting is not valid: ""


    You haven't set csvcolumns correctly. What you want is this:

    Code:
    <input type="hidden" name="csvcolumns" value="contact,colors,vehicles,mesg" />
    Russell Robinson - Author of Tectite FormMail and FormMailDecoder
    http://www.tectite.com/

  3. #3
    Join Date
    Sep 2005
    Posts
    4

    Exclamation Re: Error: The "csvcolumns" setting is not valid: "" [M76]

    Ignore request, my form sysntax is so very wrong.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Email contains no "mesg"
    By xuric in forum FormMail Subscription Support
    Replies: 1
    Last Post: 19-Apr-2004, 09:17 PM
  2. no valid recipients were specified.
    By SonSon in forum FormMail Subscription Support
    Replies: 3
    Last Post: 08-Apr-2004, 08:27 AM
  3. yet another no valid receipient
    By koocha in forum FormMail Subscription Support
    Replies: 6
    Last Post: 11-Feb-2004, 11:04 PM
  4. No valid recipients
    By Oktopuz in forum FormMail Subscription Support
    Replies: 2
    Last Post: 06-Feb-2004, 06:48 AM
  5. detect valid email sender
    By richardsb24 in forum FormMail Subscription Support
    Replies: 1
    Last Post: 01-Feb-2004, 05:16 AM

Bookmarks

Posting Permissions

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