Support

Account

Home Forums Front-end Issues Front End Form Values Staying Filled Reply To: Front End Form Values Staying Filled

  • Hello,

    I am also facing same issue. My Frontend form is prefilled with previous entries all the time

    I have created Registration Form in Backend with ACF. See attached screenshot.

    Now with using acf_form() function i am showing that Registration Form in Front-end.

    Issue 1 :
    Any user Register itself, then my Registration Form prefilled automatically with previous entries. I know that it comes from wp_options table.
    After i delete those entries from wp_options table then it is not showing previous entires. So my question is that do we have to clear all such entries each and everytime when new user create their account.
    Please find attached screenshot.