Support » Plugin: Contact Form 7 - Repeatable Fields » Field group values not sending in email

  • Resolved theelegance

    (@theelegance)


    Hey I have the following form on my site
    [field_group emails id=”child-details” tabindex:1]
    <label> Child Name:[text child-name] </label>
    <label> Child’s Grade (Class):[text child-grade] </label>
    [/field_group]
    The form is taking input perfectly. But the email notification doesnt contact the values.
    Following is the code i used to show the values in email

    Child Detail
    [child-details]
    Child name:[child-name]
    Child Grade: [child-grade]
    [/child-details]

    Please help me where I got wrong

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Felipe Elia

    (@felipeelia)

    Hi!

    The value you should use as the group shortcode is the one right after the field_group. So, in your case you’d have to change:
    [field_group emails id=”child-details” tabindex:1]
    to
    [field_group child-details id=”child-details” tabindex:1]

    Can you please give it a try and let me know if it works? Thanks!

    Thread Starter theelegance

    (@theelegance)

    Thanks resolved

    Plugin Author Felipe Elia

    (@felipeelia)

    Thank you! And if you have the time, please feel free to leave a review 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Field group values not sending in email’ is closed to new replies.