hum, doesn't work with PHP5 on server "Free.fr" in France.
Hi,
I want to be able to code the categories so that when the data is exported the categories match another database.
Also can data be exported in asci format?
Thanks
Hi, in need to create a country drop down list, but i cant do it manually (i mean, adding hundreds of country's to the list would be insane).
is there anyway to do this easily?
BYe
Hello Josh,
Ok, so pForm (www.phpform.org) only generates HTML form templates, without any form processing capability.
You'll need to add your own form processing code to make it send to email.
There are many form processor code out there, or you might want to use our complete solution instead, which is MachForm.
Hi thibaut!
Do you have access to your php.ini file?
If so, try to set this value:
magic_quotes_gpc = Off
Otherwise, please send me your FTP login info and I'll check it directly.
Hmm.. that's weird.
Can we login to your machform to check it?
Please send the login info to: customer.service [at] appnitro.com
We'll help you solving the issue.
Replacing Country with County would be very easy.
You'll need to edit two files:
1) includes/language.php
Search around line 24:
$lang['address_country'] = 'Country';
change it to become:
$lang['address_country'] = 'County';
2) includes/view-functions.php
Search around line 968 and you'll see a list of countries. Simply change the values with your counties.
Hi yuniar !
I encounter a small problem with emails formatting, small but annoying...
All the emails contain \' instead of just the quote ' and it is the case for all the fields.
What can I do about this ?
Thank's
Hi all!
I was wondering if you know how to get P Forms to email you the contents of the form that has been filled in by a customer?
Any help is very much appreiciated!!
Many thanks,
Josh.