Title: Edit problems
Last modified: August 22, 2016

---

# Edit problems

 *  Resolved [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/edit-problems/)
 * I so want this plugin to work! Using GF 1.8.22. In localhost so can’t show you.
 *  1) Have a simple form (#9) to Load Minutes containing:
 *  #2 Title Sticky: N Title
    #4 Category Sticky: N Category #1 Meeting Date Sticky:
   Y Custom Field #3 File Upload Sticky: Y Custom Field #8 Approval Sticky: N Custom
   Field
 *  Details are entered in Page: Load Minutes, using
    [gravityform id=”9″ name=”
   Load Minutes” title=”false” description=”false”]
 *  2) Have a Page: Edit Minutes, using
 *  [gravityform id=”9″ name=”Edit Minutes” title=”false” description=”false”]
    [
   stickylist id=”9″]
 *  3) Select Edit Minutes page and it shows blank form, followed by the Sticky 
   List.
 *  4) The problem. I select Edit (Update button appears) and the correct #1 Meeting
   Date is displayed, but #3 & #8 remain unpopulated. Add new #3 & #8 entries. When
   I hit Update, the new list shows the newly-added entry. The backend shows the
   record changed to Draft, with no changes to the data.
 *  Am I expecting too much, or missing something?
 * There is so little available to use CRUD features, this has been the most promising
   lead.

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

 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/edit-problems/#post-5705544)
 * Thanks for your interest in this plugin. I’ll work with you to get this sorted.
 * Firstly; can you please export the form and post a download link here? If you
   do, I can import the exact same form that you are using and try it on my local
   dev install.
 *  Thread Starter [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/edit-problems/#post-5705557)
 * Thanks for the help.
 * [Link](https://www.dropbox.com/s/zmkszv9w4kbvric/gravityforms-export-2015-01-24.xml?dl=0)
 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/edit-problems/#post-5705613)
 * Thanks! I can confirm that I have been able to reproduce the issues locally. 
   I will look into this and hopefully post an updated version in the next couple
   of days, fixing all issues.
 *  Thread Starter [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/edit-problems/#post-5705627)
 * Brilliant, look forward to it.
 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/edit-problems/#post-5705656)
 * I have released a new version of Sticky List (1.1.3) that should have all issues
   fixed. Grab the update and report the results back here.
 *  Thread Starter [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/edit-problems/#post-5705657)
 * Much, much better. CSS improvement is great.
 * Delete/View: worked
 * Edit: Old results being brought in from database OK, changing entries OK, database
   update ?? – need to check my code as new fields not updating database but new
   fields showing in list on confirmation page after update.
 * Will have to test again in next 48h.
 * Thanks for progressing this.
 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/edit-problems/#post-5705674)
 * No problem. Please post here when you have done some testing and report the results.
 *  Thread Starter [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/edit-problems/#post-5705697)
 * My coding skills are limited, so please bear with me.
 * I need to clarify my understanding of how far the plugin should go.
 * I’ve setup CPT ‘Minutes’. I have GF form to Load Minutes. Form 9 contains Post
   fields and a couple of ACF fields. Setup Page, Load Minutes, with shortcode [
   gravityform id=”9″ name=”Load Minutes” title=”false” description=”false”]. Enter
   details into the form, hit Load button, receive confirmation page and database
   is populated.
 * Setup new Page, Edit Minutes. Include shortcodes:
    [gravityform id=”9″ name=”
   Edit Minutes” title=”false” description=”false”] [stickylist id=”9″]
 * Run that Page, and displays blank form 9 followed by the sticky list. Select 
   Edit on one of the items and it populates the form 9 fields.
 * Update one or more of the fields, button changes to ‘Update’. Click Update and
   returns confirmation form. Sticky list updated with latest fields. BUT…
 * Look at record in the backend and the fields have not updated the database.
 * So not sure if the Plugin has failed, or is there some coding I should have added?
 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/edit-problems/#post-5705735)
 * Thats strange. The database should be updated with the new data. I have done 
   some tests and it seems to be working on my dev install.
 * When you say that “the fields have not updated the database”. Do you mean that
   when you edit the post in the back end you still see the old values and not the
   new ones?
 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/edit-problems/#post-5705736)
 * I have done some additional test using the form you sent me and all fields are
   saving fine for me. Both `rdc_appstatus` and `rdc_date_created` get updated when
   I edit and save.
 *  Thread Starter [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/edit-problems/#post-5705737)
 * I’ve updated to 1.1.5 and found a problem – the fields that are not being updated
   are ACF fields: rdc_date_created, rdc_filename & rdc_appstatus. But that conflicts
   with your post #11.
 * You seem to have confirmed that those fields should be updated.
 * Just tried again and still not working.
 * I emptied the Minutes CPT (20+ records). The backend displayed 0 records. The
   front-end displayed 20+ records. Changed the first entry. Database contained 
   1 new record,
    rdc_date_created OK, rdc_filename WRONG rdc_appstatus WRONG
 * Appreciate you continuing to look at this.
 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/edit-problems/#post-5705743)
 * I cannot seem to be able to reproduce the issues that you are reporting. Would
   it be possible for you to create a temporary admin account on your site for me
   to log in and check. You can send the credentials to [adam@13pixlar.se](https://wordpress.org/support/topic/edit-problems/adam@13pixlar.se?output_format=md).
 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/edit-problems/#post-5705817)
 * This problem should be fixed in the latest updates. Please re-open this support
   thread if you still have issues.

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

The topic ‘Edit problems’ 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/)

 * 13 replies
 * 2 participants
 * Last reply from: [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/edit-problems/#post-5705817)
 * Status: resolved