Advanced Form Question - 2/27/2001 20:44:00
FP2000Hola Everyone... VISION: User enters 'something' into a form field - the form field passes that 'something' to my next page - BUT - (and here is my question) along the way that 'something' has stuff added to the begining and end of it. (i.e. user enters 'blah' in the form field but the variable I want passed is '<b>blah</b>' -- in the same formfield if someone entered 'doggie' the variable passed would be <b>doggie</b> ) In this example I want <b> added to the start of the string they enter and </b> added to the end. Second example just to be clear: So in another form the user enters 'daddy' or 'mommy' in a different formfield and the resulting variable that is passed is <a href ="link1">daddy</a> or alternatively <a href="link1">mommy</a> In this second example I simply want to add: <a href="link1"> to the begining of their input and </a> to the end of their input QUESTION : can this be done and if so how ? Thanks in Advance - hope its clear - or not over-explained Oznob
|