I’m using acf form to create a post, is there a way to stop the retutn and submit a form via ajax (no refresh) and return the new posts url?
Hi @tararotten
I’m afraid this is hard to achieve. You need to customize the AJAX call and create a save function if needed. Maybe you can start from this thread: http://support.advancedcustomfields.com/forums/topic/frontend-form-post-via-ajax/.
Thanks!