• Resolved arunkott

    (@arunkott)


    The ability to work with form key in cf7form shortcode is simply invaluable. Is it possible to combine this with the original contact form shortcode attributes?

    for e.g I need to specify the html_id attribute for the form.
    [contact-form-7 id="1234" title="Contact form 1" html_id="contact-form-1234" html_class="form contact-form"] how do I make it work with [cf7form key="contact-us"] ?

Viewing 1 replies (of 1 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    Is it possible to combine this with the original contact form shortcode attributes?

    yes, the attributes are simply passed on the the CF7 plugin, so somethign like

    [cf7form key="contact-us" title="Contact form 1" html_id="contact-form-1234" html_class="form contact-form"]

    should work

Viewing 1 replies (of 1 total)
  • The topic ‘Is it possible to combine contact-form-7 shortcode attributes with cf7form code’ is closed to new replies.