• Resolved tagaught

    (@tagaught)


    I’m working on creating a form, and I currently have a total of 11 fields set up (two of which are section fields). However, each time I try to change it now, it refuses to save the changes. I have tried each of the following more than once:
    – adding a checkbox field
    – adding a selection field
    – removing one of the section fields
    I was having some trouble with it not saving before this, but I could just delete the newest field, save it, and redo the newest field and save it again, and that handled it.

    Please help! (If you need screenshots or further details, please let me know.)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello there @tagaught,
    hope you’re doing well today! 🙂

    Could you please access your server via (S)FTP, edit wp-config.php file, find a line like
    define('WP_DEBUG', false);
    and replace it with the following (if the above line doesn’t exist, simply insert next snippet just above the /* That’s all, stop editing! Happy blogging. */ comment)

    // Enable WP_DEBUG mode
    define('WP_DEBUG', true);
    // Enable Debug logging to the /wp-content/debug.log file
    define('WP_DEBUG_LOG', true);
    @ini_set('log_errors', 1);
    // Disable display of errors and warnings
    define('WP_DEBUG_DISPLAY', false);
    @ini_set('display_errors', 0);

    When you’re done, try to go to replicate the issue once again (add a field until you can’t actually save it). By doing so, a /wp-content/debug.log file should be created. Please download it, strip any possibly sensitive information from it and attach it here in your next reply.

    Warm regards,
    Dimitris

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Closing this topic due to recent inactivity.
    Feel free to post back any update or create a new topic and we’ll be glad to carry on troubleshooting. 🙂

    Thank you,
    Dimitris

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

The topic ‘Form Issue: Unsaved Changes’ is closed to new replies.