• Resolved wploki

    (@wploki)


    Hellow, the problem is that I’ve coded everything following the example, yet when I send a test form, no information from the required fileds is showing, only the name of the form. The coding is as follows:

    [md-form]

    [md-text label=”Ваше имя”]
    [text* your-name]
    [/md-text]

    [md-text label=”Ваш телефон”]
    [tel* tel-158]
    [/md-text]

    [md-text label=”Территория”]
    [text* your-name]
    [/md-text]

    [md-submit]
    [submit “Отправить”]
    [/md-submit]

    [/md-form]

    Another problem is that reCaptcha doesn’t work correctly, a dialog box is shown reading “no connection to the Internet”. Will appreciate your help, thx

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author GusRuss89

    (@gusruss89)

    Hi @wploki

    You’ll need to make sure that the tags in your email template match the tags in your form.

    Each of your fields has an ID after the field type. E.g. for your field [text* your-name] the ID is your-name. Your email template would then refer to this value as [your-name].

    If you go to the mail tab, you’ll see a list of available tags – these are based on the IDs of the fields you used in the form.

    I also see you’ve currently got two fields with the same ID (your-name).

    So what you should do is change all the IDs to something that matches your label, then make sure your email template references these IDs.

    Your reCaptcha problem doesn’t sound related to my plugin. Does it happen when you’re sure you’ve got an internet connection? I’d ask on the CF7 forums instead.

    Thanks,
    Angus

    Thread Starter wploki

    (@wploki)

    Thanks, I will try that option, hope it works:)

    THe issue with reCaptcha is surely not related to the failed internet connection, will test it again.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Feedback letters do not show the form fields’ is closed to new replies.