Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • dostrog Friend
    #174140

    There are the problems.
    For example, don’t show labels in the contact form. In …templates/ja_community_plus/html/com_contact/contact/default_form.php there is

    <?php echo $this->form->getInput('contact_name');
    but there is NOT

    <?php echo $this->form->getLabel('contact_name');
    etc
    I hope this will be fixed soon. At the moment I just remove this file cause standart default_form.php in …components/com_contact/views/contact/tmpl is looking more correct.

    John Wesley Brett Moderator
    #439342

    Forwarded to our developers for action. Thank you!

    railer Friend
    #450171

    <em>@jwbrett 301947 wrote:</em><blockquote>Forwarded to our developers for action. Thank you!</blockquote>

    Hi JoomlArt!

    Has there been any fix provided for this issue. My JA Community Plus Contact form page also doesn’t have the field labels. And there are no asterisks for the required fields, even though there is a disclaimer line mentioning it at the top of the form.

    Same issues on the Contact form at the demo site:
    http://www.joomlart.com/demo/#joomla25-templates.joomlart.com/ja_community_plus

    Please advise of a fix.

    Thanks,
    railer

    Sherlock Friend
    #450306

    Hi railer,

    Don’t know why but the bug issue created by jwbrett can no longer be found in the JIRA. I just created another one into the JA bug tracking system upon your report, it’s here http://pm.joomlart.com/browse/JATCCOMMUNITYPLUSJIVI-227
    The issue has been assigned to developer and should be fixed soon.

    railer Friend
    #450351

    Thanks Dat Hoang,

    In the meantime, I added the label code mentioned by dostrog above to my default_form.php file

    <div class="left-side">
    <div><?php echo $this->form->getLabel('contact_name'); ?><br /><?php echo $this->form->getInput('contact_name'); ?></div>
    <div><?php echo $this->form->getLabel('contact_email'); ?><br /><?php echo $this->form->getInput('contact_email'); ?></div>
    <div><?php echo $this->form->getLabel('contact_subject'); ?><br /><?php echo $this->form->getInput('contact_subject'); ?></div>
    </div>
    <div class="right-side">
    <div><?php echo $this->form->getLabel('contact_message'); ?><br /><?php echo $this->form->getInput('contact_message'); ?></div>
    </div>

    Best,
    railer

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 4 voices, and was last updated by  railer 12 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum