I want to use either form a or form b. if user enters a for example, i will use form a..if he enter b i will use form b. how can i do this????? i cant do a form in script
you can do a form in script. it all depends on your markup - basically, in html, compose both forms and set them to have display: none. then create a system whereby you get to pick which one, attach events to the 2 options - then on the click, set the display to block/inline to the relevant form and enjoy! good luck