• Resolved ieledtov

    (@ieledtov)


    Hi.
    I am developing a test website based on WP 3.9 and I am trying to add the shortcode ([ai_contact_form]) to a text widget (“Arbitrary text or HTML.”) but it does not show the contact form. I tryed different Contact Us plugins adding in the same text widget different shortcodes and they all showed up on my page.
    Can you please help me this issue?
    Thank you.

    https://www.ads-software.com/plugins/responsive-contact-form/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ieledtov

    (@ieledtov)

    Problem solved adding these 2 lines at the end of the “function.php” fil:

    add_filter( 'widget_text', 'shortcode_unautop');
    add_filter( 'widget_text', 'do_shortcode');

    Plugin Author August Infotech

    (@augustinfotech)

    Hello ieledtov,

    Thanks for your suggestion for widget but right now we haven’t developed any thing for widget of contact form so we will do that thing Also in our future version of contact form.

    Thanks & Regards,
    August Infotech

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shortcode not working’ is closed to new replies.