• Resolved rajkonocko

    (@rajkonocko)


    Hello!
    I made a simple code to test and learn CF7 Smart Grid Design Extension.
    I made a tabled input section, group of several input fields as table rows.
    In front end form everything is OK, the plugin adds me a new row by pressing “Add Row” and sends me mail by pressing Send button.

    But – in mail i get only first input (first row) and not others i’ve created by “Add Row”.

    My table code in text mode:

    <div class=”container”>
    <div class=”row”>
    <div class=”columns full”>
    <div class=”container cf7-sg-table” id=”cf7-sg-table-1594777215925″ data-button=”Add Row”>
    <div class=”row cf7-sg-table”>
    <div class=”columns one-half”>
    <div class=”field”><label>Name*</label>[text* name placeholder “Name”]
    <p class=”info-tip”>Insert your name</p>
    </div>
    </div>
    <div class=”columns one-half”>
    <div class=”field”><label>Surname*</label>[text* surname placeholder “Surname”]
    <p class=”info-tip”>Insert your surname</p>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    <div class=”container”>
    <div class=”row”>
    <div class=”columns two offset-ten”>
    <div class=”field”><label></label>[submit “Send”]
    <p class=”info-tip”></p>
    </div>
    </div>
    </div>
    </div>

    And my “Message Body:”

    Message Body:

    Name: [name]
    Surname: [surname]

    So, when I input:
    in initial – first row:
    (field name) Name1, (field surname) Surname1

    and in additional rows generated with “Add Row” button – second and third row
    (field name) Name2, (field surname) Surname2
    (field name) Name3, (field surname) Surname3

    after sending I only get in mail:

    Message Body:

    Name: Name1
    Surname: Surname1

    and not others two.

    What have I done wrong?

    Please help me!

    Rajko

    I’m a novice in WordPress and I don’t have a lot of Expiriance in coding.

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

    (@aurovrata)

    What have I done wrong?

    everything looks fine. Maybe there is a bug somewhere. I will check and revert back.

    What version of CF7 plugin are you using?

    Thread Starter rajkonocko

    (@rajkonocko)

    I’m using the latest version 5.2.

    I have already downloaded and installed CF7 version 5.19. a minute ago to try everything with older version CF7. I will inform you what happent.

    Maybe IMPORTANT:
    About two weeks ago at begining my working with Smart grid extension everything worked fine, and I got all inputs back with email correctly.
    After few days when I started to work with CF 7 and Smart grid again the form stopped working correctly and I got mails as described abowe.

    I dont know if I used older version of CF7 – maybe it was upgraded to 5.2. I’m not sure. I’m a novice in WordPress and everything is possible. I just wanted to have the latest recomendet version of plugins and WordPress.

    I had only another problem with form:
    In mail I recived (hwn the form worked OK) I got replay in diferent formation that I prepared in CF7 and Smart grid:

    Input form was made like this:
    Name Surname Email

    and after inputing 3 inputs using “Add Row” I got:
    Name1, Name2, Name3, Surname1, Surname2, Surname3, Email1, Email2, Email3

    and not what I wanted:
    Name1, Surname1, Email1
    Name2, Surname2, Email2
    Name3, Surname3, Email3

    to put data directly in Excel data table the way I want and expected.

    Is it possible to make it inside your plugin?

    I’m sure, we will find, what caused problem with not sending complete inpot rows, and I hope you have solution for my second problem.

    Thank you wery much for your realy quick reply!

    Rajko

    Thread Starter rajkonocko

    (@rajkonocko)

    Hello – sending mails works with CF7 version 5.19 perfect.

    Thank you for suggestion to check CF7 plugin version.

    Hope we wil find solution for my second problem too.

    Have a nice day!

    Rajko

    Plugin Author Aurovrata Venet

    (@aurovrata)

    Hi Rajko,

    I just released v3.3.3 which fixes a bug introduced by the changes in CF7 v5.2.

    The mails should now work again!

    Plugin Author Aurovrata Venet

    (@aurovrata)

    to put data directly in Excel data table the way I want and expected.

    Is it possible to make it inside your plugin?

    just saw your other question. You need to use the mail filter to format the output. See the FAQ #14bis

    Thread Starter rajkonocko

    (@rajkonocko)

    I’ve tested plugin and it works perfect – like before.

    Now i’m going to play with tables in mail.

    Thank you again and have a nice day!

    Rajko

    Plugin Author Aurovrata Venet

    (@aurovrata)

    great. Please leave a review when you have a moment to spare.

    @aurovrata im having a similar issue as reported by @rajkonocko above.

    Wp 5.4.2
    CF7 5.2
    Smart Grid extension 3.3.2

    multiple rows are displaying on the form itself, but when the form is submitted and the email sent, I’m only seeing one row of data.

    will updating the smart grid plug-in resolve the issue?

    Plugin Author Aurovrata Venet

    (@aurovrata)

    will updating the smart grid plug-in resolve the issue?

    yes it should. I am releasing v3.3.7 with another fix for piped values.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Not get all data in return mail after sending input in several table rows’ is closed to new replies.