Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2019-03-09 20:02:57

mrdale
Member
From: Walla Walla
Registered: 2004-11-19
Posts: 2,215
Website

Frontside forms that post to database tables

Is there a plugin that does this?

Offline

#2 2019-03-09 20:44:51

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,269
Website GitHub

Re: Frontside forms that post to database tables

Manfre had one. I think it was mem_simple_form, of which there were several specific variants for (e.g.) the textpattern table.

None of his Txp plugins seem to be on his public Git/Bitbucket repos though (as far as I could find), so you’ll have to hunt or ask around to find copies.


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

#3 2019-03-09 20:52:48

jakob
Admin
From: Germany
Registered: 2005-01-20
Posts: 4,595
Website

Re: Frontside forms that post to database tables

Yep, mem_simple_form was the one – and if you need to edit details, you’ll need smd_query to populate the fields. There was just the one of that plugin.

Then there was mem_moderation that submitted the form details to a moderation queue. That had different variants, article, link, image etc. The last time I tried it, it was flaky with txp 4.7.

Either way, you can find versions of them on Manfres bitbucket repo.

Stef, can this now be done with an additional plugin that hooks into the save event of com_connect ?


TXP Builders – finely-crafted code, design and txp

Offline

#4 2019-03-09 21:12:11

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,269
Website GitHub

Re: Frontside forms that post to database tables

jakob wrote #316944:

can this now be done with an additional plugin that hooks into the save event of com_connect ?

Yes. The MailChimp module I wrote (which needs updating to the latest API version) shows the principal of diverting submitted content to an external source. That approach can be used as the basis of inserting data anywhere. Up to you to sanitize it of course :)


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

#5 2019-03-10 06:31:12

gomedia
Plugin Author
Registered: 2008-06-01
Posts: 1,373

Re: Frontside forms that post to database tables

adi_contact

… but whether it’s 4.7 or com_connect compatible is another question

Offline

Board footer

Powered by FluxBB