Support

Account

Home Forums Add-ons Repeater Field Repeater not saving on some pages, but works on others? Reply To: Repeater not saving on some pages, but works on others?

  • I’m having a very similar problem.

    Reading the comments above, I applied all the guidelines and attempts sent
    one that worked was applying the code below:

    add_action (‘save_post’ array ($ this ‘save_post’), 10, 1);
    add_action (‘pre_post_update’, array ($ this, ‘save_post’));

    I did it yesterday, today after over 30 records inserted the problem happened again.

    I have two scenarios in my localhost environment the problem did not occur, but in the production environment the problem happened again.

    I insert new items, I click refresh, the page loads but does not save the data.

    I do not know what else to do.

    Any idea what I can do?