• Hi ??
    What a great plugin! We use the tabled inputs, so users can add a new row for input. We parse this data through Zapier to a database. However the input-fields is named for the first row, and the input is comma-separated when further rows are added. This pose a problem if a user needs a comma in the input fields, as it becomes difficult to split the text-string. Is it possible to choose own separator for the text-string?

    Also, it would be beneficial that rows were grouped, and not columns, but that seems difficult… ??

Viewing 1 replies (of 1 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    What a great plugin!

    thanks, leave a review when you a moment to spare ??

    However the input-fields is named for the first row, and the input is comma-separated when further rows are added.

    in memory, the data are in arrays, they are formatted as comma-delineated strings for mail tags. Are you using mail-tags for your Zapier feed?

    Is it possible to choose own separator for the text-string?

    I should think so, from an array you can format as you want.

    Also, it would be beneficial that rows were grouped, and not columns, but that seems difficult…

    For human visual representation, yes, that would be nice to have but haven’t had the time to code this into the plugin. This plugin has been entirely funded by client projects requiring custom functionality. If your project needs this and can afford it, maybe you want to sponsor this functionality?

    However, column grouping is actually field grouping. This plugin works with another plugin which allows for dynamic real-time calculations that requires matrix products between array fields from the from ….so its important to retain the input-fields as arrays rather than as arrays of different fields values in a row.

Viewing 1 replies (of 1 total)
  • The topic ‘Tabled Input mailtags’ is closed to new replies.