1. wan
  2. Support
  3. Tuesday, October 06 2015, 09:34 AM
Were using Easy Profile Pro 1.3.11

First thing we do we add some fields for the registration the:

Step 1
Name
Username
Email Add
Password

After submitting you will receive an activation link

Step 2
From Activation Link
You will directly fill up the required fields that we added but after filling up those field and submit.

Warning Messages appear it says:
Email address is in use or invalid - were just continue updating the data needs for registration
Some required fields are not filled - even if we already filled up all those required field

You can use this test account:
http://www.christianpress.com/
username: testme@gmail.com
password: Sanellab
the login area is in the bottom part of the homepage
admin Accepted Answer
Admin
Hi,
try to set all menu item of type User Manager->Registration Form to guest ACL. For more information read here https://www.easy-profile.com/support/404-when-user-updates-his-profile.html#reply-8835
  1. more than a month ago
  2. Support
  3. # 1
wan Accepted Answer
Hi,
It's working now the profile is successfully saved but there is still Warning Message

"WARNING: Some required fields are not filled, please complete your profile".

And when i go look at the backend of joomla user account of the site the data did not saved the field is empty.
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
Hi,
can you please post me your site details to check this? you can use the form below the reply in "Site Details" tab
  1. more than a month ago
  2. Support
  3. # 3
wan Accepted Answer
You can check it now
  1. more than a month ago
  2. Support
  3. # 4
admin Accepted Answer
Admin
Hi,
you have disabled some core field from edit profile page.

Maybe should works, but "default" fieldgroup (you called "Start Christian Press Release" ) must be visible on edit profile and registration pages, in this fieldgroup there are some important hidden field (like id of user)
  1. more than a month ago
  2. Support
  3. # 5
wan Accepted Answer
Hi there

It's now working fine but we need some help how can we make a condition that the fields from 1st form will also same value at the 2nd form like first name and last name
  1. more than a month ago
  2. Support
  3. # 6
admin Accepted Answer
Admin
Hi,
you can do this but you need PHP and Javascript Knowledge.

Copy field value
Client Side
You can use some javascript code to do this. Example: you can see our Javascript file at /components/com_jsn/assets/js/name.js from line 2 to line 8, in this code you will see that Joomla name field is built from firstname,secondname and lastname

Server Side
You can use our triggers to copy field value (or make operation between fields), see docs at https://www.easy-profile.com/docs/44-triggers.html. You can follow these steps:
- Download install and enable our skeleton plugin, you can download it at the end of page https://www.easy-profile.com/docs/44-triggers.html
- Open file /plugins/jsn/skeleton/skeleton.php
- remove samples functions like: triggerFieldAvatarUpdate, triggerProfileUpdate
- Add your function like this:
triggerProfileUpdate($user,&$data,$changed,$isNew){ 
$data['field1']=$data['field2'];
}

With this the content from field2 is copied into field1
  1. more than a month ago
  2. Support
  3. # 7
wan Accepted Answer
Hi,

please see attach files. hope you can help me with this problem. thanks....
  1. more than a month ago
  2. Support
  3. # 8
admin Accepted Answer
Admin
Hi,
Easy Profile extends Joomla user profile, therefore all the fields that make up the Joomla name using the same rules, editable and available on registration and edit profile page.

You can hide these fields with simple CSS code.
  1. more than a month ago
  2. Support
  3. # 9
  • 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.