Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#757 2010-04-07 09:25:25
Re: zem_contact_reborn 4.0.3.20
The problem is that it has to be client-friendly; so no phpAdmin. I’m not good in PHP either, my skills just reach to editing. ;-)
That’s why I use TXP :-)
Last edited by Piru (2010-04-07 09:25:43)
Offline
#758 2010-04-07 10:09:16
Re: zem_contact_reborn 4.0.3.20
I didn’t understand if you want the data mailed or stored, but if you just want them stored (appended) in a csv file, you can write your own form and then use a scrip. A random google search gives me this example
Offline
#759 2010-04-07 12:13:52
Re: zem_contact_reborn 4.0.3.20
Hi Datorhaexa,
that’s about the only usefull script I found when Googling. It does exactly what I want, but it’s “standalone”.
The reason why I’m asking if there is a Textpattern (ZemContact or other) solution for this, is automation. It would be much easier for me to link it to a series of different events (articles), generating a CSV for each single event, by using ZemContact. Thus without having to program in PHP, a language I know little about.
I don’t know if I’m being clear?
I’ll try to explain a bit better: I have a client who wishes to hold seminars a couple of times a year. I was thinking about using articles as these seminars (events). The client wishes to have a .CSV/.XLS with bookings for each seminar (hence automated, located in a map on the server — no PHPmyAdminstuff, no interfernce of the developper).
Thus, I was just wondering if it was possible (i.e. maybe there is an extension to ZemContact I don’t know about) to export to CSV instead of mailing the form to the recepient address.
If not, I’ll try to use the above mentoined script. :) Thanks for the replies anyway!
Last edited by Piru (2010-04-07 12:15:12)
Offline
#760 2010-04-07 20:37:52
- progre55
- Member
- Registered: 2006-05-02
- Posts: 668
Re: zem_contact_reborn 4.0.3.20
Any assistance would be greatly appreciated.
I hve used this plug in before, but on a new site I am developing, for some reason I am now unable to get the label and the field on the same line even if I use – break “”. Has anyone else had this problem?
progre55
Last edited by progre55 (2010-04-07 20:38:24)
Offline
#761 2010-04-07 21:02:31
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: zem_contact_reborn 4.0.3.20
Has anyone else had this problem?
Yes, TheEric/ebl and some more. (Edit: Different story. Nevertheless: Same solution viable.)
Remedy: Cut it out. I think among my last 50 posts or so are more than 20 where I link to Jukka’s rah_replace :)
Last edited by uli (2010-04-07 21:07:13)
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#762 2010-04-08 12:14:17
Re: zem_contact_reborn 4.0.3.20
Piru,
Postmaster lets you export a tab delimited text file from the extensions tab.
In the postmaster extension you can create a unique list for each event and add a drop-down of event-names to your registration form.
Or, if you want a specific registration form for each event run by your client, include the registration form in the same article with the following line:
<txp:zem_contact_secret name="zemSubscriberLists" label="list name" value="puteventnamehere" />
Offline
#763 2010-04-08 13:53:26
- progre55
- Member
- Registered: 2006-05-02
- Posts: 668
Re: zem_contact_reborn 4.0.3.20
Uli:
Thanks.
progre55
Offline
#764 2010-04-08 14:43:29
- ricoschette
- Member
- From: Estonia
- Registered: 2005-09-17
- Posts: 176
Re: zem_contact_reborn 4.0.3.20
colak wrote:
ricoschette wrote:
Or is there another solution for image/file upload in TXP forms?
did you check Steve’s Anonymous File Upload?
Yes, but he said that it can’t be done what I need :(
So, all suggestions are welcome!
Last edited by ricoschette (2010-04-08 14:44:40)
Offline
#765 2010-04-10 16:45:22
- sereal
- Member
- From: Indonesia
- Registered: 2010-02-18
- Posts: 55
Re: zem_contact_reborn 4.0.3.20
hi,
I try to use this plugin on my site but it seems not working :(
I put this ZCR on a pageslide section – using jQuery Pageslide from this website: srobbin pageslide
I have no idea what is wrong
I use these tags
<txp:zem_contact to="mymail@gmail.com" thanks="Thank you" label="">
<txp:zem_contact_serverinfo name="REMOTE_ADDR" label="IP number" />
<txp:zem_contact_serverinfo name="HTTP_USER_AGENT" label="Browser" />
<txp:zem_contact_text label="Name" /><br />
<txp:zem_contact_email /><br />
<txp:zem_contact_select label="Subject" list=",Question,Comment" /><br />
<txp:zem_contact_textarea label="Message" /><br />
<txp:zem_contact_submit label="Send" />
</txp:zem_contact>
when I view the source It shows me like this:
<form method="post" id="zcr0e64dc7ff8c7785e6ca2effa72d66e10" class="zemContactForm" action="/kontak/#zcr0e64dc7ff8c7785e6ca2effa72d66e10">
is there something wrong with my setting ?
my Send button does nothing when I click it
Last edited by sereal (2010-04-10 22:28:07)
$(mydocument).notyetready(function() {});
dowebsitesneedtolookexactlythesameineverybrowser ?
Offline
#766 2010-04-12 14:00:30
Re: zem_contact_reborn 4.0.3.20
I’m receiving a ‘Function split() is deprecated on line 539’ error using zem_contact_select. Looking around, it seems that there’s an incompatibility between PHP 5.3 and that particular function inside the plug-in. It seems that a fix in a similar plug-in is to search for the split() function in the plug-in code and replace it with explode().
Anyone else have this issue? Another posting brought up this issue, but there was no reply or solution offered. I want to be sure that this is the correct remedy.
Offline
#767 2010-04-12 14:09:13
Re: zem_contact_reborn 4.0.3.20
I made the one swap between split() and explode() under Edit on the plug-ins page for zem_contact_reborn and the error went away. I just hope the form still works.
For people new to this, I went to the plug-ins tab and clicked on the Edit link next to zem_contact_reborn, did a search for the word ‘split’ (it only occurs once) and replaced it with the word ‘explode’. Then I saved it.
This occurs when the PHP version on your server is 5.3 and above. You can find out what version of PHP your web server is using where your Textpattern is installed by checking out the Diagnostics tab under the Admin tab.
Offline
#768 2010-05-05 08:12:52
- crea-viv
- Member
- Registered: 2010-04-28
- Posts: 14
Re: zem_contact_reborn 4.0.3.20
hi there!
i have used this plugin to create a contact form and filled the input fields with default=”“ with the label name. is there any chance this “ default=”“ “ – content disappears if the users clicks in the input field to fill it out?
Offline