Form Fields not mapping State field

  • junwei
  • Topic Author
  • Offline
  • New Member
  • New Member
More
2 years 2 months 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.

More
2 years 2 months 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:
Code:
$coreFields = array('address','city','country','zip','phone');
and replace by
Code:
$coreFields = array('address','city','country','zip','phone','state');
Dam

Please Log in or Create an account to join the conversation.

Moderators: Mr. Dam