Title: Save button does not appear
Last modified: June 25, 2024

---

# Save button does not appear

 *  Resolved [carlosolorzano](https://wordpress.org/support/users/carlosolorzano/)
 * (@carlosolorzano)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/save-button-does-not-appear-2/)
 * Hi, I’m having trouble with the plugin, I have just entered the special characters
   I want to restrict; However, the “Save” button does not appear for me to save
   the selected settings. There is a “Save” button on the “Error messages” tab, 
   but if I move from “General settings” to “Error messages” the configurations 
   from the first tab are not saved.
   How do I save when the button is missing?
 * ![](https://wordpress.org/8ff708ec-305f-4991-b588-d01d871570a0)

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

 *  Thread Starter [carlosolorzano](https://wordpress.org/support/users/carlosolorzano/)
 * (@carlosolorzano)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/save-button-does-not-appear-2/#post-17850386)
 * I managed to export the configuration into a JSON file, then I modified the line:“
   disallow_spc_cars”:
   When I send a form to save, the only special caracters that
   are not sent to the DB are: <> `But it does allow to pass the others such as:\
   | / { } ( ) [ ] ´ ^ * # It does not give me a warning message that such characters
   are not permitted, and instead just deletes the 3 special characters I mentioned
   first.Is there some configuration that I’m skipping to make the plugin jump into
   action?
 *  Plugin Author [Benaceur](https://wordpress.org/support/users/benaceur/)
 * (@benaceur)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/save-button-does-not-appear-2/#post-17852526)
 * if I understood your question correctly, the save button does not appear
 * so if this is the case, put this code in your “functions.php” file of active 
   theme:
 *     ```wp-block-code
       add_action('admin_head', function () {echo '<style>input.button-BENrueeg_RUE_top {position: initial !important;}</style>';});
       ```
   
    -  This reply was modified 1 year, 11 months ago by [Benaceur](https://wordpress.org/support/users/benaceur/).
 *  Thread Starter [carlosolorzano](https://wordpress.org/support/users/carlosolorzano/)
 * (@carlosolorzano)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/save-button-does-not-appear-2/#post-17855248)
 * I now see the save button, my problem now is that the special characters that
   I want to restrict are not being blocked.
 * What I basically need is that special characters are blocked in all of the text
   inputs I make for the site.
   (All of the characters from the “Prevent the use 
   of characters” box I need them blocked from all my text inputs)
 * ![](https://wordpress.org/0b53b0e7-c984-43ce-8168-2efddcb63dd5)
 *  Plugin Author [Benaceur](https://wordpress.org/support/users/benaceur/)
 * (@benaceur)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/save-button-does-not-appear-2/#post-17855825)
 * by default all characters are restricted in the username when registering, so
   make sure you don’t use anything else that allows characters, my plugin devloped
   to not allow.
   this option “Prevent the use of characters (Symbols) permitted 
   by wordpress” is to block these characters only:
 *     ```wp-block-code
       _ . - @
       ```
   
 * which are authorized by wordpress, the plugin is compatible with: wp single –
   BuddyPress (single) – multisite.

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

The topic ‘Save button does not appear’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/restrict-usernames-emails-characters_29ac61.
   svg)
 * [Restrict Usernames Emails Characters](https://wordpress.org/plugins/restrict-usernames-emails-characters/)
 * [Support Threads](https://wordpress.org/support/plugin/restrict-usernames-emails-characters/)
 * [Active Topics](https://wordpress.org/support/plugin/restrict-usernames-emails-characters/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/restrict-usernames-emails-characters/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/restrict-usernames-emails-characters/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Benaceur](https://wordpress.org/support/users/benaceur/)
 * Last activity: [1 year, 11 months ago](https://wordpress.org/support/topic/save-button-does-not-appear-2/#post-17855825)
 * Status: resolved