Title: Bug fix
Last modified: August 31, 2016

---

# Bug fix

 *  Resolved [modiphier](https://wordpress.org/support/users/modiphier/)
 * (@modiphier)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/bug-fix-11/)
 * Hello,
    I installed it an it posted some errors to the header of the page. I 
   looked at the error and the file mentioned and added what it said was missing
   and the error went away. I just added the field to a form and it looks like it
   is working fine on the page. I just haven’t completed the form to try a submission
   yet to see if the value is processed.
 * ERROR:
 * Warning: Declaration of GF_Field_Slider::get_value_merge_tag($value, $input_id,
   $entry, $form, $modifier, $raw_value, $url_encode, $esc_html, $format)
    should
   be compatible with GF_Field::get_value_merge_tag($value, $input_id, $entry, $
   form, $modifier, $raw_value, $url_encode, $esc_html, $format, $nl2br) in /home/
   my.com/wp-content/plugins/gravity-slider-fields/class-gf-field-slider.php on 
   line 211
 * FIX:
 * Replace line 192:
    public function get_value_merge_tag( $value, $input_id, $entry,
   $form, $modifier, $raw_value, $url_encode, $esc_html, $format) {
 * with this:
 *  public function get_value_merge_tag( $value, $input_id, $entry, $form, $modifier,
   $raw_value, $url_encode, $esc_html, $format, $nl2br) {
 * Thats it.. I will try to post back with results of submission.
    Paul
 * [https://wordpress.org/plugins/gravity-slider-fields/](https://wordpress.org/plugins/gravity-slider-fields/)

The topic ‘Bug fix’ is closed to new replies.

 * ![](https://ps.w.org/gravity-slider-fields/assets/icon-256x256.png?rev=2073431)
 * [Gravity Slider Fields](https://wordpress.org/plugins/gravity-slider-fields/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gravity-slider-fields/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gravity-slider-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/gravity-slider-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gravity-slider-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gravity-slider-fields/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [modiphier](https://wordpress.org/support/users/modiphier/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/bug-fix-11/)
 * Status: resolved