Hi to all
I don't know how but
it works without 3- and 4- points
Maybe I'm very luky... or you are all magicians..
I follow stackoverflow site point by point...
1- ok
2- ok
3- ok
4- it doesn't work:
we have
<legend><?php echo $legend; ?></legend>
not
<legend><?php echo JText::_('COM_CONTACT_FORM_LABEL'); ?></legend>
...than...The question probably could be:
____Have I to change the following 3 lines
<?php if (isset($fieldset->label) && ($legend = trim(JText::_($fieldset->label))) !== '') : ?>
<legend><?php echo $legend; ?></legend>
<?php endif; ?>
___in the following 5?
<?php if (isset($fieldset->label) && ($legend = trim(JText::_($fieldset->label))) !== '') : ?>
<legend><?php echo JText::_('COM_CONTACT_FORM_LABEL'); ?></legend>
<dt><?php echo $this->form->getLabel('contact_telephone'); ?></dt>
<dd><?php echo $this->form->getInput('contact_telephone'); ?></dd>
<?php endif; ?>
...let's go ahead...
...Maybe the Joomfreak Force will be with, you young CBasteDesign...
4 bis- it doesn't work:
in
*Joomla Directory > templates > your_template_folder_name > html > com_contact > contact >
we don't have
‘default_form.php’ file
but we have
‘default.php’
and it has no </legend> inside...
...but let's go ahead...
...Maybe the Joomfreak Force...
...after a fairly good fight with
5- and
6- points
...I tryed my contact form
...and it works...
Thank you JoomfreakSupport Jedi