?
Hello,
I have two questions and I hope you'll help me!
I work on Joomla 1.53.
I've download the latest version of chronoform, and everything is going well except :
- my captcha is not visible. I've seen in the faq some stuff. And it seems that on my server everything is ok. On the anti-spam tab i have :
GD Version bundled (2.0.28 compatible)
FreeType Support Yes
PNG Support Yes
I've tried to find some answers but without success. Can you help me?
- the second thing is that there is a link to your website "Joomla Professional Work" at the end of my form... Not very clean. How can I delete this?
Thank you for your answer.
Best regards
I have two questions and I hope you'll help me!
I work on Joomla 1.53.
I've download the latest version of chronoform, and everything is going well except :
- my captcha is not visible. I've seen in the faq some stuff. And it seems that on my server everything is ok. On the anti-spam tab i have :
GD Version bundled (2.0.28 compatible)
FreeType Support Yes
PNG Support Yes
I've tried to find some answers but without success. Can you help me?
- the second thing is that there is a link to your website "Joomla Professional Work" at the end of my form... Not very clean. How can I delete this?
Thank you for your answer.
Best regards
?
thanks for your quick answer. But this way doesn't help me!
I have an error when i point directly to that adress which is an error 404.
I can't understand why it's so complicated to make it run?? additonnaly you ask people for money to buy the licence of something which is not full compatible... hum?
I have an error when i point directly to that adress which is an error 404.
I can't understand why it's so complicated to make it run?? additonnaly you ask people for money to buy the licence of something which is not full compatible... hum?
?
ok there is a mistake in your faq : it's not http://www.example.com/administrator/components/com_chronocontact/chrono_verification.php
but http://www.example.com/components/com_chronocontact/chrono_verification.php
so for my problem, it shows the correct image. No php text information...
but http://www.example.com/components/com_chronocontact/chrono_verification.php
so for my problem, it shows the correct image. No php text information...
Hi Sébastien,
I cant understand this :
so for my problem, it shows the correct image. No php text information.
You can see the captcha image or not ??
Cheers
Max
I cant understand this :
so for my problem, it shows the correct image. No php text information.
You can see the captcha image or not ??
Cheers
Max
Then, whats the problem now ?🙂
?
I can see the image when i point directly to it by using this url : http://www.example.com/components/com_chronocontact/chrono_verification.php
But if I use the form i made with chronoform on my website I can't see the image. Nothing is display. My form is correct and if I click on the button submit of my form, I have the warning message which tell me that I didn't fill correctly the captcha... Of course because I didn't see the field of the captcha... no image and no field to enter the text of the captcha.
Even I have activated it in the antispam tab...
But if I use the form i made with chronoform on my website I can't see the image. Nothing is display. My form is correct and if I click on the button submit of my form, I have the warning message which tell me that I didn't fill correctly the captcha... Of course because I didn't see the field of the captcha... no image and no field to enter the text of the captcha.
Even I have activated it in the antispam tab...
This is strange, can you see the text box to enter the captcha code ?
Cheers
Max
Cheers
Max
Hi Sébastien,
The link works fine for me - I just checked it. If not please click the FAQ tab at the top of the page and go to Some Common Problems | Image Verification doesn't work
Not fully compatible with what? It works well on most Joomla sites.
You don't have to pay any money unless you want to remove the "Joomla Professional Work" link.
Bob
The link works fine for me - I just checked it. If not please click the FAQ tab at the top of the page and go to Some Common Problems | Image Verification doesn't work
Not fully compatible with what? It works well on most Joomla sites.
You don't have to pay any money unless you want to remove the "Joomla Professional Work" link.
Bob
?
Hi Bob,
to answer your question : I can not see the text box for the captcha.
Very strange!
to answer your question : I can not see the text box for the captcha.
Very strange!
Hi Sébastien,
Thanks for the correction, I've updated the FAQ.
I do not understand why you see the image when you go directly to the link, but not in your form code. They both use the same source.
Is your form on-line so we can look at it?
Max only asks for the $25 if you want to use your form without the 'Joomla Professional Work' link, if you leave that in place then it's free.
Bob
Thanks for the correction, I've updated the FAQ.
I do not understand why you see the image when you go directly to the link, but not in your form code. They both use the same source.
Is your form on-line so we can look at it?
Max only asks for the $25 if you want to use your form without the 'Joomla Professional Work' link, if you leave that in place then it's free.
Bob
Hi Sébastien,
Do you have {imageverification} in your html code ?
Max
Do you have {imageverification} in your html code ?
Max
?
Hi Max,
I appreciate your help. No I don't have imageverification in my html code.
here is my code :[code]<script src="http://www.jotform.com/js/form.js?v2.0.607" type="text/javascript"></script>
<style type="text/css">
html,body{height:100%; margin:0;}
.tbmain{
/* Changes on the form */
background: white !important;
}
.left{
/* Changes on the form */
color: black !important;
font-family: Verdana !important;
font-size: 12px !important;
}
.head{
color:#333333;
font-size:20px;;
text-decoration:underline;
font-family:"Verdana";
}
td.left {
font-family:"Verdana";
font-size:12px;
color:black;
}
.pagebreak{
font-family:"Verdana";
font-size:12px;
color:black;
}
.tbmain{
height:100%;
background:white;
}
span.required{
font-size: 13px !important;
color: red !important;
}
</style>
<body>
<table width="100%" cellpadding="2" cellspacing="0" class="tbmain">
<tr><td class="topleft" width="10" height="10">
I appreciate your help. No I don't have imageverification in my html code.
here is my code :[code]<script src="http://www.jotform.com/js/form.js?v2.0.607" type="text/javascript"></script>
<style type="text/css">
html,body{height:100%; margin:0;}
.tbmain{
/* Changes on the form */
background: white !important;
}
.left{
/* Changes on the form */
color: black !important;
font-family: Verdana !important;
font-size: 12px !important;
}
.head{
color:#333333;
font-size:20px;;
text-decoration:underline;
font-family:"Verdana";
}
td.left {
font-family:"Verdana";
font-size:12px;
color:black;
}
.pagebreak{
font-family:"Verdana";
font-size:12px;
color:black;
}
.tbmain{
height:100%;
background:white;
}
span.required{
font-size: 13px !important;
color: red !important;
}
</style>
<body>
<table width="100%" cellpadding="2" cellspacing="0" class="tbmain">
<tr><td class="topleft" width="10" height="10">
?
My web page (a draft for the moment is here :
http://dev.l e s s k a g o t s.com/index.php
And then click on Contacts...
http://dev.l e s s k a g o t s.com/index.php
And then click on Contacts...
Hi Sébastien,
Leave out the body and form tags, neither are needed.
Your Javascript will probably need editing to match the ChronoForms form name.
Add {imageverification} where you want the ImageVerification to appear.
Bob
Leave out the body and form tags, neither are needed.
Your Javascript will probably need editing to match the ChronoForms form name.
Add {imageverification} where you want the ImageVerification to appear.
Bob
?
Hello,
Sorry i was away during the last days...
SO i've tried to insert the {imageverification} line..
AND NOW I CAN SEE the captcha!!!
Then you told me to insert the {imageverification} where i want... etc etc. But I'm not an expert at all in html or javascript. I've used a website to create this form.
I think I'll stop now with chronoforms, but I really thank you for your help. I think i just need something easier to use (for the level of knowledge I have...)
Thank you
Regards,
Sorry i was away during the last days...
SO i've tried to insert the {imageverification} line..
AND NOW I CAN SEE the captcha!!!
Then you told me to insert the {imageverification} where i want... etc etc. But I'm not an expert at all in html or javascript. I've used a website to create this form.
I think I'll stop now with chronoforms, but I really thank you for your help. I think i just need something easier to use (for the level of knowledge I have...)
Thank you
Regards,
Hi Sébastien,
Great - glad you got that working. I understand that you want to try something different. To use ChronoForms effectively you do need to be comfortable with form HTML.
I'll be interested to hear which extension works best for you. (I guess that you might also look at Wufoo and see if you can embed their forms in Joomla.)
Bob
Great - glad you got that working. I understand that you want to try something different. To use ChronoForms effectively you do need to be comfortable with form HTML.
I'll be interested to hear which extension works best for you. (I guess that you might also look at Wufoo and see if you can embed their forms in Joomla.)
Bob
This topic is locked and no more replies can be posted.
