Hi!
How do I do this?
I need to add code/text (like <br><br> etc.) after input, if the input is made, in specific field-name.
For example:
IF the user adds text in field INFO, then the system adds two line feeds in the final page, but doesn't show those codes on input text box (or elsewhere).
info => [2, 'alpha', 40, 255, 0, '<br><br>', ''],
This ^ allmost does it, but the <br>:s are visible in the input box, which I don't want to show. It also confuses the user...and if those are removed, it doesn't (off course) work anymore.
I belive I have to modify the db.cgi, but how...?
Maco
How do I do this?
I need to add code/text (like <br><br> etc.) after input, if the input is made, in specific field-name.
For example:
IF the user adds text in field INFO, then the system adds two line feeds in the final page, but doesn't show those codes on input text box (or elsewhere).
info => [2, 'alpha', 40, 255, 0, '<br><br>', ''],
This ^ allmost does it, but the <br>:s are visible in the input box, which I don't want to show. It also confuses the user...and if those are removed, it doesn't (off course) work anymore.
I belive I have to modify the db.cgi, but how...?
Maco

