• Resolved array81

    (@array81)


    I have some problem with CLASS tag.
    I need use “form-control input-lg” as tag but if I use this code: [text* name id:name class:form-control input-lg “Name”] only the first part “form-control” of class tag is used.

    How can I use class tag with space?

    Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    See Text Fields

    [text* name id:name class:form-control class:input-lg "Name"]

    Thread Starter array81

    (@array81)

    Thanks.
    Is there a way to avoid use the default CSS style. I’d like use the same style used on my template form. For to do this I have try to use [text* name id:name class:form-control class:input-lg “Name”] and set define (‘WPCF7_LOAD_CSS’, false); on wp-config.php but I have always the default CSS style for my text input.

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Probably the default CSS style is from your theme.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Class problem’ is closed to new replies.