• Resolved feeldattrend

    (@feeldattrend)


    hello

    my codes below. i tried same form in another website, it works well. but the conditional groups are not working there : https://tgpsystems.com/test/

    i changed theme it worked, so problem is about theme codes but how can I found the exact error reason? please help me

    <label> Adınız
        [text* your-name] </label>
    
    <label> E-posta adresiniz
        [email* your-email] </label>
    
    <label>Konu</label>
    [radio Konu "konu-1" "konu-2"]
    
    [group konu1]
    
    <label>Konu1</label>
    [radio Konu1 "konu-1a" "konu-2b"]
    
    [/group]
    
    [group konu2]
    
    <label>Konu2</label>
    [radio Konu2 "konu-2a" "konu-2b"]
    
    [/group]
    
    <label> İletiniz (tercihe bağlı)
        [textarea your-message] </label>
    
    [submit "Gönder"]
    • This topic was modified 3 years, 5 months ago by feeldattrend.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    I see this error:
    Uncaught TypeError: Invalid attempt to spread non-iterable instance.

    This is a common error if your theme is still running an outdated version of jQuery. You should contact the theme author and ask them to upgrade the jQuery version.

Viewing 1 replies (of 1 total)

The topic ‘Plugin is Not Working’ is closed to new replies.