Support

Account

Home Forums Add-ons Repeater Field acf_form front end isn\'t loading saved data on redirect? Reply To: acf_form front end isn\'t loading saved data on redirect?

  • Actually, the acf_form seems to load the values properly only if I’ve saved those values from the backend. It seems the issue is that it simply just doesn’t save to the wp_postmeta table for that post properly so nothing is actually saved , although the data is saved to wp_options instead (confused about this in general) from looking in my database tables and also records the $_POST data to JSON properly upon updating so the culprit seems to lie in the functionality of actually binding the data to the wp_postmeta table.

    Anybody know the hooks utilized in this?

    Thanks