I need to change the link on an article page.
The actual page displays no heading and the text:
Then it shows a form.
Where the hell is that text so I can edit it? I can't find it anywhere.
The article edit page shows:
Contact Us
{chronocontact}1{/chronocontact}
{mosmap}
View Larger Map
The actual page displays no heading and the text:
If you would like further information on any of our products then please complete our enquiry form below or contact us with the details provided below.
Google Maps: Link < this is what i need to edit.
Then it shows a form.
Where the hell is that text so I can edit it? I can't find it anywhere.
Hi mazert,
At a guess it's in the mosmap code somewhere? There's also a problem if you have a form named '1', formnames should start with a letter.
Bob
At a guess it's in the mosmap code somewhere? There's also a problem if you have a form named '1', formnames should start with a letter.
Bob
Thanks GreyHead
Do you know where the mosmap code is located?
Is mosmap a different component to chrono?
I've looked at all com_ folders and none are called mosmap.
What's the problem with forms begging with 1? It seems to be working ok as far as I know.
Cheers.
Do you know where the mosmap code is located?
Is mosmap a different component to chrono?
I've looked at all com_ folders and none are called mosmap.
What's the problem with forms begging with 1? It seems to be working ok as far as I know.
Cheers.
Hi mazert,
MosMap has nothing to do with ChronoForms, it's a plug-in so the code is probably in the plug-ins folder.
The problem with form names being numbers is that sometimes the name is used as a PHP variable and if that happens your page will probably crash. Up to you if you change it or not though.
Bob
MosMap has nothing to do with ChronoForms, it's a plug-in so the code is probably in the plug-ins folder.
The problem with form names being numbers is that sometimes the name is used as a PHP variable and if that happens your page will probably crash. Up to you if you change it or not though.
Bob
This topic is locked and no more replies can be posted.