• Hi WEN
    In few of my CF7 forms – the Plugin Settings tab inside form doesn’t show the form fields.
    Here is form code:

    <Strong>
    <p style="margin-right:20px;" >[text* your-name class:MYtxt  placeholder "?? ????"] [email* your-email class:MYtxt placeholder "??? ????? ?? ?? ??????" ] </p>
    <p>[submit class:MYbtn "???? ?? ???? ???? ?? ???? ?????!" ]</p>
    </Strong>

    Here is the ‘fields’ I can choose form…:
    https://ibb.co/kReg0Q

    Please help…
    Thanks
    Tal

Viewing 1 replies (of 1 total)
  • Hello @taco100,

    While we have inspected the form code you have provided, it looks like the spacing between the fields shortcodes in the Contact form 7 is causing the issue. Also, the MYbtn class used in submit button also seems to be used incorrectly.

    To fix the issue / further debug, please try replacing the form field shortcode with the one below and check to see if the issue is fixed :

    <Strong>
    <p style="margin-right:20px;" >
    [text* your-name class:MYtxt  placeholder "?? ????"] 
    [email* your-email class:MYtxt placeholder "??? ????? ?? ?? ??????" ] </p>
    <p>[submit "???? ?? ???? ???? ?? ???? ?????!" ]</p>
    </Strong>

    If the issue is not resolved, let us know so that we can help you further.

    Hope this helps,

    Best regards !!

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin Settings tab in form doesn’t show fields’ is closed to new replies.