Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Messaone

    (@messaone)

    Oky – its a normal behavior – I just build a small code to rebuild it for my output.

    • This reply was modified 4 years, 8 months ago by Messaone.
    Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Thanks for the feedback.

    Just like the native ACF Form feature, ACF Extended Form use a setting called kses which sanitize all $_POST data using wp_kses_post(). This is what cause this behavior.

    This setting is enabled by default. You can disable it within the Form UI, under the “Settings” tab. However, it is never a good idea to not sanitize user input. So be sure to know what you’re doing if you decide to disable it.

    Hope it helps!

    Have a nice day!

    Regards.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘regular field change ‘&’ on create post’ is closed to new replies.