Title: Multi page support
Last modified: August 30, 2016

---

# Multi page support

 *  Resolved [vvp2424](https://wordpress.org/support/users/vvp2424/)
 * (@vvp2424)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/multi-page-support/)
 * Hi,
 * I would be happy to donate a few hundred for multi page support how soon can 
   we have this?
 * [https://wordpress.org/plugins/gravity-forms-sticky-list/](https://wordpress.org/plugins/gravity-forms-sticky-list/)

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

 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/multi-page-support/#post-6339124)
 * Hello. I’ll be back in the civilized part of the world in the middle of August.
   So maybe we could have this feature late August.
 *  Thread Starter [vvp2424](https://wordpress.org/support/users/vvp2424/)
 * (@vvp2424)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/multi-page-support/#post-6339298)
 * Hope all is well, is it going to be available its almost late August 😉 again
   wouldn’t mind paying for a feature like that. we have a 21 page form that we 
   need to get this to work on. Look forward to hearing from you. All the best.
 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/multi-page-support/#post-6339299)
 * Multi page forms are now supported. Get the new version (1.4) and test it out.
   If you find any bugs, please open a support thread.
 *  Thread Starter [vvp2424](https://wordpress.org/support/users/vvp2424/)
 * (@vvp2424)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/multi-page-support/#post-6339300)
 * Awesome! thanks man I will try to put it in now to see! can’t wait!
 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/multi-page-support/#post-6339302)
 * How is it working for you?
 *  Thread Starter [vvp2424](https://wordpress.org/support/users/vvp2424/)
 * (@vvp2424)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/multi-page-support/#post-6339307)
 * I haven’t had a chance to implement it yet. I will most likely by this weekend.
   I will hit you up after that thanks for updating it.
 *  Thread Starter [vvp2424](https://wordpress.org/support/users/vvp2424/)
 * (@vvp2424)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/multi-page-support/#post-6339308)
 * Is there a way to just pull in the edit button so i can CSS edit it on the page
   to make it look good with my theme? The way i tried to do it is to pull it as
   an HTML but the value of the edit id is not dynamic. see example below.
 * <form action=”[http://www.url.com/member-style-profile/&#8221](http://www.url.com/member-style-profile/&#8221);
   method=”post”>
    <button class=”sticky-list-edit submit”>Update Style Preferences
   </button> <input name=”mode” value=”edit” type=”hidden”> <input name=”edit_id”
   value=”1660″ type=”hidden”> </form>
 *  Thread Starter [vvp2424](https://wordpress.org/support/users/vvp2424/)
 * (@vvp2424)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/multi-page-support/#post-6339309)
 * Also on what line would I change the word “edit” in your php code to change it
   to Update Style Preferences
 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/multi-page-support/#post-6339310)
 * You can easily add your own styles (CSS) to the list table. The following information
   is taken from the [plugin description](https://wordpress.org/plugins/gravity-forms-sticky-list/):
 * **Styling the list**
 * Sticky List ships with a minimal stylesheet that is easy to override. The table
   has the class of .sticky-list attached to it which can be used to override the
   default styles. The stylesheet is located in sticky-list/css/sticky-list_styles.
   css in the plugins main directory. To override a style just copy it from sticky-
   list_styles.css and paste it in your themes css-file, then modify the style to
   your liking.
 * To style the View, Edit, Delete, Post, and Duplicate links you can use these 
   CSS classes:
 *     ```
       .sticky-list-view
       .sticky-list-edit
       .sticky-list-delete
       .sticky-list-postlink
       .sticky-list-duplicate
       ```
   
 * You can change the word “edit” to whatever you like by going to the Sticky List
   settings tab. Se the [screenshots section](https://wordpress.org/plugins/gravity-forms-sticky-list/screenshots/)
 *  Thread Starter [vvp2424](https://wordpress.org/support/users/vvp2424/)
 * (@vvp2424)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/multi-page-support/#post-6339314)
 * Thanks for that. It ended up working! Is there away to see if one is resubmitted
   firs an original submission like for example have it have a different subject
   head line when it emails us or something like that to let us know that it is 
   an existing customer that updated their survey not a new entry? That would be
   very helpful.
 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/multi-page-support/#post-6339315)
 * Yes. Its called conditional notifications and is built into the plugin. Check
   the bottom of your form notifications settings.
 *  Thread Starter [vvp2424](https://wordpress.org/support/users/vvp2424/)
 * (@vvp2424)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/multi-page-support/#post-6339316)
 * Did that and it still gives me the email notification of an initial submission
   not an update.
 *  [cpickeri](https://wordpress.org/support/users/cpickeri/)
 * (@cpickeri)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multi-page-support/#post-6339318)
 * Multi-page doesn’t seem to be working for the View option. Is this supposed to
   be working?
 * I am on latest Gravity Forms, WordPress and GF Sticky List
 * Thanks
 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multi-page-support/#post-6339322)
 * Yes, it is supposed to work. I’ll take a look. Thanks for the heads up.
 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multi-page-support/#post-6339323)
 * I can confirm that this is a bug that needs to be addressed. This fix will be
   included in the next release.

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

The topic ‘Multi page support’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/gravity-forms-sticky-list_9b65b3.
   svg)
 * [Gravity Forms Sticky List](https://wordpress.org/plugins/gravity-forms-sticky-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gravity-forms-sticky-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gravity-forms-sticky-list/)
 * [Active Topics](https://wordpress.org/support/plugin/gravity-forms-sticky-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gravity-forms-sticky-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gravity-forms-sticky-list/reviews/)

 * 15 replies
 * 3 participants
 * Last reply from: [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/multi-page-support/#post-6339323)
 * Status: resolved