• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: email field problem

email field problem 16 years 8 months ago #4145

Hi!:)

I am using RSform Pro Licensed in my site. i have many fields in my form.
after filling all the fields if i submit with the wrong captcha values, the field gets populated with all values
to my surprise the email filed is populated with a bunch of java script. please see the screen shot attached.

i have a mombot called mosmailclocking(which will help me to stop spamming the email ids in my site).
if i unpublish my email clocking mambot the form is working great. but i want my email mambot to work.

can anyone help to solve the problem, can any say how the form is returning the values when i enter a wrong captcha...

attached are the screen shot of my form and the file contains the message which is populated in the email filed

Help me please i am in very bad shape.:(

-Ram

Attachment error_message.txt not found

<br><br>Post edited by: ramchandev, at: 2008/08/14 09:08
Attachments:
The administrator has disabled public write access.

Re:email field problem 16 years 8 months ago #4183

It would appear that mosmailclocking is simply obfuscating the email address using Javascript - I looked at your attached text file, and the Javascript appearing there, if run in a browser, would produce an email link. The problem is that mosmailclocking is too intrusive - it doesn't know not to modify addresses typed in a form field. I would call it a bug in the mambot.

But doesn't Joomla already do email address obfuscation? I have Joomla 1.5.1 with no extensions related to email addresses, and any email addresses in the site (in an article, etc.) get automatically converted to the same kind of Javascript as what appeared in your form field. I was very pleased to see that it did that. Do you have a different version of Joomla that needs additional help to obfuscate the addresses? Or does mosmailclocking do other functions as well, which you need?
The administrator has disabled public write access.

Re:email field problem 16 years 8 months ago #4328

Thanks a lot for your response

i am using Joomla! 1.0.15 Stable

any how i manage to do some program in the function.php
to solve my problem..
here is the details..

i believe it is nearly line:470

case 'textBox':
{
//echo 'text box found';
$data=RSgetComponentProperties($componentId);

$defaultValue=RSisCode($data);
if($data[NAME]=='email')
{
$value[$data]=\"\";


}

i have added this code...
now the email field gets cleared
but it is temp solution....
can you suggest me some other so that i don't want to touch code..

Thanks
Ramchandran.s<br><br>Post edited by: ramchandev, at: 2008/08/18 08:20
The administrator has disabled public write access.

Re:email field problem 16 years 8 months ago #4336

I have never used Joomla 1.0. From your determination to continue using that mambot, I assume that 1.0 does not safeguard the email addresses natively. So someone else will have to help you with your question, as 1.0 and 1.5 are very different in structure and the RSForm versions for each are also different, so I wouldn't even be seeing the same code as you are. Good luck.
The administrator has disabled public write access.

Re:email field problem 16 years 8 months ago #4338

Thanks a lot for giving me great tips...

regards
Ramchandran.S
The administrator has disabled public write access.

Re:email field problem 16 years 6 months ago #5147

Hello!

Is there any chance you could take a look at my functions.php? When I add the lline you mentioned I get erros in syntax. I KNOW its my fault but i am just no good in php.

Thanks so much!

..attaching the file<br><br>Post edited by: primo
Attachments:
The administrator has disabled public write access.

Re:email field problem 16 years 6 months ago #5163

  • octavian
  • octavian's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
Hello,

Unfortunately this is a bug of the mambot you are using and there's nothing we can do to help but suggest you unpublish it; you should contact the developers and let them know so they can fix this.

NEVER ATTACH FILES FROM YOUR PURCHASED PRODUCT, FILE DISTRIBUTION IS ILLEGAL. So that means no functions.php (or any file from our products, for that matter) uploaded on the forum or any other public place; you should submit a ticket if you need help, this will open a private conversation with one of our staff members.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Re:email field problem 16 years 6 months ago #5167

Hi buddy!

Please Revert back your functions.php

and try the following solution

www.rsjoomla.com/index.php/RSform-Bugs/4...ith-RSform.html#4511

look for madhangc post


what i did was <!-{emailcloak=off} --> in the content page. It works well and good.
hope it helps.

-Ram
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!