
Hey all,
first message post, bit of a newbi... was wondering on some simple advice from anyone if they could.
Have made a form page (s/w using is .NET) with text boxes, checkboxes and drop down menus etc,
objective is to just making a simulated checkout shopping cart thingy
would like to be able to display the results entered on another page linked to after hitting the submit button.
[] couple of restrictions in place:
* all fields need data (apart from checkboxes, they are the product selected, only need one box checked)
=> output = display error page
* limit on 4 digits per credit card box
* Also limit of 3 digits on pin verification
[the above 2 lmits refer to the last two textboxes]
i just chopped the code from .NET into notepad and uploaded it, would be MASsiF grateful if someone could bigup to me.
CHEERS ALL