Repeater fields in email message – how?
-
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!
- The topic ‘Repeater fields in email message – how?’ is closed to new replies.