Hello there,
Im using ACF in Front-end to add/remove post type into wordpress.
For example, Im using acf form to create WordPress User via CSV (its working fine). Im using acf/save_post to manage them (and do stuff) but now I would like to display a error/success message when posts are saved (or not).
Im using acf_form with ‘return’ => ‘updated=true’ and get “post updated” message but I would like to customize it.
Is it possible?
Thanks 🙂
Currenlty, Im using updated_message and return with updated=true param
but I’ve got multiple acf_form into my page so when one of acf_form are send all updated messages are display :/
Nobody? How people customise their forms submissions with more details? :/