Web CallBack Form in WordPress creates some problems

Hello
my site is created on WordPress
I put in the site a callback code
and he partially changed the layout of my site
This problem occurred due to

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>

but without this code the form does not work
the site has the following library

<link rel='stylesheet' id='wp-block-library-css'  href='/wp-includes/css/dist/block-library/style.min.css?ver=5.0.3' type='text/css' media='all' />
<link rel='stylesheet' id='wp-block-library-theme-css'  href='/wp-includes/css/dist/block-library/theme.min.css?ver=5.0.3' type='text/css' media='all' />

What do you advise me to do?

thank

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