Support

  1. hopinn
  2. Features Request
  3. Wednesday, March 04 2015, 04:48 PM
Hello,

please firstly check the attachment please.

Is it possibe to fill out one or more fields in one line, frontend & backend fi. for getting users addresses? With delimiter? It would be great to see more demos of what is possible so we wouldn't have to disturb you for this.

thank you.

marK
Accepted Answer
hopinn Accepted Answer
with the image now
  1. more than a month ago
  2. Features Request
  3. # Permalink
admin Accepted Answer
Admin
Hi,
this is not a feature of Easy Profile, but you can do this with CSS, each field has its own CSS class.
  1. more than a month ago
  2. Features Request
  3. # 1
hopinn Accepted Answer
Hi,

if you check the code beneath, i have this problem that one cannot change the style for a .form-group without changing it everywhere, so not every field has accually his own css, or am i wrong? Thank you.

marK

<div class="form-group">
<div class="col-sm-3 control-label">
<label id="jform_prijs_dagschotel-lbl" for="jform_prijs_dagschotel" class="required">
Prijs Dagschotel<span class="star">*</span></label> </div>
<div class="col-sm-9 controls">
<input name="jform[prijs_dagschotel]" id="jform_prijs_dagschotel" value="12" class="required" size="30" required="required" aria-required="true" type="text"> </div>
</div>
  1. more than a month ago
  2. Features Request
  3. # 2
admin Accepted Answer
Admin
Ah ok, you are right.

the only way is to add classes via javascript (simpler than template override)
jQuery(document).ready(function($){
$('#jform_prijs_dagschotel').parent().parent().addClass('css_class_inline');
});
  1. more than a month ago
  2. Features Request
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.