Page 1 of 1

Look's like a php problem

Posted: Wed Feb 26, 2020 12:44 am
by jrd440
Hello
Please look at my site and you will see what looks like a php problem. At the very top of the of the home page in the middle is this > and it's not on any other page. On the home page I have a contact form and on the contact page but the > doesn't show up on the contact page.
https://massappealmotorsports.com/index.php
Thank you for any help.

Re: Look's like a php problem

Posted: Wed Feb 26, 2020 1:26 am
by BaconFries
This is not a php problem... you have inserted code incorrectly in the page. See the following:

Image

The code should be In between <body>! Here !</body> and not <body ! Here ! >

Re: Look's like a php problem

Posted: Wed Feb 26, 2020 1:29 am
by crispy68
You have a script incorrectly added to the <body> tag in your code. Also, you have an extra '>' there.

Here is what your code looks like:

Code: Select all

<body <script async
src="https://dni.trumeasure.com/Scripts/TMLoader.js [1]"></script>
<script async
src="https://dni.trumeasure.com/Scripts/TMLoader.js [1]"></script>
>
<div id="container">
Wherever you added the above code to the body is where the issue lies.

Re: Look's like a php problem

Posted: Wed Feb 26, 2020 6:53 am
by jrd440
Thank you for the help. I'll get with the company that asked me to add the script to the site.

Re: Look's like a php problem

Posted: Wed Feb 26, 2020 7:53 am
by jrd440
So I took the script out of the site but it still shows the > at the top of the page. Can you please look at it again. Thank you

Re: Look's like a php problem

Posted: Wed Feb 26, 2020 8:00 am
by jrd440
I had the script in two different places in the program once in the page html and also in the site html. I have removed them both and noe it no longer shows the > again thank you for your help.

Re: Look's like a php problem

Posted: Fri Mar 06, 2020 1:44 am
by ktseta
I have added a php script to the page. I also have a contact form on the same page. The settings of the form within the layout grid have been checked over many times. The issue is after completing the Contact form and submit it directs me to the php page when its set to redirect to the Success or Error page. Please help.

Re: Look's like a php problem

Posted: Fri Mar 06, 2020 7:00 am
by Pablo
To be able to help you, I need to see what you have done.
What is the URL of the page?
What is the generated code of the page?

Re: Look's like a php problem

Posted: Sun Mar 08, 2020 12:04 am
by ktseta
Thank you.

url: http://www.carrolltontaxi.com

Not able to send a message within the contact layout. The Subscribe button, Airplane and Car icons placed on the layout before the Footer will not link to the desired pages within the project. Please note the Subscribe button is also linked to the Success Page within the project as well.

Many thanks in advance.

Re: Look's like a php problem

Posted: Sun Mar 08, 2020 8:39 am
by Pablo
Sorry, but the code you have added to the page is in the wrong part of the page.
There may not be code at the start of the page.

Re: Look's like a php problem

Posted: Sun Mar 08, 2020 4:12 pm
by ktseta
Thank you Pablo!

I did change the location of the code in the head of the page and it is now working smoothly.

Many thanks for your help throughout the years!