Forum Replies Created

Viewing 1 replies (of 1 total)
  • Even i am facing same issue

    Error:

    Uncaught TypeError: Invalid attempt to spread non-iterable instance.
    In order to be iterable, non-array objects must have a [Symbol.iterator]() method.
        at _nonIterableSpread (nonIterableSpread.js:2:9)
        at _toConsumableArray (toConsumableArray.js:10:95)
        at Wpcf7cfForm.form.updateSimpleDom (scripts_es6.js:111:31)
        at scripts_es6.js:426:18

    Here is the code form:

    <label>
     Your name     [text* your-name] </label>
    
    <label>
      Your email     [email* your-email] </label>
    
    <label>
      Subject     [text* your-subject] </label>
    
     [radio contact-options use_label_element default:1 "Technical" "Sale"]
    
    [group Technical-selected] [/group]
    
      [group Technical-selected]
     <label> Message for Technical
     [textarea technical-msg] </label>
     [/group]
    
     [group Sale-selected]
    <label> Message for Sale
     [textarea sale-msg] </label>
     [/group]
    
     [submit "Submit"]

    For your reference:
    Conditional Fields for Contact Form 7
    – Version 2.2.9

    Contact Form 7
    – Version 5.6.4

    WordPress:
    – 6.0.3

    • This reply was modified 2 years, 3 months ago by magarpayal.
    • This reply was modified 2 years, 3 months ago by magarpayal.
Viewing 1 replies (of 1 total)