Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
How use misc_form in another application
Hallo, i have got textpattern installation with reusable footer and header. And now I have got another application (in java, but that does not metter) and I want use the footer in the application. So I need from textpattern possibility to export form by url e.g. http://site.com/textpattern/form/footer (anything)
Can it textpattern do?
Thanks a lot, I have been searching, but I can not found anything.
Offline
#2 2006-09-15 21:26:59
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: How use misc_form in another application
If you wrote a custom plugin, yes, I think so.
Offline
#3 2006-09-16 01:33:54
- zem
- Developer Emeritus

- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: How use misc_form in another application
You could do this by creating a special section with a page template that contains only a single tag:
<txp:output_form form="footer" />
Of course it’ll depend on the contents of the footer form as to how well this works.
Last edited by zem (2006-09-16 01:34:42)
Alex
Offline
Re: How use misc_form in another application
I use mcw_templates on my sites, it saves off your pages, forms and css to html files in your web space.
You can then use whatever to read these files from that directory.
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline