Title: Cannot insert script into a Tab
Last modified: November 4, 2022

---

# Cannot insert script into a Tab

 *  Resolved [isaacjacobs](https://wordpress.org/support/users/isaacjacobs/)
 * (@isaacjacobs)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/cannot-insert-script-into-a-tab/)
 * I went about adding some text to my page but I lost the script. I thought no 
   worries, I’ll re-add it.
 * It is a javascript sign-up widget which was working fine until today. Silly me
   had no backup.
 * I have tried using the window on the tab page to add the script. Also have used
   the WYSIWYG editor to no avail. It is in there but after hitting publish it’s
   gone.
 * Please help, I need this functionality urgently.
 * Script, I have masked ID info:
 * <script type=’text/javascript’ src=’[https://app.mymusicstaff.com/Widget/v3/Registration.ashx?id=%5BMASKED%5D&#8217](https://app.mymusicstaff.com/Widget/v3/Registration.ashx?id=%5BMASKED%5D&#8217);
   class=’sb_registration’></script>
    -  This topic was modified 3 years, 7 months ago by [isaacjacobs](https://wordpress.org/support/users/isaacjacobs/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcannot-insert-script-into-a-tab%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Praveen](https://wordpress.org/support/users/praveenmalav09/)
 * (@praveenmalav09)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/cannot-insert-script-into-a-tab/#post-16171467)
 * Hi [@isaacjacobs](https://wordpress.org/support/users/isaacjacobs/),
 * Please follow the below steps:
 * Step 1: Go to plugin > plugin editor.
 * Step 2: Select the “Tabs Responsive” plugin to edit the dropdown.
 * Step 3: Go to inc > admin > data-post > tabs-save-data.php
    line no. 13 replace,
   this code
 * `$tabs_desc = stripslashes(wp_kses_post($_POST['tabs_desc'][$i]));`
 * by this code
 * `$tabs_desc = stripslashes($_POST['tabs_desc'][$i]);`
 * Then let us know
 * Thank you

Viewing 1 replies (of 1 total)

The topic ‘Cannot insert script into a Tab’ is closed to new replies.

 * ![](https://ps.w.org/tabs-responsive/assets/icon-256x256.png?rev=2337177)
 * [Tabs Responsive - With WooCommerce Product Tabs Extension](https://wordpress.org/plugins/tabs-responsive/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tabs-responsive/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tabs-responsive/)
 * [Active Topics](https://wordpress.org/support/plugin/tabs-responsive/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tabs-responsive/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tabs-responsive/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Praveen](https://wordpress.org/support/users/praveenmalav09/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/cannot-insert-script-into-a-tab/#post-16171467)
 * Status: resolved