injecting data into database, from form...BUT form embedded on a regular CMS list page?
4 posts by 3 authors in: Forums > CMS Builder
Last Post: September 4, 2012 (RSS)
By Codee - August 30, 2012
Re: [equinox69] injecting data into database, from form...BUT form embedded on a regular CMS list page?
You didn't post the code you were using, but I don't see why it shouldn't work.
I'd give it a try on a test page and see what specific issues (if any) present themselves.
Jerry Kornbluth
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php
Re: [equinox69] injecting data into database, from form...BUT form embedded on a regular CMS list page?
By Jason - September 3, 2012
This shouldn't be a problem. You should be able to use an include to place your form on any page.
For example, if your page was called "myForm.php", you could include it like this:
<?php include("myForm.php");?>
Hope this helps
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Re: [Jason] injecting data into database, from form...BUT form embedded on a regular CMS list page?
By Codee - September 4, 2012