• Hello,
    I got this message in console when i trying send in contact form.

    jquery.js:4 POST wp-json/contact-form-7/v1/contact-forms/4030/feedback 500 (Internal Server Error)
    send @ jquery.js:4
    ajax @ jquery.js:4
    wpcf7.submit @ scripts.js:335
    (anonymous) @ scripts.js:53
    dispatch @ jquery.js:3
    r.handle @ jquery.js:3

    I have to add all this fields?
    CF7 to Zoho Leads mapping

    By default, the current field mapping looks like this –

    CF7 -> Zoho Leads
    company -> Company
    first-name -> First Name
    last-name -> Last Name
    email -> Email
    phone -> Phone
    title -> Title

    Or just last name and company is required?
    Thanks

    • This topic was modified 6 years, 5 months ago by mizyan.
Viewing 1 replies (of 1 total)
  • Hello mizyan!

    There are two mandatory fields in Zoho Leads: company and last-name.

    So you need to put it into your form to avoid this type of error.
    If you do not want this 2 fields visible in the form, you can put it hidden including this 2 tags in contact form 7 like the example below:

    [hidden last-name “N/A”]
    [hidden company “N/A”]

    After this it will work nicely. Please let me know if it worked for you.

    Regards,
    Augusto

Viewing 1 replies (of 1 total)
  • The topic ‘Error in Mapping’ is closed to new replies.