Create a CUSTOMER SUPPORT PORTAL with Fluent Support

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
now that i have fluent support obviously i need a way to let my customers come in to a web page and put in their support tickets and also view what support tickets are there so what we're going to do today is i'm going to show you the web portal aspect of submitting a ticket to fluent support in wordpress [Applause] hi my name is william beam i'm with suburbia press we like to help online entrepreneurs understand choose and use the technology that powers their business a support system is definitely one of those things fluent support just came out a day or so before i recorded this video so i've got a version of it here that i want to show you and what we're going to dig into is how to create a web portal for your customers to sign in register if they need to and then create tickets or view tickets from the web page there are other ways to create tickets from email and from different tools we'll look at that in later videos this one is going to concentrate just on the web page so when we go ahead we'll take a look at my demo page and i'll show you what the workflow for the customer aspect looks like and then we'll go dive in behind the scenes to see how i put it together all right so this is my little demo site for suburbia press and you can see i've got a link up here for support so what i've done is i've created a couple of pages one for the login and one for the portal so support on your page if you already have a login that could be fine you might have a support menu option that goes directly to the support portal in this case support is really just to log into the system so we're going to click that and then you can see that i've got a place where existing users can log in here and if you don't have an account on my wordpress system then there's an option over here for you to sign up and create one so we're going to click on this and i've got my customer account we'll go ahead and log in and let me get my one password out of the way and just like that we're in so you can see i've got a ticket here that's closed this is a sample one that i created just a couple minutes ago and you can take a look at what tickets are open what tickets are closed and of course all of your tickets if you want to create a new ticket this little green button over here will help you out just click that and see we'll make a quick ticket here and notice as you're typing up here it's looking for knowledge base articles you can hook this up to different tools i use a tool called better docs and if it finds a match over that it'll show you something that might prevent someone needing to submit a ticket if there is a knowledge-based article out there for a common problem but in this case i haven't set anything up so there's nothing there all right so i'm in there and i've just typed a little bit of text you can upload files and this is configurable so you can decide what type of files and the size of default is up to two megabytes you can change that if you need to and then just go ahead and create tickets and you can see that you've got your ticket right over here it says its ticket number is five you can close it if you want to or you can just go take back and take a look at all of your tickets so i have a couple of new tickets over here and one that's been closed out so that's all we need to see from the user side right now and of course i have a log out up here so that when they're done with this they can log out and just kind of go back to the typical view of a blog so here we are behind the scenes i'm going to refresh this and you'll see that our next ticket is over here and you can see that they're in a waiting mode so we kind of give a brief overview of how the ticket dashboard for someone who's working on the tickets looked in the introduction or announcement video and i'll do that as a workflow for tickets but what i want to show you is how the page came together so if we go over here to settings you can see that there's a place here where you can choose what your portal page is going to be and when you first set up there's a check box and it'll create support portal and i let it do that it could have been support or whatever any page that you have it's just a wordpress page so we selected support portal this one over here that says support that was my login page i could have called it login i could have called it anything but i just figured it would be easier for the people who are logging in for support to have a dedicated page to log in now the things that you saw as far as for users to log in or for to cr people to create a sign up page came from these short codes down here so if we go to fluent support login that was the first side the second one was fluent support sign up and all i had to do was use those short codes in a wordpress page so let me go over here to all pages we'll come down here to support that was my login page and what i have here is using cadence blocks i've got a row layout so let me open this over here so you can see right here this is my row layout i created a row with two sections in section one i put in a paragraph could have been a heading whatever you wanted to say log in here and you know we could just go ahead and click that change this advanced heading h2 and then that changes that and then i put in the shortcode for fluent support login and that was all there was to that side same thing if we come over here to this section we could do the same thing and change this to an advanced heading and then you could put some paragraph text down here if you needed to give any further instructions and then i put in fluent support sign up so let me just update that and that was it that is all i did you can customize this any way you want to but as far as creating the forms that's all i had to do using those shortcodes now something to keep in mind about a login page this is a login or registration for wordpress you can use these short codes for a very quick and simple way to go about it as i did however if you already have a login page and a registration page using some other tool that will work just as well all you need after that is a redirect to the support portal page using these shortcodes the redirect is already built in as soon as you log in here or as soon as you sign up here it will take you to the support portal so let's back out and let's take a look at support portal you can see there's a classic editor here and all it has is a short code fluent support portal now you could do this with blocks or you can do it with a classic editor it doesn't matter but that's all i put on there and let's go back to our other page this page everything you're seeing here in this section comes from that short code it's talking to fluent support and generating all this based off of the short code now you could get rid of this banner if you wanted to you can decorate this page any way you want that's kind of outside of what we needed to do but when they're here they have everything you need to see and then when they're done they can go ahead and click log out and it takes them back to the home page the only thing that i did different from using the tools influence support was that redirect after log out and i did that using a tool that i already have on the site called wishlist member and what i do is i allowed wishlist member to handle you know logins and over here under logins under advanced options i check this box allow wishlist member to handle logout redirect so where does that redirect happen so under our global defaults there's a place for redirects and you can see there's after registration after login all i really needed to change here was after logout because since i'm not using a wishlist member registration form or login form i didn't need to configure these i simply wanted to change the redirect after they log out and all i do is select a page and i direct them to home page which is the front page of the blog so that's the only thing i'm doing outside of fluentcrm i'm doing a redirect after logout if you have wishlist member that's great you can do it here if you don't have wishlist member there are other tools who can also create a redirect but since i had it this seemed to be the easiest way to do it and i've got a video on here on my review of wishlist member i'll have other videos on how you can use wishlist member and i think that's a wonderful tool what i've done is i've created inside of wishlist member a level for support so if we see levels i've had my basic pro and platinum but i've got a level here just for support and that way i can have people who get different registrations if i want to use the customer registration form and i can put up different settings for them so it's a quick and easy way to kind of manage the people who are logging in to support using wishlist member but that is not required to use a customer page for fluent support it's just an extra thing that i did now as far as the menus over here all i did was create a menu link to the support page which again acts as a login page and then once they log in i had a menu option over here to log out pretty simple stuff i hope that helps that was just a quick and easy way using the short codes inside of fluent support to create a login or registration page and using those short codes it automatically redirects to my support portal page which is what you see right here thank you so much for spending a little time please let me know if you have any questions or if you're curious about how to handle some redirect if you like this video please go ahead click the like button that tells the youtube overlords somebody like this they'll share it with more people please subscribe and we'll share more videos in the future on tools for online entrepreneurs and please click that little notification bell you'll be notified the next time a video comes out i'm william beam thank you so much please come visit us at suburbiapress.com we've got plenty of articles over there and more tutorials that i hope you enjoy
Info
Channel: Suburbia Press
Views: 274
Rating: undefined out of 5
Keywords: wordpress, CUSTOMER SUPPORT PORTAL, fluent support, customer support tickets, web portal, wishlist member, web redirect, suburbia press
Id: roo6kE9FDQc
Channel Id: undefined
Length: 10min 44sec (644 seconds)
Published: Thu Nov 18 2021
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.