Home › Forums › General Issues › Field not saving › Reply To: Field not saving
Hi @robert.pal
I wonder if it due to some server based security.
There is a known issue with some servers tripping up when saving a URL value, so perhaps this is the same problem.
The solution in these cases was to add the following to the .htaccess
file:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Hope that helps
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.