How To Create A Custom Member Profile Registration Process in Wix | Wix Corvid Tutorial

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024

Комментарии • 304

  • @frequenseed9544
    @frequenseed9544 2 года назад +2

    the tools you are giving us are awesome! I just want to ask, wether the Profile page can be public with basic information, and also private (just for members) with more clasified information. And if there is a way to verify suscribers so the process to accept them involves a person to check out if it is not a hacker or scam. I will definitely watch and suscribe to your excellent channel!!!

  • @shonacowley1755
    @shonacowley1755 4 года назад +4

    Hey there! Great video thanks! I wonder if you can help with my example - A teacher registers and fills out their yoga class times/costs etc. is there then a way for them then to edit/update their information if times change? Would really appreciate your help! Thanks.

  • @thierryvanbiesen
    @thierryvanbiesen 4 года назад +4

    Thank you Michael, very clear and useful information there. I'm planning to put that to good use asap!

  • @spyrossarides5168
    @spyrossarides5168 4 года назад +1

    Hi Michael and thanks for such useful tutorial. But what abbot changes - updates of info after registration?

  • @DopeLogic
    @DopeLogic 2 месяца назад

    This is great but I'm seeing it after already creating a members section without ever using dynamic pages. I'm curious if this solution is still compatible with members having posted in the Wix forums and the profile content that Wix pre-designed into the members area?

  • @KidsAndStory
    @KidsAndStory 4 года назад +17

    My question is:
    If the member wants to update their info(like they want to change their phone number), then how do we do that?
    By this process, everytime they feed in, a new database will be created without erasing the previous one?

    • @marcrigor6423
      @marcrigor6423 3 года назад +2

      Anyone have the answer? I just burned an entire week trying to do this an Wix support just says I need two forms (one for creating, one for updating). It's absolutely absurd.

    • @shadywaysgaming7633
      @shadywaysgaming7633 3 года назад +2

      One year later still wondering

    • @ginageraci4376
      @ginageraci4376 2 года назад +1

      Jeez...still no reply on this? Kind of useless if you cant update this info

  • @saifulhuq5060
    @saifulhuq5060 4 года назад +11

    Hi Micheal , where can I find the code for this video tutorial? I was trying to follow the video and  make the Custom Member Profile Registrations page. I was able to make the REGISTRATION page, but but I think I got lost somewhere as it doesn't take me to the CUSTOM PROFILE PAGE. Please advise me what I could do. Thanks in advance!

    • @andyvuvan6285
      @andyvuvan6285 4 года назад +3

      hello , here is the code
      import wixUsers from 'wix-users';
      import wixLocation from 'wix-location';
      $w.onReady(function(){
      $w('#registerNow').onClick(function (){
      let email = $w('#registerEmail').value;
      let password = $w('#registerPassword').value;
      wixUsers.register(email,password)
      .then(()=>{
      wixLocation.to('/profile-creation');
      })
      })
      })

    • @myerzmedia839
      @myerzmedia839 4 года назад

      @@andyvuvan6285 where's the code?

    • @OridaTech_zone
      @OridaTech_zone 3 года назад

      me too I have this problem ....

    • @karankashyap3179
      @karankashyap3179 3 года назад

      @@andyvuvan6285 not working, nothing is happening, should't there be semicolon?

  • @LouG77
    @LouG77 4 года назад +2

    First, thanks for the great video! I didn't understand completely if the users in this new database are related to the users in the native wix members area. How would you call their email onto the screen in the user profile?

  • @aaronperez3363
    @aaronperez3363 4 года назад +2

    Hello! Great video! Thank you very much! I was trying to get the code from the Wix Code Snippets page on your Academy site, but whenever I try to log in or sign up and click on register, it won't send me anywhere. How else can we get the code?
    Thank you!

  • @MyMovementality
    @MyMovementality 4 года назад

    Super helpful! But I've got a problem....At 5:10, I don't have any code at the bottom, and none of these seem connect. When I publish the site (after having gone through all other steps) when I try the register page and enter an email and password and click "register" nothing happens. Heelllllp please (:

  • @stevenbusch70
    @stevenbusch70 2 года назад

    Hi thanks for your videos. Is there a way to require a unique key or passcode to become a member? I would like to give specific people a unique code that enables them to become a member on my Wix site. Thanks for any ideas.

  • @michaelodonoghue8677
    @michaelodonoghue8677 4 года назад +1

    Hey Michael, Thanks for another great video.... You have given me some really great ideas to impliment with our online store for next year so will be going over the last lot of videos + this one youve done in early New Year! As always your videos are jam packed with so much useful infomation, great tips and an easy to follow style approach. Cheers

    • @TheWixTrainingAcademy
      @TheWixTrainingAcademy  4 года назад +1

      So happy to hear this! Thank you very much and looking forward to seeing your final result. Although, we both know, websites are always a work in progress, right??? 😎

  • @clemradio
    @clemradio 4 года назад +1

    Hey Michael, thanks for your tutorial!
    What do you think about the new Wix Site Search app?

    • @TheWixTrainingAcademy
      @TheWixTrainingAcademy  4 года назад

      No worries! Yes, it is much MUCH better than the previous site search app. Give it shot! Beautiful thing about the Wix editor is that they make an undo and redo button if you don’t like something or make a mistake

    • @clemradio
      @clemradio 4 года назад

      @@TheWixTrainingAcademy Because i used this app but the problem was that the Search results page Do not shows the databases pages and dynamic pages. So I just watched your video about creating a Search system and deleted the Wix Site Search app...

    • @TheWixTrainingAcademy
      @TheWixTrainingAcademy  4 года назад +1

      Yes. This Wix Site Search is not currently integrated with databases and dynamic pages. Although, yes, I did create a video explaining how to create a custom search for databases and dynamic pages.

  • @mohamadhayek3663
    @mohamadhayek3663 4 года назад +3

    Thanks for this, but would you by any chance be able to provide a link to the code? I've registered for your Wix training but can't seem to find it.

  • @markrome992
    @markrome992 4 года назад

    Love the video...but not sure about how to add the code. First, can you identify your code with a unique title or something so easier to find on website (maybe even a number)? I am registered on the site. The only code I see that might be relevant is from 2018 and doesn't seem to line up with this video. Thanks.

  • @traceybridges9852
    @traceybridges9852 4 года назад +1

    I love this video and it is very helpful as a novice. I followed all your steps but on the profile page, the submit button doesn't work. What could be stop it from working?

    • @TheWixTrainingAcademy
      @TheWixTrainingAcademy  4 года назад

      Interesting. Make sure your dataset is properly set up.

    • @alanrasmussen1122
      @alanrasmussen1122 4 года назад

      @@TheWixTrainingAcademy I am having the same problem. Dataset looks like it is properly set up.

  • @QLcha1n
    @QLcha1n 4 года назад +2

    Hey, how do I combine this with a Login/Sign-up bar/button...specifically lets say I build a register page like the way you show in this video, I then want the login bar to to link to this page. Is there a way to link the login bar to a page that has a database attached to it? So far I only see an option to link a login bar/button to a lightbox. Learning a lot from your vids btw thanks

    • @TheWixTrainingAcademy
      @TheWixTrainingAcademy  4 года назад +1

      Glad to hear that. Unfortunately at the moment, the login bar redirects to Wix’s internal login and registration system

  • @techsupport4513
    @techsupport4513 4 года назад +2

    Great vid! Thanks for the easy instructions. Can we create a custom register page that works with the Wix members only area?

  • @sciencemethodfitness5020
    @sciencemethodfitness5020 3 года назад

    Excellent video! Subscribed :)

  • @labandablancosyazules
    @labandablancosyazules 7 месяцев назад

    Hi thank you for dthe video, but i can't see the code to copy it, where can i get it from?

  • @alisondiehl
    @alisondiehl 3 года назад

    Thank you so much !! How each member can modify her/his profile after they created it? Thank you so much again !!

  • @payalpihu1954
    @payalpihu1954 4 года назад

    Awesome video, and I could follow all the steps to create the required sections I needed for my Online Store! thank you !! In a testing mode now and will drop another feedback later...

  • @chanpinks
    @chanpinks 4 года назад

    Hi thank you for the video, here you said we can copy paste the wix code you used for registration. How do we do that cause the code is not very clear??

  • @salesdepartment6867
    @salesdepartment6867 4 года назад

    Interesting video, and how to modify the profile, should create a modify profile page? thank you

  • @nikakrashen_illustrator
    @nikakrashen_illustrator 3 года назад

    hi, thank you for the video. How do I then add a login bar next to registration form saying "already a member? login", if I need to have two difderent logins for my website. One for breeders, one for regular customers

  • @brandimayo2792
    @brandimayo2792 4 года назад

    Great video! How can we make this mobile capable. The Lightbox does not seem to appear on a mobile device?

  • @jfur5881
    @jfur5881 4 года назад +1

    I'm SO close! I'm not able to update the profile to be sent to the dynamic page. I double-checked it was set to submit, all my inputs are connected to the dataset, and when successful it will be sent to the dynamic page. The only question I have is that my dynamic page's url is Members(First Name, Last Name) instead of having it like he does which is fullname. Does anyone have any ideas that could help?

  • @mixanikos2
    @mixanikos2 3 года назад

    Do you have any video how a member can scan a QR code and safe it in the database - members page?Does it needs reference one collection with the other?Please help.. thanks

  • @gwaliwamashaka8724
    @gwaliwamashaka8724 4 года назад +1

    Thank you very much for your good work! How to login in the user profile and edit the posted information? Do you have a video for that?

    • @TheWixTrainingAcademy
      @TheWixTrainingAcademy  4 года назад

      Thank you and yes I do! If you head to the channel and search for Custom Wix Login, my videos will pop up. I have a few!

  • @divyaverma5856
    @divyaverma5856 3 года назад

    Super informative! Thanks Michael.

  • @arpitsuri4616
    @arpitsuri4616 4 года назад +3

    how to prevent multiple logins from same user . please help me on this topic it will be so helpful

  • @vladislavaleshaev7662
    @vladislavaleshaev7662 3 года назад

    Great Video! Awesome explanation! Really big compliments! Thank you very much! Really grateful for this instructional video!

  • @txddsixxamelia5228
    @txddsixxamelia5228 2 года назад

    Omg thanks for the video! It helped.

  • @myerzmedia839
    @myerzmedia839 4 года назад +1

    When I click my "Creat Profile" is does nothing. The link is set to Members(title).
    Plus nothing ever gets entered in the database. I'm missing something. All my inputs are connected to the database.
    I have a dynamic page created. All I see is Members(all) and Members(Title), just one. Any ideas?

  • @togetherwecandothis9512
    @togetherwecandothis9512 4 года назад

    hello again, will the standard data captured by the forms (not membership) assist with driving the automations. So I can create separate campaigns.

  • @ferassmady9408
    @ferassmady9408 4 года назад

    hello thanks for the video
    i have an issue i cant see any files in my database from the published website but in the preview when i test it i do see files in database (both cases am signed in) , did i miss something?

  • @videostechnoimport
    @videostechnoimport 3 года назад

    Thanks for your videos I watched them all but still can not figure out how to do the following: My stores sells products, I want to build a subscription client database, so they pay a annual fee and get a coupon to buy at discounted price certain products.. my plan is to have two times a month a discount product only subscription clients can buy

  • @briannawatkins6716
    @briannawatkins6716 3 года назад

    Hey this is the 3rd video of yours that I have watched and this was helpful but....is there a way to add docs or links to create a custom member portal with wix?

  • @jarrettschweim3987
    @jarrettschweim3987 2 года назад

    Your videos are great! I’m having one issue at the end. I have connected all of the dataWhen I publish the site, I can register my email, add the information for my profile and when I click on “create profile” it brings me to an error page. And says “We can’t find the page you’re looking for. Check the U, or head back home.”
    In the editor, The one issue I notice Is when I click to link the “create profile” button to the “Members (Full Name)” page, I select that and click done and when I reopen that to check the link, it doesn’t stay connected to the page. It has me select the page again and won’t link it every time…. Does anyone have an idea on this???

  • @agudecar
    @agudecar 3 года назад

    Hi, when click REGISTER nothing happens, do I have to link the REGISTRATION BUTTON to something? Thanks.

  • @stcexecutivedirector7280
    @stcexecutivedirector7280 4 года назад +1

    Thank you for this excellent tutorial! I've been trying to figure out a way to create a member directory without manually entering each listing. Do you have a tutorial on how to list all of the profiles on a single page?

    • @TheWixTrainingAcademy
      @TheWixTrainingAcademy  4 года назад +3

      So glad I could help :) As for that other tutorial, no, but it has been requested and will likely be made and uploaded next week!

    • @stcexecutivedirector7280
      @stcexecutivedirector7280 4 года назад +1

      @@TheWixTrainingAcademy Just checking in to see if this has been posted yet? I haven't been able to find a good tutorial for that member directory and know yours will be top notch!

    • @langstonfelix3668
      @langstonfelix3668 3 года назад

      i dont mean to be so off topic but does someone know a trick to log back into an Instagram account..?
      I somehow forgot my account password. I would love any tricks you can offer me.

  • @phlee3412
    @phlee3412 4 года назад

    HI, I am looking for display member of his/her paid plan. As people will paid service plan in different class or overlapping plan. Can I show member active plan/plans they have?

  • @togetherwecandothis9512
    @togetherwecandothis9512 4 года назад

    Hello, I am on my 1st day with WIX and have become quickly confused with databases, CRM, forms and membership. I've checked out a lot tutorials but am now weighed down with the idea that I have to code! Why would I need to code a form? What are the advantages of doing so? I wish to set up a membership site, as out of the box zero coding as possible.

  • @siminshaikh.
    @siminshaikh. 3 года назад

    Great, very useful information.
    can you help with creating a unique ID( for eg: 'ABC/1') on submission of a form.

  • @aylastarr2760
    @aylastarr2760 4 года назад +6

    Hi! How do I access the code that you used? Thanks!

    • @TabTray
      @TabTray 4 года назад

      Turn on dev mode. As simple as that.

  • @ICEPETSQUEEN
    @ICEPETSQUEEN 2 года назад

    Followed step by step as you did this and all i got was "there's nothing here, we can't find the page you are looking for".. i did exactly what you did, but when i went to the live site it did not work?????? help please

  • @Propheternestmatt
    @Propheternestmatt 4 года назад

    Hi, thanks for this. But us there anyway I can create a small online bank website with wix? And how if possible.

  • @andrewfung4758
    @andrewfung4758 2 года назад

    is membership access by cite or by pages within the cite? How can i let the public access my landing page and then get them to login from my landing page? as it is, people cannot see my landing page but go straight to a plain login page. Thanks.

  • @alexislebron5957
    @alexislebron5957 4 года назад +1

    I have a question. For some reason, after all the steps you've shown and I've done, once I tested the "create profile" page, nothing happened. I've been going back and forth with this and I still can't figure out why it's at a standstill. I'll click "Create profile" and it wouldn't take me anywhere. Can you please help me figure out what I'm doing wrong? Thank you so much.

    • @moniquewilson3769
      @moniquewilson3769 4 года назад +1

      I'm having the same issue. Did you ever figure it out?

    • @charlielol7132
      @charlielol7132 7 месяцев назад

      @@moniquewilson3769 Either of you figure it out?

  • @prairiegrovehomestead4948
    @prairiegrovehomestead4948 4 года назад

    P.S. your videos have helped me more than anything else out there! Thanks

  • @tarafield304
    @tarafield304 3 года назад +1

    How do I add a link to these pages so other users can see the profile pages of others?

  • @ubcbuilt27
    @ubcbuilt27 3 года назад

    Hey man, how can I get the Wix Code Snippets page on your Academy site? I don't see them anywhere can you reply to this comment with the link?

  • @doxbetlu3472
    @doxbetlu3472 3 года назад +1

    please i wanted to ask if there is a way for users to sign in with their username or user ID instead of email

    • @EVO_777
      @EVO_777 3 года назад

      Pleeeease let me know if you find this answer

  • @noreenhaines5928
    @noreenhaines5928 4 года назад

    Michael - thanks for your videos - I have learned so much from you.
    I am trying to create a registration page - which I know how to create already but I want the information to go to the CRM and I want to approve the people who will have access to the secure portion of the website. I'm not creating the profile page - I want to just have pages with info that is password protected for my users. Is this possible? Any help you can give me is greatly appreciated. Thank you.

    • @TheWixTrainingAcademy
      @TheWixTrainingAcademy  4 года назад

      Yes it is. You need to go into page settings and Password Protect the page. Then you need a method to deliver that password to visitors. I would caution this method as that password can easily get spread around.

    • @Classof-bf4fg
      @Classof-bf4fg 4 года назад +1

      Do you mean that all who access would have the same password? I was hoping there was a way to create individual sign-ins without the profile page. Is that possible?

    • @EVO_777
      @EVO_777 3 года назад

      @@Classof-bf4fg please let me know if you found an answer to your question. I have the same issue. Thank you.

  • @rarekix9550
    @rarekix9550 4 года назад +1

    How do you add a url option box in blog comments? Please let me know thanks

  • @minkworkssimulation3476
    @minkworkssimulation3476 Год назад

    Fantastic video!

  • @tomasherediazuluaga1291
    @tomasherediazuluaga1291 3 года назад

    Awesome video. However, I got a small question. How they log in again to see their own profile?

  • @zhaannplays9465
    @zhaannplays9465 3 года назад +1

    When I click register at page "register your free profile below", it not move the next page. what should i do?

  • @brandonsalazar9160
    @brandonsalazar9160 3 года назад +1

    Maybe someone can help me out. When i Hit Complete registration in the "Preview" Mode, it works and takes me to the Profile Page. When i do this just through the website, It doesn't work??? I double checked to make sure everything is saved and Published, but still cant get it to work on the actual site. THANKS!

  • @blackhorseranchresources4179
    @blackhorseranchresources4179 3 года назад

    Great video, how do you do a 2 password form to verify password? This was a huge help and will try it next.

  • @sandiverley1220
    @sandiverley1220 3 года назад

    Fantastic thank you for sharing. Looking for time sensitive info for wix memberships

  • @elstoic342
    @elstoic342 4 года назад

    The video is very helpful but my create profile button wont navigate. I am guessing its the absence of the codes under that video. you help please?

  • @thekirlianeffect2635
    @thekirlianeffect2635 4 года назад +1

    Wait wait, supercool.. but, once someone create a profile, how can he/she modify it in case the day after they want to change their picture for instance?

    • @ginageraci4376
      @ginageraci4376 2 года назад

      Wix Training Academy...can you answer this? Several people would like to know the answer! Thanks

  • @kevinwright282
    @kevinwright282 4 года назад

    Hi MPS. I'm looking for an "online" indicator, for my p2p ecommerce sneaker site. I will have two types of members, (maybe three). (1)seller, (2)buyer, (3)guest. I want the seller to indicate their online status when they log on through their member page. It will display like a little round green light on a profile. The style is not important at the moment. This feature is only for the seller. Other features like displaying online sellers before offline sellers is not a priority at the moment. I'm searching Corvid, Apps on Edit, and through videos. Can you provide a little insight?

  • @user-sm6qz3xg1i
    @user-sm6qz3xg1i 4 года назад +8

    Thank you for this, but now, how do I give a verified badge for certain account? Can you make tutorial on this?

  • @longnightgamers5010
    @longnightgamers5010 4 года назад +2

    Hey great video Michael! We're building a social network which should change the digital world a little bit. Not so much ads and this stuff. A clean, userfriendly network. Do you wanna help us?

    • @TheWixTrainingAcademy
      @TheWixTrainingAcademy  4 года назад +1

      Shoot me an email: info@wixmywebsite.com and let me know what you have in mind!

  • @ShayYusfan
    @ShayYusfan 4 года назад

    Thanks Michael, but it seems that the 2 phase registration created 2 different profiles lines in my database, one with the email and the password and the second with the additional profile information. Please advise?

  • @cud9104
    @cud9104 Год назад

    can the admin have the total access to create/read/update/ delete all the users input in here?

  • @josieneglia
    @josieneglia 4 года назад

    Question: I already have a members area for paid subscribers but I want to know if someone pays me manually, how can they add their own profile and how do I give them access to the paid members area - (clarification) without filling out their information manually MYSELF, can I give them a link so that they can fill out their own profile info and access paid material?

  • @anudeepreddy1722
    @anudeepreddy1722 4 года назад

    Hey man! This tutorial is a savior! i've followed all your steps, however, from the profile creation page, when the user clicks submit, it isnt redirected to the user's dynamic page. Please Help.

  • @markrome992
    @markrome992 4 года назад

    Is the Profile Creation page a "members only" page? Would like to see your settings for that page

    • @TheWixTrainingAcademy
      @TheWixTrainingAcademy  4 года назад

      Yes, it can and should be, as they need a membership to be able to login to their page

  • @kellycooper3245
    @kellycooper3245 4 года назад

    Great tutorial, really cleared things up. but at 6:00 in the code at the 9th line it says 'wixusers' and it is underlined red in my codes when i pasted it, how do I fix this?

  • @leof240
    @leof240 3 года назад

    hi there! is it possible to build a registration page with a Wix Form multistep? I need to create a multi-field form for people to register.

    • @TheWixTrainingAcademy
      @TheWixTrainingAcademy  3 года назад

      Yes, will need to make a video on this. You follow the same basic process though, but instead of just email and password, you would add your additional fields.

  • @intercommradio7372
    @intercommradio7372 4 года назад

    This will also work in a lightbox? Am fixing to find out lol

  • @akshaysp5905
    @akshaysp5905 4 года назад +1

    Great video. It has been done before actually. I really wanted some insight on how to create a private and group chat in your social network website😁😁😁

  • @uncr3ditedcreator564
    @uncr3ditedcreator564 4 года назад

    Thank you for the video. Can you explain how to send an automatic response "Thank you" email for registering to the registrar? Also is there a way to have them verify registration via email so that the site's database is not harboring bogus emails.

  • @Exendes
    @Exendes 3 года назад

    So how do i connect the login form to the database to check if account is in the database

  • @krystalthom
    @krystalthom 4 года назад +1

    Awesome! Thx so much for the info.

  • @brookecarlton2205
    @brookecarlton2205 3 года назад

    My question is, can a member add more than one profile? I am working on our club wrestling page and some parents have more than one child. It would be so much simpler if there was a way to create multiple profiles under one member profile

  • @myerzmedia839
    @myerzmedia839 4 года назад +1

    When someone logs in how does that information translate to what dynamic user page is displayed.

  • @omegasrk
    @omegasrk 4 года назад +1

    so how did you become expert in wix , is there any course Officially from wix

    • @TheWixTrainingAcademy
      @TheWixTrainingAcademy  4 года назад

      I started on Wix 8+ years ago and just taught myself through practice after practice!
      At one point, Wix had a certified Wix Trainer course called WixEd, but they got rid of it.

    • @omegasrk
      @omegasrk 4 года назад +1

      @@TheWixTrainingAcademy Um!!! I thought Wix launched Early Years🙄

  • @bernebros488
    @bernebros488 4 года назад

    Great video and I'm learning a lot from your tutorials.
    Unfortunately I'm having a problem with the registration page.. I follow your exact steps and enter your code with the same ID as you do but the registration button won't forward me from the registration page to the profile creation page? Could you or anyone help me?

  • @podcastdoctorcourse5296
    @podcastdoctorcourse5296 3 года назад

    Hello! When someone sing in into members area.. how to transfer name and email into convertkit database? Zapier doesn't work...

  • @stacynmark
    @stacynmark 2 года назад

    I am trying to create a custom registration form. I tried to create a password field and am not provided a "password" field type. What am I doing incorrectly? Thank you.

  • @OridaTech_zone
    @OridaTech_zone 3 года назад

    Hello sir, where can I find the code ? I was trying to search and  make the Custom Member Profile Registrations page. I was able to make the REGISTRATION page, s it doesn't take me to the CUSTOM PROFILE PAGE. Please advise me what I could do.

  • @moniquewilson3769
    @moniquewilson3769 4 года назад

    Hi. Everything works except when I go to profile creation it does not go to the profile page. Is there code for that?

  • @ofn68
    @ofn68 4 года назад +1

    Very nice video! How to make users edit or delete their profiles?

  • @kingblazebeats
    @kingblazebeats 3 года назад

    There are quite a few steps missing from this video. When they create a username and password, is that added to the database before they go to the profile creation page? How does on update their data? How do they even access this page? Does the wix login need to be deleted and a new login link need to be created? I'm sure there are more questions that need to be answered, but this does leave me half done here.

  • @intercommradio7372
    @intercommradio7372 4 года назад

    I have a quick question! (right lol) Do I have to have the "code" for each or any registration form I build for my wix websites?

    • @TheWixTrainingAcademy
      @TheWixTrainingAcademy  4 года назад +1

      No...depends on what you’re looking to accomplish

    • @intercommradio7372
      @intercommradio7372 4 года назад

      @@TheWixTrainingAcademy excellent, thanks! just simple things lol

    • @intercommradio7372
      @intercommradio7372 4 года назад

      @@TheWixTrainingAcademy I'm working on a "comments" section for my website!

  • @mrenigma7134
    @mrenigma7134 3 года назад

    For some reason ... My information is saving to the DB I created, but it's not automatically moving me to the profile page when the button is clicked. I can go into the content manager and the profile is there, but it isn't being displayed on another page when I click 'Save profile'.

    • @mrenigma7134
      @mrenigma7134 3 года назад

      Managed to work through that issue, but now for some reason whenever someone visits the 'create profile' page ... They are seeing my information. This is an incredibly backwards way of doing things. Lol.

  • @leonm3997
    @leonm3997 4 года назад

    Hi, I was wondering how i could 'modify' this in order to make the dynamic profile page ONLY accessable for the owner. So basically: A user submits its profile and is linked to his own dynamic page. And when he comes back, he can log in with his information and redirected to his own dynamic page?
    I really hope to get an answer. No one answers youtube comments these days...
    Thanks in advance

    • @leonm3997
      @leonm3997 4 года назад +1

      I read it again and realized it's not clear :). What i want is when a user returns and already created an account. I want a login form. When an existing user logs in, it redirects to his profile page he created earlier. How can i do this?

    • @sukasuki4461
      @sukasuki4461 4 года назад

      i'm also have the same problem

  • @Akseleu
    @Akseleu 4 года назад

    Why is it not working? I used codes from the Wix Training Academy site, named the registration page same as on the video, but when I click to register the button simply does not work, no action takes place. Is it because wix updated smth or have I done smth wrong?

  • @lerodricksims5560
    @lerodricksims5560 4 года назад

    Great video!!! This was exactly what I think I was missing. #Mike!!!

  • @andreykanareyka9931
    @andreykanareyka9931 4 года назад +1

    Really helpful. Thank you!

  • @HRtubevid
    @HRtubevid 3 года назад

    Please, how can I add a private page for each member?

  • @MontagueFlips
    @MontagueFlips 4 года назад

    Are Owners of the site able to change members passwords if they lost them? or the only way to do that is they have to hit "forgot password"

  • @obipriest
    @obipriest 4 года назад

    Thanks a million... Was helpful af.....

  • @brittneykerr4118
    @brittneykerr4118 3 года назад

    How can I create a baby registry for my clients to choose any item from my inventory list to add to their baby registrys from my wix website

  • @marcusbtube
    @marcusbtube 3 года назад

    How can I add for credit card payment registration?

  • @davemuckle4407
    @davemuckle4407 4 года назад

    No matter what I do I can’t get the create profile to submit and show on a profile completed page. I’ve done everything. HELP. By the way the videos are great. Dave UK.

    • @TheWixTrainingAcademy
      @TheWixTrainingAcademy  4 года назад

      Thank you! Are you properly linking the page extension in the code exactly how it reads

    • @davemuckle4407
      @davemuckle4407 4 года назад

      Wix Training Academy Yeah. I had member approve switched on. Took me all day. 😳😳🤣