Support

Account

Home Forums Front-end Issues 'Update' button doesn't do anything Reply To: 'Update' button doesn't do anything

  • Hi @elliot,

    After following the tutorials, I’m having the same issue as Jacob, here. My front-end form is showing up fine (a single text field), but when I click to submit, nothing happens. No page reload, no redirection… just a clicking button.

    I checked the outputted form html and it looks good, as well as my my_pre_save_post() function seems correct and matches the tutorial and examples I’ve found throughout the forum here.

    I’m trying to use this form to create a new post, rather than edit a post.

    Just can’t figure out why the submit button is not working. Any ideas?

    If it helps, my form starts with:

    <form id=”post” class=”acf-form” method=”post” action=””>

    Thanks,
    Alex