Joomla module dropdown select email for contact form - joomla

I need a contact form which allows the user to choose the option as a drop down list the departments to contact by email... depends on the drop down list choose the email should go to that department.
I have already installed that RSForm Pro, but that doesnt not seem to be the one I am looking.

Related

UX: should I hide basic functionality that users can't reach?

I'm working on dashboards now, e.g. employee form. Some users have permissions to delete employee and some are not. Usually these permissions are changed only if user assigned to new type, e.g. from the simple user to manager, so quite rarely (because you can't just give permission for deleting only an employee, you'll have all pack of permissions to delete in other forms too). What is the best approach here:
Disable "delete" button for all the users who don't have permissions and while hovering on it show "Only managers can delete employees, request the permission" with the link to request permission.
Don't show the "delete" button at all for all the users who don't have permission.
Why I'm confused is just because View, Edit and Delete is kinda basic functionality, so not sure it's a good idea to disable "delete". In all other specific actions (that only managers can do) I don't show the buttons, the question is only about these "basic" ones.

How do I add the company field in Prestashop 1.7.x to the Create Account form

I'm new in Prestashop. I need to have the Company field in the Create Form (for new customers). The Company field can be seen when an existing customer logs in and updates their address.
So far, the tutorials I've seen are all about adding a customer, which is not what I need,
From the backend, you have control whether or not the Company is displayed.
Shop Parameters > Customer Settings > Enable B2B Mode = Yes
This will display the Company field in the Create Account form

Dynamics CRM : Add Multiple address in Account Entity

I have a scenario where I need to add multiple Address to Account. I am using Dynamics 365 online instance and my current implementation for Account Entity form looks like below,
My requirement is I need to put multiple address sections here to enter Regional Office details. I have made some changes in the form to input 2 Regional Address. But for some account, there would be multiple regional addresses which we cant predict.
Is there any option in dynamics to add multiple addresses like above, so that we don't need to add more sections rather user can click on (+ Symbol) to add this section to enter address details.
I would recommend you to use Out of the box Address entity (relationship available only to Account/Contact).
Like explained in this blog, Enable the navigation in Account form editor to see the associated view of Address in Account record.
Open your solution and edit the Account form, Select Navigation and then double click addresses - Then "Save & Publish"
Additionally, you can add subgrid of address view in Account form, but known product bug will not allow users to create new address from subgrid (+) button due to limitations like quick create not available for Address entity and lookup of customer missing in Address form. So you have to train users to use associated view to add new address.

Lookup Field Displays All Records

I'm building an employee self service portal via Dynamics 365, and when I use the lookup field to display my name in a form other employee names are displayed too:
I've been fiddling with the security roles for a while now and still cant seem to get it to display a single employee name.
I'm also planning to do it a different way by filling up the employee name based on the username on the upper right.
How do you guys suggest I go about this?
First things first. Portals won't use any CRM Security role concepts as it's for CRM users. Portal is built on top of Contact entity. Contact is Portal user & Web role will control his/her access.
You have to Entity Form Metadata to populate the fields per your need. The contact lookup can be filled in by current login Portal user this way. Even you can implement something like manage/restrict the Contacts only from your parent Account in that lookup easily.

How to add a custom column to Magento's "Manage Customers" view

In order for a user to become an active member of our site, they need to click on the confirmation link sent to their email address. When we click on "Manage Customers" on the backend of Magento, we can see which customer group the customer belongs in, but we cannot tell whether or not they have activated their account without clicking on each individual account. Is there a way we can add a column to show and filter users who have activated / not activated their account?
Please help!
Thanks
If the value that tells if an account is activated or not is stored in an attribute, this extension should do the trick : Enhanced Admin Grids

Resources