What cookies does Formidable Forms use?
By default, the Lite version of Formidable Forms does not use or store any cookies. However, the Pro version of Formidable creates a cookie when an entry is submitted. The cookie saves the ID of the form and the time the entry was submitted.
If the form setting to limit entries by cookie is not enabled, the frm_create_cookies hook can be used to prevent this cookie from being saved.
Cookie structure
Name | Value | Size | Secure |
---|---|---|---|
frm_form[Form ID]_[unique_hashcode] | YYYY-MM-DD+[encoded_time_string] | ~67 | ✓ |