Book Image

Learning Axure RP Interactive Prototypes

By : John Krahenbuhl
Book Image

Learning Axure RP Interactive Prototypes

By: John Krahenbuhl

Overview of this book

Table of Contents (16 chapters)
Learning Axure RP Interactive Prototypes
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
3
Registration and Sign In
4
Dynamic Content Management
5
Product Pages and Interactions
6
Search and Search Results
Index

Chapter 3. Registration and Sign In

Inline Field Validation provides users real-time feedback. The feedback is localized to the field of interaction and causes minimal disruption to the task flow. Inline Field Validation enables users to quickly recover from errors, and it occurs prior to the user submitting a form. If the user submits the form before resolving the error, a global error message will be displayed in addition to the individual field error messages.

By creating an Inline Field Validation master, we have a single place to update validation rules. We will also be able to use the Validation master on both our Registration and our SignIn pages. We will now create Registration variables, an Inline Field Validation master, a Registration page, and a SignIn page.

In this chapter, we will learn about:

  • Defining Registration Variables and Inline Field Validation

    • Creating Registration Variables

    • Creating an Inline Field Validation master

  • Creating our Registration page

    • Validation and Feedback...