• Resolved amhoffmaster

    (@amhoffmaster)


    I can’t link to the page as the site is under construction. I already watched your video on repeater fields. It seems there’s a lot more to it than just copying the helper code into the functions.php file. I did that, and I caused a critical error on the site. I have a repeater field with 4 columns: Model No., Part No., Qty, Description.

    I did try to create an HTML email in the CF7 interface with a table and placed the individual form fields into the table. That produced this in the email message. They were in a table in the email just not shown here since my screen caps aren’t showing.:

    Equipment List
    
    Model No
    
    Part No
    
    Qty
    
    Description
    
    row(1): model 1
    
    row(2): model 2
    
    row(1): 91839483948
    
    row(2): 12309090
    
    row(1): 10
    
    row(2): 20
    
    row(1): product 1
    
    row(2): product 2


    This is a very complex plugin to master. Is there a filter I can use where you can remove the row(1) and row(2) notations? All of the other fields in my form worked fine, except this repeater field. I don’t want to write the entire form in the functions.php file. Your help would be greatly appreciated.

    Thanks!

    • This topic was modified 6 months, 4 weeks ago by amhoffmaster.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    It seems there’s a lot more to it than just copying the helper code into the functions.php file. I did that, and I caused a critical error on the site.

    indeed, the helper code is mean’t to be just that, a helper code. You will need to have some knowledge of PHP coding to figure out what you need to insert in the filter function in order to get it to display as per your needs. Else you will need to hire a coder to do it for you.

    This is a very complex plugin to master.

    it is conceived to make powerful forms for data pipelines and as such I focus on enabling as much functionality with flexibility for customisation.

    v5 is in the pipeline with many improvements. One of which is to automatically organise table inputs in your mail notification, but it will take time as I am alone working on this and need to earn my living too….so it’s slow as I cannot dedicate all my time to this.

    Thread Starter amhoffmaster

    (@amhoffmaster)

    Ok, I’ll send it over to my programmer. I usually can figure most things out myself. I look forward to the next version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Repeater fields in email message – how?’ is closed to new replies.