Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#101 2015-09-16 13:53:36
- etc
- Developer
- Registered: 2010-11-11
- Posts: 4,079
- Website
Offline
#102 2015-09-16 14:15:05
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,236
Re: mem_form - Generic HTTP form processing
etc wrote #294894:
Unfortunately, it needs php 5.3 at least.
If that’s not an option, mjut, I think I remember using rah_replace for adding placeholder values.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#103 2016-04-24 08:22:38
- Dragondz
- Moderator
- From: Algérie
- Registered: 2005-06-12
- Posts: 1,383
- Website
Re: mem_form - Generic HTTP form processing
Hi Guys,
need to have a hint if possible.
I want to use mem_form to collect data that serve to generate a pdf document using dompdf, but the constraint is the url that used to generate the pdf is different from the form url, i thinked to use the redirect option of mem_form, but then how to get the data?
Right now i use a normal form putting the pdf url on the action, and using $_POST array to retreive data.
Thanks for your hints if any.
Offline
#104 2020-12-20 16:33:22
- ovekaaven
- New Member
- Registered: 2017-02-27
- Posts: 2
Re: mem_form - Generic HTTP form processing
The download links for this have been broken for a while. Is there a current alternative? I just need something to handle the basics of web security for me, such as nonces to prevent cross-site attacks.
The only thing I’ve found so far in the way of alternatives is com_connect, where it might be possible to override the delivery callback and e.g. look at the subject to figure out which form was submitted and handle it accordingly, I might do that if necessary, but obviously a proper form plugin would be preferable.
Last edited by ovekaaven (2020-12-21 19:44:52)
Offline
#105 2020-12-20 18:23:08
- Bloke
- Developer
- From: Leeds, UK
- Registered: 2006-01-29
- Posts: 9,996
- Website
Re: mem_form - Generic HTTP form processing
I have a copy I’m hacking for recent versions of Textpattern. I’ll try and dig it out today or tomorrow and get it to you.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline