lots of unwanted text

daffy 26 Apr, 2009
I have got the form working as I want now...BUT
when I call it using what was the 'mambot' and is now I presume the 'plugin'
using {chronocontact}hiredates{/chronocontact}
I get the form as expected
but followed by lots of text of which this is the first bit

.'; eval("if(field.getProperty('title')){fMessage_val_validate_email = field.getProperty('title');}"); eval("cfvalidate_"+field.getProperty('name')+".add( Validate.Email, { failureMessage: fMessage_val_validate_email } );"); } if(field.hasClass('validate-url')){ var fMessage_val_validate_validate_url = 'Please enter a valid URL.'; eval("if(field.getProperty('title')){fMessage_val_validate_validate_url = field.getProperty('title');}"); eval("cfvalidate_"+field.getProperty('name')+".add( Validate.Format, { pattern: /^(http|https|ftp):\/\/(([A-Z0-9][A-Z0-9_-]*)(\.[A-Z0-9][A-Z0-9_-]*)+)(:(\d+))?\/?/i, failureMessage: fMessage_val_validate_validate_url } );"); } if(field.hasClass('validate-date-au')){ var fMessage_val_validate_date_au = 'Please use this date format: dd/mm/yyyy. For example 17/03/2006 for the 17th of March, 2006.'; eval("if(field.getProperty('title


and it goes on.
This looks like like something to od with 'validation' but what have I done wrong here ?
--
Dave
GreyHead 26 Apr, 2009
Hi Dave,

This is a bugette - Max has fixed it for the next release.

You have the Email Cloaking plugin turned on, it tries to protect the example email address in the form validation code and this is the result.

Either turn email cloaking off or switch round the order of the two plugins.

Bob
daffy 26 Apr, 2009
I have not knowingly used any plugin.
Nor have I knowingly touched email cloaking.
But I did select that the text entries in the wizard were emails and were required.
As I understand it any 'ette' is the female version of the original such as Usherette and Cigarette
so this must be a female bug ! Frightening !
Hope it goes away soon.
Is Femail the feminine of email ?
Anyway I thought I had done another silly!
so Thanks.
--
Dave🙂
GreyHead 26 Apr, 2009
Hi Dave,

The Email Cloaking plugin is a Joomla Plugin, not a ChronoForms one and may be on by default.

Bob

PS I had the French diminuitive meaning in mind like fermette, mainsonette and kitchenette . . . but whatever works is fine.
This topic is locked and no more replies can be posted.