Title: form builder not saving
Last modified: June 27, 2026

---

# form builder not saving

 *  Resolved [pixelconverter](https://wordpress.org/support/users/pixelconverter/)
 * (@pixelconverter)
 * [1 week, 6 days ago](https://wordpress.org/support/topic/form-builder-not-saving/)
 * I’ve encountered a bug regarding form saving since version 5.2.0 until now. When
   I edit a form and hit save, the system triggers a “successfully saved” message.
   However, if I exit and reload the form, I can see that none of my edits were 
   actually saved. Additionally, when I try to use the “Import form” feature, an
   error appears and the process fails.
 * this was working perfectly in version 5.1.0

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

 *  Plugin Support [Muhammad Ali Akbar](https://wordpress.org/support/users/alireyad/)
 * (@alireyad)
 * [1 week, 6 days ago](https://wordpress.org/support/topic/form-builder-not-saving/#post-18950021)
 * Hi,
   Sorry for the inconvenience. Could you try creating a new form with the mentioned
   changes instead of modifying the existing one? Please let us know if the issue
   still occurs with the new form.
 * Also, are you experiencing the same issue with the latest version? It might be
   caused by a data structure mismatch between the older and newer versions.
 * If possible, could you export the affected form and share the import file with
   us? That will help us investigate the issue more thoroughly.
 * Thank you
 *  Thread Starter [pixelconverter](https://wordpress.org/support/users/pixelconverter/)
 * (@pixelconverter)
 * [1 week, 5 days ago](https://wordpress.org/support/topic/form-builder-not-saving/#post-18950296)
 * Yes, i experiencing the same issue with the latest version.
 * I just created new form, and the issue still the same, This is a video on how
   the issue looks like:
 * [https://disk.yandex.com/i/F-3AzH-sSVeMOA](https://disk.yandex.com/i/F-3AzH-sSVeMOA)
 * the import file is:
 * [https://disk.yandex.com/d/6b59WoWd_0SpLw](https://disk.yandex.com/d/6b59WoWd_0SpLw)
 *  Plugin Support [Muhammad Ali Akbar](https://wordpress.org/support/users/alireyad/)
 * (@alireyad)
 * [1 week, 5 days ago](https://wordpress.org/support/topic/form-builder-not-saving/#post-18950557)
 * Thank you for providing the details. We will review them and get back to you 
   as soon as possible.
 *  Plugin Support [Muhammad Ali Akbar](https://wordpress.org/support/users/alireyad/)
 * (@alireyad)
 * [1 week, 5 days ago](https://wordpress.org/support/topic/form-builder-not-saving/#post-18950600)
 * Hi,
   I checked the reported issue by importing the provided file, but I couldn’t
   reproduce it. I don’t see this issue on my end.
 * [https://www.awesomescreenshot.com/video/54057147?key=d2b5064f30d299638756189af0fd1196](https://www.awesomescreenshot.com/video/54057147?key=d2b5064f30d299638756189af0fd1196)
 * The issue may be related to the database table columns that were introduced after
   the Single Listing Layout Builder feature was added.
 * Please add the following code to your child theme’s `functions.php` file and 
   then check whether the issue is resolved. If it is, you can remove the code afterward,
   as it is only required for this one-time database update.
 *     ```wp-block-code
       add_action( 'init', function () {	Rtcl\Database\Migrations\Forms::add_single_layout_column();} );
       ```
   
 * Thank you
 *  Thread Starter [pixelconverter](https://wordpress.org/support/users/pixelconverter/)
 * (@pixelconverter)
 * [1 week, 4 days ago](https://wordpress.org/support/topic/form-builder-not-saving/#post-18951333)
 * Thank you very much.
 * I added the code, and the issue is resolved. I removed the code afterward.
 *  Plugin Support [Muhammad Ali Akbar](https://wordpress.org/support/users/alireyad/)
 * (@alireyad)
 * [1 week, 4 days ago](https://wordpress.org/support/topic/form-builder-not-saving/#post-18951609)
 * Hi,
   We’re glad to hear the issue has been resolved.
 * If you encounter any other issues or have additional questions, we’ll be happy
   to assist you.
 * Thank you

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

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fform-builder-not-saving%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/classified-listing/assets/icon-256x256.gif?rev=3004059)
 * [Classified Listing – AI-Powered Classified ads & Business Directory](https://wordpress.org/plugins/classified-listing/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/classified-listing/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/classified-listing/)
 * [Active Topics](https://wordpress.org/support/plugin/classified-listing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/classified-listing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/classified-listing/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Muhammad Ali Akbar](https://wordpress.org/support/users/alireyad/)
 * Last activity: [1 week, 4 days ago](https://wordpress.org/support/topic/form-builder-not-saving/#post-18951609)
 * Status: resolved