1. Moby
  2. Support
  3. Sunday, May 11 2014, 11:15 AM
We are almost complete with all our forms, I have a few questions i hope you could anser in one instead of me filling out a support request each time.

1. When a user registers for the first time we caputure his basic details, once in he is forced to fill in all other fields, how do we get the next button on the fields once logged in instead of the submit button.

2. We have one field called medical conditions, please can you advise which condition i should use to open another text box when the user types (the value of the first box is not pre-defined)

3. The condition to hide a field works fine except for the date field, when i hide the date field, the title of the field remains.

4. Allow a user to fill our a form for another member, e.g. We would like the user to be able to click add a member to his/her profile, this profile can then be viewed on this members profile as a secondary member of our system.

I appreciate your amazing support.

Regards
M

p.s I have filled in my site details below.
Accepted Answer
admin Accepted Answer
Admin
Attached to this post the fix to problem 3. you can install from Joomla installer.

Can we put a % complete notification in the header?
Yes but you need many Javascript code to do this. Sorry but our support provide only minor customization to our customer.

In future we plan to do this, with module for percentage of completion of the profile.
Attachments (1)
  1. more than a month ago
  2. Support
  3. # Permalink
admin Accepted Answer
Admin
Hi,
1. add this code in /components/com_jsn/assets/js/tab.js at line 46
$('#member-profile .form-actions a').remove();
if($('#member-profile').length && $("#profile_tabs li:last-child").is('.active')){
$('#member-profile .form-actions button[type="submit"]').show().addClass('pull-right');
if(id>1) $('#member-profile .form-actions button[type="submit"]').before(' <a class="btn btn-default prev-button pull-left" href="#">'+jsn_prev_button+'</a> ');
}
else if($('#member-profile').length && $("#profile_tabs li:first-child").is('.active')){
$('#member-profile .form-actions button[type="submit"]').hide().addClass('pull-right');
if(id>1) $('#member-profile .form-actions button[type="submit"]').before(' <a class="btn btn-default next-button pull-right" href="#">'+jsn_next_button+'</a> ');
}
else if($('#member-profile').length){
$('#member-profile .form-actions button[type="submit"]').hide().addClass('pull-right')
.before(' <a class="btn btn-default prev-button pull-left" href="#">'+jsn_prev_button+'</a> ')
.before(' <a class="btn btn-default next-button pull-right" href="#">'+jsn_next_button+'</a> ');
}


2. Condition on Medical Conditions may be: if equal to custom value=leave empty then hide text field

3. I have tried on our test site and it is a bug. We will resolve in next release. Today or tomorrow I try to write in this post a quickly fix.

4. Unfortunately it is not possible, Easy Profile extends the Joomla user management, and Joomla does not allow it.
  1. more than a month ago
  2. Support
  3. # 1
Moby Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 2
  • 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.