• I created a basic membership form that has many fields. It seems like I can control the {summary} magic tag with PHP filters, but I don’t see a way to filter or reorder the fields that go in the CSV file that is attached to the emails that are sent out. I want to make sure all fields are present even if not filled out. I also want to make sure I can choose the order of fields going into the CSV. It seems like they are only displayed in the order they are created. Please help.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Do either of these apply?

    https://calderaforms.com/doc/caldera_forms_admin_csv/
    https://calderaforms.com/doc/caldera_forms_email_csv_data/

    A question – for the CSV file that’s attached to the email, was checking the box ‘Attach a CSV version of the submission’ all that you needed to do?

    • This reply was modified 7 years, 4 months ago by cseto. Reason: check email notification
    Thread Starter Ryan

    (@savvypop)

    I had checked the box to “Attach a CSV version of the submission”, but I didn’t see a way to manipulate the CSV before it is attached to the email.

    The link you attached – https://calderaforms.com/doc/caldera_forms_email_csv_data/ – that seems to give me control over the form data as an array before it is attached to the email, is that correct? I ask because I did a search for “caldera_forms_email_csv_data” in the plugin code (v1.7.4) to see how the plugin interacts with the function and I didn’t see it come up.

    Hi Ryan,

    did you find a way to reorder these csv fields?

    I have a form too with csv export, but can’t reorder it in the csv. I also can’t find a way to rename Checkbox fields output: the current output for the first checkbox is e.g.:

    “opt1416036: example text”

    Can i get rid of the “opt1416036” ??

    thx,
    regards

    • This reply was modified 7 years, 3 months ago by beatcore.
    • This reply was modified 7 years, 3 months ago by beatcore.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘CSV Email Attachment’ is closed to new replies.