• Is it possible to display tabled input section rows separately? I have a form where the user can enter multiple addresses, up to ten max. But when they come through via email, they display like this…

    Street1 Street2
    City1 City2 State1 State2 Zip1 Zip2

    I would prefer the email to display each row together instead like this…

    Street1
    City1 State1 Zip1

    Street2
    City2 State2 Zip2

    Is this possible? Any help or information is greatly appreciated!
    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter aaronmyers34

    (@aaronmyers34)

    I now realize filter #3 isn’t working for me because I’m using a multi step form. Is there any way to get the filter to work using the “Contact Form 7 Multi-Step Forms” plugin with tabled sections on multiple forms/pages?

    In the multi step environment, each form is on a separate page, and the mail tags for each form only reside in the message body of the last form.

    Plugin Author Aurovrata Venet

    (@aurovrata)

    Cf7 Multistep forms store previously submitted data until the final form and then recombine all data. Email notification is likely handled with custom functionality as the cf7 plugin only has access the final form fields. Therefore i suspect the email construction functionality does not implement the cf7 hooks on which the smart grid plugin relies to build table rows.

    I will need to look into multistep plugin code to understand how it implements email notification functionality. Tou could also contact its author to see if they can shed some light on this issue.

    There is 1 quick hack you can use for now if you have coding experience. It is to create a hidden field in your final form which you populate with a pre-constructed html table layout of your submitted table field which you then include in your email notification.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Displaying Tabled Input Sections by Rows’ is closed to new replies.