Give me sign up and login page ui functionality in canvas app
Loading
Give me sign up and login page ui functionality in canvas app
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tuhin PaulPosted Oct 17, 2024, 3:21 AM
The Sign Up page allows users to create a new account by entering necessary information like username, email, password, and confirming their password.
UI Elements:
Steps to Create the UI:
Text Input Fields:
HintTextproperty for placeholders like "Enter Username" and "Enter Email".Modeproperty toPasswordfor secure input.Sign Up Button:
Textproperty to "Sign Up".Error Label:
Textproperty dynamically based on the validation logic.Logic for Sign Up Validation and Submission:
Validate Input:
Muhammad Imran AnsariPosted Oct 16, 2024, 1:11 PM
Hi Divya,
Have you tried this?
https://www.c-sharpcorner.com/article/how-to-create-login-page-in-powerapps-using-sharepoint/
Thank you.