• Resolved Marc G

    (@nuevavidatv28)


    Have a multipage form. In it – it has the ability to add rows and tabs for multiple entries. However in the email resulting from the form submisssion the data is separated like so..
    Skillset:
    row(1):Cleaning (Commercial)
    row(2):Framing
    row(3):Cleaning (Residential)
    row(4):Painting (Commercial)
    row(5):Concrete
    || Yrs Experience:
    row(1):4-6 yrs
    row(2):7-10 yrs
    row(3):4-6 yrs
    row(4):10+ yrs
    row(5):4-6 yrs
    — AND —
    Project Title:
    tab(1):Project A
    tab(2):Project B
    tab(3):Project C
    Skill Set Used:
    tab(1):Cleaning (Commercial)
    tab(2):Concrete
    tab(3):Painting (Commercial)
    PointOfContact
    tab(1):Ricardo Correa
    tab(2):John Matthews
    tab(3):Anthony Meadows
    POC Phone:
    tab(1):9194445151
    tab(2):501-541-5849
    tab(3):631-148-5585
    start Date:
    tab(1):2016-01-10
    tab(2):2019-01-18
    tab(3):2020-03-25
    Completion Date:
    tab(1):2017-01-10
    tab(2):2020-01-25
    tab(3):2020-10-24
    Project Dollar Amount:
    tab(1):4500
    tab(2):35000
    tab(3):84125
    Project Description
    tab(1):This is my project A
    tab(2):Poured a new driveway
    —–
    I was coding the email in HTML format and only used <p> </p> between certain fields and encapsulated the entire multi rows or multi tabs into one <div> tag.. What you see above is the results..
    Can we get this grouped together where all of data from ROW1 is with ROW1. and All of TAB1 is with Tab1 and accordingly?

    The page I need help with: [log in to see the link]

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

    (@aurovrata)

    Thread Starter Marc G

    (@nuevavidatv28)

    watched video..
    in the plugin editor there is no function.php
    in the contact forms 7 function.php nothing there for filter.
    Are we supposed to write this code or is it in there already?

    actually just found it.. You may want to add in the video that the “hook” can be gotten from the link on the form design ui under Post-Form-Submit hooks.

    please advise as to what functions.php file we are to place this and where?

    Plugin Author Aurovrata Venet

    (@aurovrata)

    please advise as to what functions.php file we are to place this and where?

    you need to do a tutorial on WordPress itself… this is beyond the scope of this support thread.

    What is functions.php?

    Thread Starter Marc G

    (@nuevavidatv28)

    so we put your code in the theme functions file?
    FYI many plugins have their own functions.php there is no indication in the vide and the like that you say to place this in the THEMES functions.php file.

    Thread Starter Marc G

    (@nuevavidatv28)

    the reluctance to this is (as you know and so kindly shared) when a theme is updated there goes your changes….

    Plugin Author Aurovrata Venet

    (@aurovrata)

    actually just found it.. You may want to add in the video that the “hook” can be gotten from the link on the form design ui under Post-Form-Submit hooks.

    Please read the FAQs and see the screenshots on the plugin page for more information. This is a complex plugin, and what you are trying to achieve is not easy. So you either need to read all the information provided and follow online WordPress tutorials to train yourself or you need to hire a developer such as me to do the work.

    Plugin Author Aurovrata Venet

    (@aurovrata)

    the reluctance to this is (as you know and so kindly shared) when a theme is updated there goes your changes….

    again, this is due to your lack of understanding of WordPress… you should always work from a child theme!

    Plugin Author Aurovrata Venet

    (@aurovrata)

    FYI many plugins have their own functions.php

    no they don’t, and even if they have, these are not meant for you to change.

    Thread Starter Marc G

    (@nuevavidatv28)

    thank you

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Form Submission Email’ is closed to new replies.