The second page should contain a form to capture potential buyers' expression of interest following a property inspectio
Posted: Sat May 14, 2022 7:23 pm
The second page should contain a form to capture potential
buyers' expression of interest following a property inspection. The
form should contain the following fields: • Name • Phone number •
Address of the property the user is interested in • The price that
the user is offering on the property When the form is submitted,
all fields in the form should be validated on the client side using
JavaScript according to the following rules: • All fields must be
filled out • The phone number field should only contain numbers •
The price that the user is offering on the property must not be
negative 3 If the form validation is not successful, an alertshould
inform the user what field has an error and what the error is. If
the form validation is successful an alert should inform the user
that the form has been submitted. When this happens, you should
reset all fields in the form. Additionally, you must use at least
three of the following events in your form: Onblur, Onchange,
Onsubmit, Onfocus and Onreset.
use html css and javascript
buyers' expression of interest following a property inspection. The
form should contain the following fields: • Name • Phone number •
Address of the property the user is interested in • The price that
the user is offering on the property When the form is submitted,
all fields in the form should be validated on the client side using
JavaScript according to the following rules: • All fields must be
filled out • The phone number field should only contain numbers •
The price that the user is offering on the property must not be
negative 3 If the form validation is not successful, an alertshould
inform the user what field has an error and what the error is. If
the form validation is successful an alert should inform the user
that the form has been submitted. When this happens, you should
reset all fields in the form. Additionally, you must use at least
three of the following events in your form: Onblur, Onchange,
Onsubmit, Onfocus and Onreset.
use html css and javascript