I know that <form>> tags don't work with the text/html module and I know how to get around that if sending information to an external site (like paypal). But I'm trying to make a form so that people can send their information to my (my site). For example the form would include things like: Name: ________________ Hours of Operation: ______________ General Information: ________________ SUBMIT "Submit" would sent the information to my email for example. Is there a way to do this using a text/html module? Thanks!
Thanks, I've created an html page and uploaded it to the server, and I'm viewing it via the IFRAME module, is there somewhere I can go to read up on how I can get the information submitted to my email?
The IFRAME can be implemented like the following code by changing your src and height/width as required to display your own form.:
<iframesrc="http://www.snapsis.com/portals/0/Adsense/GoogleSearch.html"width="350"height="30"frameborder="0"scrolling="no"marginheight="0"marginwidth="0">iframe>
DotNetNuke® is a registered trademark of DotNetNuke Corporation