Hi Everyone
I've been searching through the forums and externally but I cannot find a solution. I would appreciate any assistance:
What I want to do is create a page where customers can login and update their information such as addresses, telephone numbers etc. I am familiar with the Login Tools as I have used them before in the past to access certain pages. What I need is a page that displays the customers specific data after they have logged in so they can update their information.
I have the mysql crud extension if that helps but I only want a customer to see their own data.
Any advice/tutorial that I can follow to achieve this would be greatly appreciated.
Customer Portal
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Customer Portal
The mysql crud extension was not designed to edit data for logged in users only.
But with the login tools you can use custom profile fields to add extra data fields.
Note that advanced functionality like this usually requires some database and scripting knowledge because there is no way to include a standard solution for everything anyone you can think.
No matter how many options we add there will always be things that require a custom sxcript.
But with the login tools you can use custom profile fields to add extra data fields.
Note that advanced functionality like this usually requires some database and scripting knowledge because there is no way to include a standard solution for everything anyone you can think.
No matter how many options we add there will always be things that require a custom sxcript.
-
-
- Posts: 28
- Joined: Tue Jun 02, 2020 10:04 am
Re: Customer Portal
Thanks Pablo
I figured I was going to need some custom scripting/coding, I was just hoping there was an easier way to do it all within WYSIWYG web builder.
I think I might have to just look for a php template and incorporate it by using an iframe because ideally I would like to have people also be able to subscribe and unsubscribe from newsletter communications etc in their profiles. I have this option through and existing form with radio buttons, it just means that they have to be manually removed or added to the database by the admin team using the sql crud.
Thank you though for you assistance.
I figured I was going to need some custom scripting/coding, I was just hoping there was an easier way to do it all within WYSIWYG web builder.

I think I might have to just look for a php template and incorporate it by using an iframe because ideally I would like to have people also be able to subscribe and unsubscribe from newsletter communications etc in their profiles. I have this option through and existing form with radio buttons, it just means that they have to be manually removed or added to the database by the admin team using the sql crud.
Thank you though for you assistance.