• Hi, I have a question about the plugin’s export functionality.

    I guess the main thing I need is the ability for a single form submission to
    generate multiple rows in the CSV file. In my case, I need a competitor
    in a competition to be able to fill out an entry form and select multiple
    classes in which they wish to partake. Each class will produce a new
    line/row in the export, and the information such as name/number will be
    duplicated. For example:

    Basic form idea that I’m building:
    Name? James
    Phone? 555-1234
    How many classes? 3
    (conditional logic based on previous) Select your class: Class 1
    (conditional logic based on previous) Select your class: Class 2
    (conditional logic based on previous) Select your class: Class 3

    Export result for this single submission:
    James | 555-1234 | Class 1
    James | 555-1234 | Class 2
    James | 555-1234 | Class 3

    Can this plugin do this?

    https://www.ads-software.com/extend/plugins/visual-form-builder/

  • The topic ‘[Plugin: Visual Form Builder] How powerful is the CSV export?’ is closed to new replies.