I wrote my form up and then wrote a cgi script to display the form almost identically to the machform version (even uses the same css) and it just pulls the data out of the database, however the date comes out of the database like this
"1999-11-30 "
I looked through the view_functions.php and saw it was all set to European date, yet on the form itself, it is
mm dd yyyy, which is what i want. How can I get the date to store in the database in mm-dd-yyyy format?
also, is there a way for text boxes to understand line breaks. So if someone types multiple paragraphs (by hitting return), they dont just bleed together? I know you can use html in the text box, but that isn't an option for the end users.