PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Inserting the gravity form shortcode inside another shortcode

  1. Gavin Webb
    Member

    I'm trying to include a form inside a show/hide box using shortcode, but when published it just shows the shortcode not the form. The code is below.

    [showhide type="btn" more_text="Send us an email" less_text="Close Email Form"]
    [gravityform id="9" name="Email from Branch Form" title="false" description="false"]
    [/showhide]

    I'm aware of the embed option, but can this be done using just shortcodes?

    Thanks. Gavin.

    Posted 11 years ago on Sunday April 7, 2013 | Permalink
  2. What plugin are you using for the showhide function? It's probable that that plugin is not processing nested shortcodes. If that plugin will not process a shortcode embedded within it, you are going to have to include your form inside that shortcode in some other way, or contact that plugin author for their support.

    Posted 11 years ago on Wednesday April 10, 2013 | Permalink