• Hello,

    I have successfully created form using this Contact form 7 & this plugin but it is not sending actual form data in email. It is showing just shortcode generated by contact form 7 while creating form fields.

    I have added these two fields: [checktype][checkamount]
    and in the email I am not receiving actual values entered by users. I am just receiving [checktype][checkamount] same fields in email.

    I hope you will give me some solution of this problem.

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

    (@felipeelia)

    Hi! Can you please share how did you set up your form and mail?

    Thread Starter Rishab Kapoor

    (@rishab77765)

    Hi Felipe,

    Form Setup:

    [field_group your_group_id_here]
    <div class=”form-row”>
    <div class=”column-1″>[text customername]</div>
    <div class=”column-2″>[text checktype]</div>
    <div class=”column-3″>[text checkamount]</div>
    <div class=”column-4″>[text commission]</div>
    </div>
    [/field_group]

    and for emails I have used both:

    Customer name:[customername]
    Check Type: [checktype]
    Check Amount: [checkamount]
    Commission: [commission]

    [emails]
    Customer name:[customername]
    Check Type: [checktype]
    Check Amount: [checkamount]
    Commission: [commission]
    [/emails]

    Both are not working. Please check it.

    Regards,
    Rishab kapoor

    Thread Starter Rishab Kapoor

    (@rishab77765)

    Hi Felipe,

    I am waiting for your reply from last 6 days. Kindly tell me that can you solve this issue?

    Regards,
    Rishab

    Plugin Author Felipe Elia

    (@felipeelia)

    Hi!

    Sorry, but I do this voluntarily and only can be here in my spare time, and that’s pretty rare in the last months ??

    So, if you are using [field_group your_group_id_here] to open your field group, your group id is your_group_id_here. That said, in the Mail tab you should be using

    [your_group_id_here]
    Customer name:[customername]
    Check Type: [checktype]
    Check Amount: [checkamount]
    Commission: [commission]
    [/your_group_id_here]

    instead of using [emails].

    Let me know if that worked, ok? Thanks!

    Thread Starter Rishab Kapoor

    (@rishab77765)

    Hi Felipe,

    It’s working perfectly.

    Thank you so much.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Form values not showing’ is closed to new replies.