Jump to content

Recommended Posts

Posted

Hello!

I am developing a website/app using the ProcessWire framework. Just for testing purposes, I have created a custom index.html page which takes care of the ui for registration and login. The registration will ask the user for a few questions, and when the Register button is clicked it will register the user and possible add it to a database. Multiple users with the same information cannot be created. I am totally lost on how to do this. I have also included my index.html page for reference. It is still a work in progress.

Please do let me know. I am creating something of this sort for the first time ever.

tennis.zip

Posted

Note that users are pages in processwire. You can see them in the page tree under Admin › Access › Users. The API shows you how to create a new user programmatically at the bottom of this page. If you want to attach more info to a user, you can probably modify the user template directly from the admin backend. Under templates, select Show system templates from the filter menu. Hope this helps you get started!

edit: whoops, I somehow expected this to be markdown formatted :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...