Page 1 of 1
Re: Where does FormBrowser keep its data?
Posted: Sat Jan 28, 2012 1:08 am
by eferrini
Good question. I'm looking for this too. I don't see it in the database, but results are getting stored somewhere. Is it a flat file? Can't find one.
Thanks to anyone that knows.
Re: Where does FormBrowser keep its data?
Posted: Sat Jan 28, 2012 1:12 am
by eferrini
Found the answer in another thread. It's in the fb_formbrowser table stored as XML.
http://forum.cmsmadesimple.org/viewtopi ... =7&t=52456
Re: Where does FormBrowser keep its data?
Posted: Sat Jan 28, 2012 4:11 am
by MantaPro
You approach should work fine, small suggestion - a slight refinement. It can all be done within CMSMS. At step 2 in the formbrowser page in your frontend, make the link using cms_selflink/formbrowser to a page within CMSMS, in that page execute a UDT which sends the email and updates the 'Confirmation Sent' property, assigns a smarty variable on success/failure then back in the CMSMS page you can show the message saying email sent successfully