• When the shortcode outputs the form code it leaves name=”” blank. For SEO purposes and to follow standards it should not be doing this. When I try to validate my page it throws me an error because of this. How can I fix this.

Viewing 1 replies (of 1 total)
  • XenelSoft Technologies

    (@xenelsoft-technologies)

    To resolve this issue you can just add: html_name=”any-name-for-form” in your form shortcode.
    For example: [contact-form-7 id=”894″ title=”Footer custom quote” html_name=”custom-quote-form” html_id=”contact-form-894″ ]

    This will assign name and id to your form and the error will be resolved.Let me know if this resolves your problem.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Contact Form 7] Form name blank’ is closed to new replies.