I would like to make a small change or addition to the add a business form. I would like to have the ability to display another form(survey form) based on the Business category selected. So for instance when adding your new business, you select the Business category from the drop down. Once that category is selected another form displays, on the at same page. The would be different forms or surveys based on the various categories. So a Automotive Category would see a different Survey form that say a Construction Category. Would someone steer me in the right direction. This new form would be in addtion to the fields that are already on the manage company form. Help?
Adding another for that is related to current category structure requires some aditional codding.
You can modify the file {joomla}/administrator/components/com_jbusinessdirectory/views/company/edit.php and add your selection there.
Another idea would be to have the survey after the business listing is added.