• Resolved Garrett Hyder

    (@garrett-eclipse)


    Hello,
    I recently installed Contact Form 7 and am creating my form, however if I have a [select] shortcode with the include_blank attribute on it the html doesn’t render and I don’t see anything in my error logs.
    Example: [select timeframe “1-3 months” “4-6 months” “7-9 months” “10-12 months” include_blank]
    Removing the include_blank attribute resolves the issue, but I’d like an initial blank entity so I can replace it with custom text.
    Any assistance appreciated.
    Thanks

    https://ww.wp.xz.cn/plugins/contact-form-7/

Viewing 1 replies (of 1 total)
  • Thread Starter Garrett Hyder

    (@garrett-eclipse)

    Scratch that, moving the include_blank prior to the list of contents resolves the issue rendering the shortcode:
    Fixed: [select timeframe include_blank “1-3 months” “4-6 months” “7-9 months” “10-12 months”]

Viewing 1 replies (of 1 total)

The topic ‘[select] doesn't render if include_blank attribute provided’ is closed to new replies.