Title: Doesn&#8217;t save fields for multipage forms
Last modified: February 7, 2025

---

# Doesn’t save fields for multipage forms

 *  [Alex Chernov](https://wordpress.org/support/users/alexusblack/)
 * (@alexusblack)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/doesnt-save-fields-for-multipage-forms/)
 * If sliders are located on any page but last they loose their value during page
   navigation as the value doesn’t get into “value” attribute of an “input” tag.
 * Tested with “**slider_label_backend.php**“. This is due non standard processing
   of the field. This is fixed code that matches recommended approach from [https://docs.gravityforms.com/gf_field/#h-get-field-input](https://docs.gravityforms.com/gf_field/#h-get-field-input).
 *     ```wp-block-code
       $mrsgf_valueee = '';if($mrsgf_entry_detail) {	$mrsgf_valueee = $value;	} else {	$mrsgf_valueee = esc_attr(rgpost("input_{$mrsgfid}"));} 
       ```
   
 * Would appreciate if this fix would be included into next version of the plugin
   and don’t break my forms on update. Wouldn’t want to stop using this useful plugin
   just because of such simple bug.
 * Cheers.

The topic ‘Doesn’t save fields for multipage forms’ is closed to new replies.

 * ![](https://ps.w.org/multiple-range-slider-for-gravity-form/assets/icon-256x256.
   png?rev=2792366)
 * [Multiple Range Slider For Gravity Form](https://wordpress.org/plugins/multiple-range-slider-for-gravity-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/multiple-range-slider-for-gravity-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/multiple-range-slider-for-gravity-form/)
 * [Active Topics](https://wordpress.org/support/plugin/multiple-range-slider-for-gravity-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/multiple-range-slider-for-gravity-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/multiple-range-slider-for-gravity-form/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Alex Chernov](https://wordpress.org/support/users/alexusblack/)
 * Last activity: [1 year, 3 months ago](https://wordpress.org/support/topic/doesnt-save-fields-for-multipage-forms/)
 * Status: not resolved