-
AuthorPosts
-
dostrog Friend
dostrog
- Join date:
- May 2011
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
February 21, 2012 at 9:08 am #174140There 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 ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
February 21, 2012 at 7:32 pm #439342Forwarded to our developers for action. Thank you!
railer Friendrailer
- Join date:
- October 2007
- Posts:
- 236
- Downloads:
- 102
- Uploads:
- 9
- Thanks:
- 17
- Thanked:
- 24 times in 1 posts
April 25, 2012 at 5:48 pm #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_plusPlease advise of a fix.
Thanks,
railerSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
April 26, 2012 at 10:07 am #450306Hi 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.1 user says Thank You to Sherlock for this useful post
railer Friendrailer
- Join date:
- October 2007
- Posts:
- 236
- Downloads:
- 102
- Uploads:
- 9
- Thanks:
- 17
- Thanked:
- 24 times in 1 posts
April 26, 2012 at 5:16 pm #450351Thanks 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,
railer4 users say Thank You to railer for this useful post
-
AuthorPosts
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