Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#217 2008-02-15 21:02:41
Re: zem_contact_reborn 4.0.3.20
well I don’t really want to give you login details in the forum, but you can e-mail me at ‘submit at maostudios dot com’ and I will give them to you through direct e-mail.
I tried what you suggested and it didn’t dump anything on the screen – it sent me to the confirmation page.
Offline
#218 2008-02-15 21:10:47
Re: zem_contact_reborn 4.0.3.20
Don’t redirect to a confirmation page, that prevents debug message from showing up.
Offline
#219 2008-02-15 21:14:21
Re: zem_contact_reborn 4.0.3.20
I removed redirect=“contact/confirmation” from the tag, but it still didn’t dump anything…
[Ruud: solved, example code in earlier post updated]
Last edited by ruud (2008-02-19 14:57:50)
Offline
#220 2008-02-19 10:58:16
- ricoschette
- Member
- From: Estonia
- Registered: 2005-09-17
- Posts: 176
Re: zem_contact_reborn 4.0.3.20
How could this be done?
After submitting order form, like here, the e-mail that is sent out would have DIFFERENT HEADER every single time.
For example, first e-mail sent (order actually) has “Order Number 001” in header, 2nd has “002”, etc.
Or smth like that… ?
Can it be done?
Last edited by ricoschette (2008-02-19 10:59:21)
Offline
#221 2008-02-19 14:59:52
Re: zem_contact_reborn 4.0.3.20
You’d have to store the order number somewhere in the database, otherwise ZCR has no way of remembering it. I’d use the preferences table for this… or the custom field of an article, if you’re putting the contact form on an article page. You can use the zemcontact.submit callback event to call a function in a plugin that will update the counter and modify the subject line accordingly.
Offline
#222 2008-02-19 17:02:16
- ricoschette
- Member
- From: Estonia
- Registered: 2005-09-17
- Posts: 176
Re: zem_contact_reborn 4.0.3.20
ruud wrote:
You’d have to store the order number somewhere in the database, otherwise ZCR has no way of remembering it. I’d use the preferences table for this… or the custom field of an article, if you’re putting the contact form on an article page. You can use the zemcontact.submit callback event to call a function in a plugin that will update the counter and modify the subject line accordingly.
Yes.
What do you mean by ‘preferences table’?
This is the form.
I will check out this callback event.
Tnx
Offline
#223 2008-02-19 18:57:33
Re: zem_contact_reborn 4.0.3.20
The table called ‘txp_prefs’ in your TXP database.
Offline
#224 2008-02-19 20:56:53
- ricoschette
- Member
- From: Estonia
- Registered: 2005-09-17
- Posts: 176
Re: zem_contact_reborn 4.0.3.20
Ok, I’ve no idea how to put that in my use… :(
Offline
#225 2008-02-20 08:23:57
Re: zem_contact_reborn 4.0.3.20
Ricoschette, send me an email with the exact details of what you’re trying to do, and I’ll try to help ;)
Offline
#226 2008-02-21 09:19:29
- ricoschette
- Member
- From: Estonia
- Registered: 2005-09-17
- Posts: 176
Re: zem_contact_reborn 4.0.3.20
ruud wrote:
Ricoschette, send me an email with the exact details of what you’re trying to do, and I’ll try to help ;)
Done. Let me know if you need more info.
Offline
#227 2008-02-22 17:19:49
Re: zem_contact_reborn 4.0.3.20
Is this plugin working properly in version 4.0.6 ?
My form on my local server is not working properly and I’m trying to debug.
Art Rogue – Fine Art Photography
Offline
#228 2008-02-22 17:34:37
Re: zem_contact_reborn 4.0.3.20
It should work just fine in 4.0.6. Can you provide more details about the ‘not working properly’ part?
Offline