- A short summary describing how interactive websites are used and
a suggested technique that can be used to enable this
The marketing team wants to know if they can receive user feedback from a website. Write a short summary describing how interactive websites are used and suggest a technique that can be used to enable this. This could involve the use of a front end data capture form with some validation database to store the user input
24 visitors online now
22 guests, 2 members
Powered by Visitor Maps
April 24, 2010 at 12:13 pm
Hi Ayesha A,
I primarily code in PHP and MySQL for this.
The front end is HTML, CSS, and Javascript.
I create an HTML form with text inputs, list boxes, radio buttons, checkboxes and submit/cancel/reset buttons.
The form is typically set up like this:
[Translate]