Where are Javascripts stored?

Hello

We had some custom forms added to our site by somebody who we are not able to contact at the moment, but would like to edit the forms. I know what I’m doing with HTML and CSS but these forms were added using JS and I have no idea where to find it. It appears to be stored in the following folder /b/resources/scripts/customFormScript.js but I can’t find that anywhere within Wordpress.

Can somebody please help? Unfortunately I have no idea what I’m talking about with Javascript so apologies if the above sounds ridiculous.

Thanks

Hi There @3dlasermapping

Thanks for writing in! If you have a child theme installed, you need to check inside functions.php file or the template files inside your child theme. The child theme location would be as follows
/wp-content/themes/x-child/

If you have added to the Theme Options > JS area, manually edit your site database using PHP MyAdmin. Select your database, go to the table WP_Options and search for the option_name x_custom_scripts. From there you should be able to locate the scripts.

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.