- Posts: 14
- Thank you received: 0
Form Fields not mapping State field
- junwei
- Topic Author
- Offline
- New Member
-
Less
More
3 years 3 weeks ago #149668
by junwei
Form Fields not mapping State field was created by junwei
For Field Integrations, I use Joomla User Profile. every field mapping is working except for the State field. Might be a bug.
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 12961
- Thank you received: 1679
3 years 3 weeks ago #149697
by Mr. Dam
Replied by Mr. Dam on topic Form Fields not mapping State field
To solve the issue, please opening file: [root] -> components -> com_osservicesbooking -> classes -> booking.php
Find:
and replace by
Dam
Find:
Code:
$coreFields = array('address','city','country','zip','phone');
Code:
$coreFields = array('address','city','country','zip','phone','state');
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.