Conformination message webform Drupal 7 - drupal-7

Does anyone know how i can setup conformation emails to be delivered to customers when they fill in the webform/contact us form (details like name;email etc) in drupal 7.
Like when a customer submits a inquiry email an auto responsive email should be forwarded to that customers email.
Thank you.

Go to Content > Webforms > Click on modify on one of your forms > Go to the Webform tab (upper left corner) to where your form fields are listed. Underneath is a second row of tabs, one of which says Email. > Click the Email tab > Add new email and configure.

Related

I made a MERN stack but I have a problem with making roles for users. Any solutions?

So I thought that I want to make roles for users, e.g Role1 can choose from AutoSearch field an employee and click the button with the possibility of writing a comment. Role2 can click the Comment button and click the 'Mechanic Tools' button. Role3 can click every button + a link from PrivateRoute which is 'Register'(adding a new employee to the database). For Role1 as you can realize it's impossible to click the Mechanic Tools button but its role can see the result of it. Additionally, the whole app has to keep the state of clicked buttons(buttons are like ON/OFF). I assume that I have to make those buttons sending state to MongoDB but I have no clue how to start with that roles thing.
I was trying to make that in MongoDB obviously but I didn't mean the database accessibility but the possibility of clicking each element in-app.
I mean these yellow buttons + the text field under the tire. Sorry that I dont write code but I have it in 3 different files and you might not understand what I mean.
https://gyazo.com/f604257b88efb04c64d04d73113e0125
I expect the possibility of logging in(I can do it now) as a user with a role assigned to its account with permissions.

joomla registration form and multiple groups

I need to create a custom registration form in joomla with the possibility to select a group.
Example 1:
User A selects the group "Group1" and displays the registration form with the fields "First name,"
The user selects the B group "Group2" and displays the registration form with the fields "Name, Last Name, City, away,"
Example 2 with Photos:
There is a component in joomla that can do this?
Thank you so much for the help.
You can achieve this with ChronoForms (especially v5) using DIV IDs or similar for the fields you want to show or hide together with a few lines of JavaScript.
The choice can be controlled via check box(es) or a drop down menu etc.
There are some examples of this in the ChronoEngine forums e.g.:
http://www.chronoengine.com/forums/posts/f5/t95421/hide-unhide-div-container-easy.html?hilit=show+hide+dropdown+javascript
You can find more examples by searching the forums for "hide unhide javascript"
Two form components in Joomla with extensive options and database integration are ChronoForms and RSForms Pro which I recommend.
http://extensions.joomla.org/extensions/contacts-and-feedback/forms/4964
[http://extensions.joomla.org/extensions/contacts-and-feedback/forms/15082

Getting customized Bitly links' analytics (for a particular user)

I had this pressing requirement. We are using bitly as the url-shortening and links analysis part for our project, and we were facing this requirement of being able to view analytics(as shown in bitly dashboard) for only user having 'a'/'one of the' particular username(s).
Do you know a way if bitly supports this.
so my link - bit.ly/xyxx
is clicked by user 'A' group users 10 times and by 'B' group users 5 times.
right now I can view the analytics for all the clicks (A + B user groups) for a single particular link.
I want to be able to view the bitly analytics for the 'A' group users
and
for the 'B' group users separately. Do you now of any way bitly can let me achieve this using their dev API ?
The only way to do this would be to create two unique links and send them to groups A and B separately. Our API does not allow you to distinguish individual users clicking through a given link.
If you use Google Analytics-style utm parameters to create two unique links pointing to the same place, all the clicks will also be rolled up into the same aggregate count for that URL.

how to customize useraccount dropdownlist in dnn6

In dnn6 Would you please go to admin->user accounts and look at the dropdown selector? It shows you can search by username, email, etc but not by first name or last name. Do you know how this dropdown gets poplulated so we can change it?
I don't know why yours wouldn't be populating those fields, I didn't add them to mine, they were already there.
The Population of the dropdown occurs in the \desktopmodules\Admin\Security\Users.ascx.cs file
ProfilePropertyDefinitionCollection profileProperties = ProfileController.GetPropertyDefinitionsByPortal(PortalId, false, false);
So I would start by looking at your Profile Properties defined at the portal level, see if you have First/Last name there. You can find profile properties from the Admin/Site Settings page, on the Users Account Settings tab (under the profile settings section)
If you are using DNN6 (not DNN7) then you'll go to the Admin/User Accounts page and go to the actions for the user accounts module and find the User Profile Properties area.

Regarding Drupal7 User profiles and registeration

on my front page the user registers by typing in his username, email, password..once he clicks submit he log ins and is redirected to his profile edit page (not account settings)..i am able to do that using rules..i am using Profile2 and adding new fields..however i also want the old fields such as username, password,and email id to appear there ... it would be the same password or username and email id that the user entered while registering but i just want to create/display these fields on this edit profile page for completeness.they may have the earlier entered values copied and the user may enter/edit it here again and be able to save (ofcourse he should get an error if he enters a new email id on that page)
what i want is something like this: http://imgur.com/fa31Xt1
Why dont you add fields to exsitng core profile? admin/config/people/accounts/fields .There you can add new fields which will be displayed on user page.

Resources