1
Not sure if this is the best place to ask this question, but here it goes.
I have a pretty simple module that I wrote in HTML/PHP that gathers information in a regular html form and then posts that infomation to a PHP page which then stores the entries in a database.
This has worked well for a long time on my website. But some of my users want the detail section of that form, which is a standard HTML textarea, to make use of the DHTMLTextEditor for editing and viewing. Is there a sample or tutorial on how to how to do this?
Currently the form does not make use of any Templates. Just a raw html form where the only think I check is to make sure the user is a valid XOOPS users, and then I store their user ID as part of the entry.
Thanks in advance,
-Kev