Support

Account

Home Forums ACF PRO Can't Save Post if I Add a URL to a Text/URL Field??? Reply To: Can't Save Post if I Add a URL to a Text/URL Field???

  • Hi @BlueOrchard

    Thanks for the code.

    The errors suggest that variable do not exist. Looking at your code, there are definitely situations where the variable $specat does not exist.

    For example, what if the $specat value is ‘1’ instead of ‘2’?

    
    if($specat == 2){$specicat = 1193;}
    

    Please fix all PHP errors within your theme, and the ACF form should redirect as it should.

    @Made Responsively Can you please turn on DEBUG_MODE too? Do you get any PHP errors which saving the options page?