Title: Hiding fields
Last modified: May 15, 2019

---

# Hiding fields

 *  Resolved [pvwij](https://wordpress.org/support/users/pvwij/)
 * (@pvwij)
 * [7 years ago](https://wordpress.org/support/topic/hiding-fields-3/)
 * Hiding fields with code `<span style="visibility: hidden;">#_SEATS</span>` isn’t
   working anymore. If I change the registration form in Settings -> RSVP, the changed
   code is not saved after saving.

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

 *  Plugin Author [Franky](https://wordpress.org/support/users/liedekef/)
 * (@liedekef)
 * [7 years ago](https://wordpress.org/support/topic/hiding-fields-3/#post-11534556)
 * wordpress allows span, but not style as an attribute in html fields.
    If you 
   want to allow this, EME has a setting in the “Other” section called “Extra html
   tags” where you can allow tags+attributes (in this case: “span,style”). But apparently
   this doesn’t work as expected, so I’ll take a look at that this evening.
 *  Plugin Author [Franky](https://wordpress.org/support/users/liedekef/)
 * (@liedekef)
 * [7 years ago](https://wordpress.org/support/topic/hiding-fields-3/#post-11535311)
 * Well, it works as expected but wordpress filters certain style attributes it 
   deems unsafe. See [https://wordpress.stackexchange.com/questions/173526/why-is-wp-kses-not-keeping-style-attributes-as-expected?rq=1](https://wordpress.stackexchange.com/questions/173526/why-is-wp-kses-not-keeping-style-attributes-as-expected?rq=1)
   for an explanation and workaround (using a wordpress filter).
 *  Thread Starter [pvwij](https://wordpress.org/support/users/pvwij/)
 * (@pvwij)
 * [7 years ago](https://wordpress.org/support/topic/hiding-fields-3/#post-11537085)
 * With your’e explanation I have solved the problem, thanks a lot!!

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

The topic ‘Hiding fields’ is closed to new replies.

 * ![](https://ps.w.org/events-made-easy/assets/icon-256x256.png?rev=1856035)
 * [Events Made Easy](https://wordpress.org/plugins/events-made-easy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-made-easy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-made-easy/)
 * [Active Topics](https://wordpress.org/support/plugin/events-made-easy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-made-easy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-made-easy/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [pvwij](https://wordpress.org/support/users/pvwij/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/hiding-fields-3/#post-11537085)
 * Status: resolved