- Posts: 1
- Thank you received: 0
Need help with Joomla? We are available for hire to help with Joomla customization, upgrades, maintenance, and custom development.
Explore our services if ($this->config->use_campaign && !$this->campaignId) {
?>
if (form.campaign_id.value == 0) {
alert('<?php echo JText::_('JD_REQUIRE_CAMPAIGN'); ?>');
form.campaign_id.focus();
return ;
}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.