Re: Can a create web pages directly from FormBuilder results
Posted: Tue Mar 11, 2014 11:05 am
Right away, I could only think of a UDT that creates this file. This wouldn't be a big deal.
More elegant would be of course a CMSMS-Page.
This you could achieve using the query-string, like ;http://www.yourDomain.tld/staff.htm?member=John
And then you populate that page from FormBrowser according to the query-string-variable "member". {$smarty.get.member}
More elegant would be of course a CMSMS-Page.
This you could achieve using the query-string, like ;http://www.yourDomain.tld/staff.htm?member=John
And then you populate that page from FormBrowser according to the query-string-variable "member". {$smarty.get.member}