Iniciar Solicitud Page (iniciar-solicitud.html)
The “Iniciar Solicitud” (Start Request) page is the second step in the appointment booking flow, where users choose their preferred method of identity verification before proceeding with the appointment form.Purpose
This page serves to:- Provide multiple authentication paths for different user needs
- Allow users to proceed with DNI/NIE data
- Offer secure electronic certificate authentication (Cl@ve)
- Set the stage for the appointment booking form
Page Structure
Header
Identical to the home page header, maintaining consistent navigation throughout the application.Main Title Section
Authentication Options
The page presents two authentication methods:Con datos del DNI/NIE
Con datos del DNI/NIE
Purpose: Standard authentication using identity document informationTarget Users:Navigation: Proceeds to
- Citizens with current DNI/NIE
- Users comfortable providing document details
seleccionar-cita.htmlIcon: ID card SVG icon for visual recognitionCon certificado electrónico
Con certificado electrónico
Purpose: Enhanced authentication using electronic certificate (Cl@ve system)Target Users:Navigation: Proceeds to
- Users with electronic DNI (DNIe)
- Citizens with digital certificates
- Users seeking faster, more secure authentication
seleccionar-cita.htmlIcon: Key SVG icon representing secure accessCl@ve is Spain’s electronic identification system that allows citizens to access public administration services online using their digital certificate or electronic DNI.
Information Section
Critical Reminder:
- Physical presence is mandatory for DNI issuance
- Appointments are personal and non-transferable
User Flow
Review authentication options
User evaluates the two authentication methods:
- Standard DNI/NIE data entry
- Electronic certificate (Cl@ve)
Select authentication method
User chooses their preferred authentication path based on:
- Available credentials
- Comfort level with technology
- Desired speed and security
Visual Design
Layout
- Two-column grid: Options displayed side-by-side on desktop
- Responsive: Stacks vertically on mobile devices
- Card-based design: Each option presented as a distinct card
Icons
- ID Card icon: Represents traditional document authentication
- Key icon: Represents secure electronic authentication
- Info icon: Highlights important information
Styling
The page uses three CSS files:style.css- Base stylesheaderfooter.css- Header and footer stylinginiciar-solicitud.css- Page-specific styles for authentication options
Technical Implementation
Meta Information
Navigation Links
Both authentication options currently link to the same destination:In a production implementation, the electronic certificate option would likely integrate with Spain’s Cl@ve authentication service before proceeding to the form.
JavaScript
Includesindex.js for:
- Mobile menu functionality
- Interactive UI elements
Accessibility Features
- Semantic HTML with proper heading hierarchy
- SVG icons with descriptive paths
- High contrast between text and background
- Clear, actionable button labels
- Keyboard navigation support
Security Considerations
Standard Authentication (DNI/NIE)
- Users will enter sensitive document information on the next page
- Data should be transmitted over HTTPS
- Input validation required on form submission
Electronic Certificate (Cl@ve)
- Integrates with Spanish government authentication system
- Provides higher security through certificate validation
- May auto-fill user information from certificate data
Design Decisions
Why Two Options?
- Accessibility: Not all users have electronic certificates
- User preference: Some prefer traditional methods
- Technical capability: Electronic certificates require card readers or compatible software
- Inclusivity: Ensures all citizens can access the service
Equal Visual Weight
Both options are presented with equal visual importance:- Same card size and styling
- Similar icon complexity
- No visual hierarchy suggesting preference
Related Pages
- Home - Previous step
- Seleccionar Cita - Next step for both authentication paths
- Resumen - Final confirmation page