• 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: Placing image in popup label in calendar!!!

Placing image in popup label in calendar!!! 9 years 9 months ago #31975

How to add Popup image instead of Popup calendar in RSForm Pro!!

Go to ...\administrator\components\com_rsform\helpers\rsform.php

Make changes in line 3026

Replace the old code but make a copy of it in note pad just if you need to change it to normal again.


Replace it with the code present below --- (note: img src="images\calendar2.png" this is the code i entered before the input id for my image) you need to change it to your image path.)

$out .= '<img src="images\calendar2.png" input id="btn'.$formId.'_'.$calendars[$componentId].'" type="button" value="'.RSFormProHelper::htmlEscape($data).'" onclick="showHideCalendar(\'cal'.$formId.'_'.$calendars[$componentId].'Container\');" class="btnCal '.$className.'" '.$data.' />';


I am sure it will work as i already tested it and it works perfectly fine for me.

you can check in the screenshot in link below.
prntscr.com/7zot9w

Please Reply for any help related to this.
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!