Title: Embed/shortcode for &quot;submit idea&quot;  page
Last modified: August 22, 2016

---

# Embed/shortcode for "submit idea" page

 *  Resolved [nealr85](https://wordpress.org/support/users/nealr85/)
 * (@nealr85)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/embedshortcode-for-submit-idea-page/)
 * Hello,
 * I am soon to be going live with a new intranet site and am using this fantastic
   plugin for idea submission.
 * However on the “add idea” page i want to be able to put some guidelines/criteria
   above the add ideas boxes to explain what sort of ideas i am looking for. Is 
   this possible either with a shortcode or embedding those boxes into another page?
 * Many thanks,
 * Neal
 * [https://wordpress.org/plugins/wp-idea-stream/](https://wordpress.org/plugins/wp-idea-stream/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Mathieu Viet](https://wordpress.org/support/users/imath/)
 * (@imath)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/embedshortcode-for-submit-idea-page/#post-5894841)
 * Hi,
 * First of all i advise you to use this file to customize the plugin : [https://github.com/imath/wp-idea-stream/wiki/wp-idea-stream-custom.php](https://github.com/imath/wp-idea-stream/wiki/wp-idea-stream-custom.php)
 * Once you have it in place, you’ll see there : [https://github.com/imath/wp-idea-stream/blob/master/templates/idea-form.php#L13](https://github.com/imath/wp-idea-stream/blob/master/templates/idea-form.php#L13)
   that the form template contains a do_action to allow you to add your content 
   before the form. So in the file simply add the following code (making sure the
   file is containing a php opening tag at the very top of it)
 *     ```
       function prepend_info() {
        ?>
        Hello World!
        <?php
       }
       add_action( 'wp_idea_stream_ideas_before_form', 'prepend_info' );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Embed/shortcode for "submit idea" page’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-idea-stream_f1f1f1.svg)
 * [WP Idea Stream](https://wordpress.org/plugins/wp-idea-stream/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-idea-stream/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-idea-stream/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-idea-stream/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-idea-stream/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-idea-stream/reviews/)

## Tags

 * [embed](https://wordpress.org/support/topic-tag/embed/)
 * [Ideastream](https://wordpress.org/support/topic-tag/ideastream/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mathieu Viet](https://wordpress.org/support/users/imath/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/embedshortcode-for-submit-idea-page/#post-5894841)
 * Status: resolved