Forum Replies Created

Viewing 1 replies (of 1 total)
  • I am on version 1.24.1 and I’m still experiencing the issue above.

    I have a payment interface with a radio button where the user can select either:

    • Bank transfer
    • Credit card

    When they select credit card there’s a bunch of name and address fields that are required for processing. These are obviously not needed for bank transfer, where the user just identifies that they’ll pay later.

    Unfortunately, when they select bank the resulting csv is missing the correct delimiters for the unused fields and hence the columns do not line up. I think the problem is in the address item that has 6 input fields and in the Stripe item that outputs at least 8 extra columns. So in my resulting spreadsheet I have between 34 and 21 columns.

    I use conditional visibility on the credit card or bank transfer radio.

    Any idea how to resolve this issue?

    Thanks

Viewing 1 replies (of 1 total)