Hi Bob,
I just notice difference between using the plugin in an article or using the direct link.
When I used the plugin in an article with some text above it and tested it with a wrong captcha code, the html for the error message is different than the direct linked form.
The form with the direct linked gives the correct html code:
When I am using the plugin it gives this code:
The span is not catching the list with the error message. And it puts a paragraph round the span. And it gives an extra span.readonly. And it put also the .readonly span around the text above the form which is added in the article.
🤨 🤣
So I get now a red line above the error message and not around the error message.
Where can I change this? Is it a bug?
Tnx Stephanie
I just notice difference between using the plugin in an article or using the direct link.
When I used the plugin in an article with some text above it and tested it with a wrong captcha code, the html for the error message is different than the direct linked form.
The form with the direct linked gives the correct html code:
<span class="cf_alert">
<ol>
<li>Wrong code </li>
</ol>
</span>
When I am using the plugin it gives this code:
<p>
<span class="readonly plg-desc">
<span class="cf_alert"></span>
</span>
</p>
<ol>
<li>Wrong code</li>
</ol>
The span is not catching the list with the error message. And it puts a paragraph round the span. And it gives an extra span.readonly. And it put also the .readonly span around the text above the form which is added in the article.
🤨 🤣
So I get now a red line above the error message and not around the error message.
Where can I change this? Is it a bug?
Tnx Stephanie
Sorry 😀 I have an extra question.
I notice that when I put a wrong captha code, the Joomla plugin for e-mail coding, put the javascript in the form e-mail field:
Is it possible to put it off in chronoforms? Because i don't want it put off in Joomla.To much spam
Regards,
Stephanie
I notice that when I put a wrong captha code, the Joomla plugin for e-mail coding, put the javascript in the form e-mail field:
<script type='text/javascript'> <!-- var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy90491 = 'stephanie' + '@'; addy90491 = addy90491 + 'address' + '.' + 'com'; document.write('<a ' + path + '\'' + prefix + ':' + addy90491 + '\'>'); document.write(addy90491); document.write('<\/a>'); //-->\n </script><script type='text/javascript'> <!-- document.write('<span style=\'display: none;\'>'); //--> </script>Dit e-mailadres wordt beveiligd tegen spambots. JavaScript dient ingeschakeld te zijn om het te bekijken. <script type='text/javascript'> <!-- document.write('</'); document.write('span>'); //--> </script>
Is it possible to put it off in chronoforms? Because i don't want it put off in Joomla.To much spam
Regards,
Stephanie
You can see the red line (the wrong html code, the span which did not catch list with the error code) and de javascript which appears in the e-mail field :-)what is causing by the Joomla plugin.

Hi shd,
You have the Joomla! Email Cloaking Plug-in enabled and it is trying to cloak the sample e-mail in the ChronoForms validation message. Disable the plug-in temporarily to check this is the problem. If you need the plug-in change the plug-ins order so that Email Cloaking runs before ChronoForms.
NB These are Joomla! plug-ins that you manage from Site Admin | Extensions | Plug-in Manager
Bob
You have the Joomla! Email Cloaking Plug-in enabled and it is trying to cloak the sample e-mail in the ChronoForms validation message. Disable the plug-in temporarily to check this is the problem. If you need the plug-in change the plug-ins order so that Email Cloaking runs before ChronoForms.
NB These are Joomla! plug-ins that you manage from Site Admin | Extensions | Plug-in Manager
Bob
Hi Bob,
I can't change this in the plugin, where can I change this? I want that it runs.
regards, Stephanie
If you need the plug-in change the plug-ins order so that Email Cloaking runs before ChronoForms.
I can't change this in the plugin, where can I change this? I want that it runs.
regards, Stephanie
Hi Stephanie,
Go to Site Admin | Extensions | Plug-in Manager and use the Select Type drop-down to display the Content plugins and then use the Ordering column.
Bob
Go to Site Admin | Extensions | Plug-in Manager and use the Select Type drop-down to display the Content plugins and then use the Ordering column.
Bob
Okay, thxxx, learned something :-), didn't know that this was possible!! great tnx again!
Regards,
Stephanie
Regards,
Stephanie
[quote]I just notice difference between using the content plugin in an article or using the direct link.
When I used the plugin in an article with some text above it and tested it with a wrong captcha code, the html for the error message is different than the direct linked form.
The form with the direct linked gives the correct html code:
When I am using the plugin it gives this code:
[code]
<p>
<span class="readonly plg-desc">
<span class="cf_alert"></span>
</span>
</p>
<ol>
<li>Wrong code</li>
</ol>
[/code]
The span is not catching the list with the error message. And it puts a paragraph round the span. And it gives an extra span.readonly. And it put also the .readonly span around the text above the form which is added in the article.[/quote]
The
I found in chronocontact.html.php but there is no paragraph around it.
Can somebody tell me where I can found this code:
Because when I am using the content plugin it made a mess of the alert code :-).
I wwant to change it in the correct code:
[code]
<span class="cf_alert">
<ol>
<li>Wrong code </li>
</ol>
</span>
[/code]
When I used the plugin in an article with some text above it and tested it with a wrong captcha code, the html for the error message is different than the direct linked form.
The form with the direct linked gives the correct html code:
<span class="cf_alert">
<ol>
<li>Wrong code </li>
</ol>
</span>
When I am using the plugin it gives this code:
[code]
<p>
<span class="readonly plg-desc">
<span class="cf_alert"></span>
</span>
</p>
<ol>
<li>Wrong code</li>
</ol>
[/code]
The span is not catching the list with the error message. And it puts a paragraph round the span. And it gives an extra span.readonly. And it put also the .readonly span around the text above the form which is added in the article.[/quote]
The
<span class="cf_alert">
<ol>
<li>Wrong code </li>
</ol>
</span>
I found in chronocontact.html.php but there is no paragraph around it.
Can somebody tell me where I can found this code:
<p>
<span class="cf_alert"></span>
</p>
<ol>
<li>allert text</li>
</ol>
Because when I am using the content plugin it made a mess of the alert code :-).
I wwant to change it in the correct code:
[code]
<span class="cf_alert">
<ol>
<li>Wrong code </li>
</ol>
</span>
[/code]
Hi shd,
I don't think that this part <span class="readonly plg-desc"> is being created by ChronoForms so you may not see it on your site.
Bob
I don't think that this part <span class="readonly plg-desc"> is being created by ChronoForms so you may not see it on your site.
Bob
This topic is locked and no more replies can be posted.