movingmagic
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] sending form data to serverside perl script (formmail.pl)RESOLVED:
So I used this in the Additional Settings of my Contact Form 7:on_sent_ok: “location = ‘http://(url path to your server side script)/formres_nl.pl?’ + $(‘form.wpcf7-form’).serialize();”
replace formres_nl.pl with your scripts name.
this sends all the forms data (including some hidden form 7 fields) to your server side script. Can be a php script a perl script or any other script.Forum: Plugins
In reply to: [Contact Form 7 Datepicker] set min-date from other datepickerHi,
where do you put this code?
And is it dynamic when you use INLINE so the calendars are always open?Thanks!
Pieter
Forum: Plugins
In reply to: [Contact Form 7] sending form data to serverside perl script (formmail.pl)Hi, thanks very much for your answer.
Oh yes, I really like your great plugin for making forms and form validation and forms managing and I have the wonderful date-picker plugin. That is all very great.
But I need to do calculations with numbers and formatting and sending 3 different emails, each one with another formatting and fields, and that is an in a large Perl script that I once made.
So it would be great to send the Form 7 data to that Perl script.
I know it is possible but I am not a programmer, so if you could please help me I would be very very thankful.I hope you can help me.
Thanks a lot,
Pieter Hoogstad