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.