Title: Input Form Function
Last modified: August 21, 2016

---

# Input Form Function

 *  Resolved [Alkorr](https://wordpress.org/support/users/alkorr/)
 * (@alkorr)
 * [12 years ago](https://wordpress.org/support/topic/input-form-function/)
 * Hi, I managed to show testimonials using a function but I can’t find a way to
   add the input form on my template page.
 * I tried:
 * `<?php echo katb_input_testimonials (); ?>`
 * But it doesn’t work… Any clue?
 * Thanks!
 * [https://wordpress.org/plugins/testimonial-basics/](https://wordpress.org/plugins/testimonial-basics/)

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

 *  Plugin Author [kevinhaig](https://wordpress.org/support/users/kevinhaig/)
 * (@kevinhaig)
 * [12 years ago](https://wordpress.org/support/topic/input-form-function/#post-4868121)
 * Are you adding the function to code?
 * Please check out the documentation at [http://www.kevinsspace.ca/testimonial-basics-wordpress-plugin/](http://www.kevinsspace.ca/testimonial-basics-wordpress-plugin/)
 *  Thread Starter [Alkorr](https://wordpress.org/support/users/alkorr/)
 * (@alkorr)
 * [12 years ago](https://wordpress.org/support/topic/input-form-function/#post-4868186)
 * Hi Kevin, I of course checked the documentation, I’ve found great information
   about your plugin.
 * Unfortunately, I didn’t find anything about the input form… You mention ‘Advanced
   Function’ but it’s only to show testimonials:
 *     ```
       <div>
           <?php echo katb_testimonial_basics_display_in_code( 'group', 'number', 'by', 'id', 'rotate' ); ?>
       </div>
       ```
   
 * There is no info in ‘Visitor Input Form’ about how to add the form on my template
   page using a function, the same way I do to show the testimonials.
 * You mention the shortcode:
 *     ```
       [katb_input_testimonials group="All"]
       ```
   
 * And the Widget form (I don’t use Widgets) but nothing on a function to show the
   input form. I tried to modify the shortcode into a function:
 * `<?php echo katb_input_testimonials (); ?>`
 * But it doesn’t work… Thanks for your help!
 *  Plugin Author [kevinhaig](https://wordpress.org/support/users/kevinhaig/)
 * (@kevinhaig)
 * [12 years ago](https://wordpress.org/support/topic/input-form-function/#post-4868202)
 * Sorry, my mistake….I’m in the process of updating everything. The documentation
   will be corrected.
 * Try this :
 * Display Input Form in Code
 * You can also include an input form in code,
 * <?php katb_testimonial_basics_input_in_code( ‘group’); ?>
 * Put the group name inside the single quotes that you want the testimonial entered
   under. Default is ‘all’ or ‘All’.
 *  Thread Starter [Alkorr](https://wordpress.org/support/users/alkorr/)
 * (@alkorr)
 * [12 years ago](https://wordpress.org/support/topic/input-form-function/#post-4868239)
 * Hi Kevin, thank you very much, it works wonderfully!
 * Your plugin is really awesome 🙂

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

The topic ‘Input Form Function’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/testimonial-basics_312d05.svg)
 * [Testimonial Basics](https://wordpress.org/plugins/testimonial-basics/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/testimonial-basics/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/testimonial-basics/)
 * [Active Topics](https://wordpress.org/support/plugin/testimonial-basics/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/testimonial-basics/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/testimonial-basics/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Alkorr](https://wordpress.org/support/users/alkorr/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/input-form-function/#post-4868239)
 * Status: resolved