Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author aryanduntley

    (@dunar21)

    Send me a screenshot of your headers list (the list that is shown when you select a form in my plugin’s UI).

    Thread Starter b.king

    (@bking-1)

    Plugin Author aryanduntley

    (@dunar21)

    Ok, the name header is just “Name”, the address header is just “Address”

    The name filed will look like this “John,Doe” or “John,” or “,Doe”. These give first name, last name; only first name; and only last name respectively.

    The address field will look like this: “123 fake st.,Apt 3,San Diego,CA,92109,USA” or any omission of a particular subfield while maintaining the comma separated structure. So the structure is “,,,,,” Which allows for six sub fields. Omitting the (Address 2) would look like this “123 fake st.,,San Diego,CA,92109,USA”. Providing only the street address and no other information would look like this: “123 fake st.,,,,,”

    Plugin Author aryanduntley

    (@dunar21)

    Sorry, even that last csv I sent you was incorrect. You MUST match the headers as they are shown on that screenshot you gave me. Those headers are this:
    “Name”,”Phone”,”Address”,”Email”,”Company + City”,”How was Product Received:”,”Tracking Number”,”Download Link”,”Date”,”Notes”

    Above should be your headers. For “How was Product Received:” and for Company + City (if Company + City is a mutliselect)then the values or entry fields for these would be a comma separated list just like the name and address fields. So, if “How was Product Received:” was a field that could take more than one value, your csv would look like this

    “Name”,”Phone”,”Address”,”Email”,”Company + City”,”How was Product Received:”,”Tracking Number”,”Download Link”,”Date”,”Notes”
    “John,Doe”,”123-456-789″,”123 Fake st.,,San Diego,CA,92109,”,”[email protected]”,”Rolo Co MI”,”selected 1,selected 2,selected 3″,”234554-abc”,”https://trackthis.com”,”12-12-12″,”This is how it’s done”

    Thread Starter b.king

    (@bking-1)

    Thank you for the help insanely fast response. I wasn’t using delimiter-separated values. Everything is good to go now.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Invalid Header’ is closed to new replies.