Hi =]
I've recently had to develop for myself so I'm learning on the fly and I'm really weak in Javascript. I have a client I'm setting up class registrations for so I want to change all the fields from 'event' to 'class' i.e. Event date > Class date, however I don't know how to follow the Jtext events.
For example I can find this in the php:
<?php echo JText::_('EB_REGISTRATION_START_DATE'); ?>
But I cannot find where this is pulling the text string from.
Sorry for my ineptitude, any help is appreciated =]
I've recently had to develop for myself so I'm learning on the fly and I'm really weak in Javascript. I have a client I'm setting up class registrations for so I want to change all the fields from 'event' to 'class' i.e. Event date > Class date, however I don't know how to follow the Jtext events.
For example I can find this in the php:
<?php echo JText::_('EB_REGISTRATION_START_DATE'); ?>
But I cannot find where this is pulling the text string from.
Sorry for my ineptitude, any help is appreciated =]