created custom user profile plugin with field groups other than "profile"
<?xml version="1.0" encoding="utf-8"?>
<form>
<fields name="basic">
<fieldset name="basic" label="">
........
While saving the registration form, it omits these field groups validation and saving
Should work same as if we use
<?xml version="1.0" encoding="utf-8"?>
<form>
<fields name="profile">
<fieldset name="profile" label="">
........
Joomla! 3.7.4
Labels |
Added:
?
|
Category | ⇒ | com_fields |
form fields loads perfect on initial screen but while submitting the form, the fields are not loading
Status | New | ⇒ | Discussion |
Closing this as it can be handled by using custom fields.
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-09-09 12:31:51 |
Closed_By | ⇒ | brianteeman |
Would custom fields not help on that matter?