Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Add booking reference field to the data entry form Modify tma02_data_form.php to provide a labelled text field to accept a string of 9 characters in

Add booking reference field to the data entry form

Modify tma02_data_form.php to provide a labelled text field to accept a string of 9 characters in the data entry form.

Mike wants to also capture the booking reference in the form.

Add a label with the text Booking Reference and a corresponding text input field, and feedback element to the data entry form. Note that the input field should have a size limit of 9 characters and must be completed with 9 characters by the user. Mike does not want to capture information other than from customers, so every entry will have a booking reference. When the limit is reached it should stop accepting characters, but no message should be produced. Your new form field should have a suitable and meaningful name attribute and use the same name as its id.

The field value should be empty when the page loads.

If you examine the supplied code carefully and observe how the current labels, fields and feedback are implemented, these will give you a good framework from which you can create the additional label, field and feedback element.

image text in transcribedimage text in transcribedimage text in transcribed

p label for="firstname" First name: / label " onchange="validate(event.target)" /> / span /p p label for="lastname" Last name: / label " onchange="validate(event.target)" / > / span /p p label for="email" Email

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Describe the relationship between relevance and accuracy.

Answered: 1 week ago

Question

2. Describe how technology can impact intercultural interaction.

Answered: 1 week ago

Question

7. Define cultural space.

Answered: 1 week ago