***UPDATED*** DB Technosystems Form Processor 02/09/2011
- wbdesigner
-
- Posts: 27
- Joined: Mon Apr 28, 2008 10:59 pm
- Location: Santa Cruz, CA USA
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 07/02/2011
that works great!
Only problem I have is that it's ignoring the data requires the email address
Patti
Only problem I have is that it's ignoring the data requires the email address
Patti
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 07/02/2011
Not sure what you mean, please clarify.
DBTS Form Processor does NOT validate. It accepts whatever is sent by the form.
DBTS Form Processor does NOT validate. It accepts whatever is sent by the form.
www.dbtechnosystems.com
- wbdesigner
-
- Posts: 27
- Joined: Mon Apr 28, 2008 10:59 pm
- Location: Santa Cruz, CA USA
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 07/02/2011
I have the email field set to validate and the form goes ahead a submits without an email address filled out.
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 07/02/2011
How is this related to the extension ?
You should perform the validation through the WB Validation tools. In particular, the form name should not contain any whitespaces or symbols, or the validation Javascripts gets broken.
You should perform the validation through the WB Validation tools. In particular, the form name should not contain any whitespaces or symbols, or the validation Javascripts gets broken.
www.dbtechnosystems.com
- wbdesigner
-
- Posts: 27
- Joined: Mon Apr 28, 2008 10:59 pm
- Location: Santa Cruz, CA USA
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 07/02/2011
how do you use WB for the validation? didn't you say not to use a WB form with the Jquery tabs?
"Yes, you can use the DBTS Form Processor with JQuery Tabs. However, you do NOT add forms in each Tab!
Create the Tabs as you like them, meaning that you add in each tab the fields you want, WITHOUT form.
Only the fields."
Patti
"Yes, you can use the DBTS Form Processor with JQuery Tabs. However, you do NOT add forms in each Tab!
Create the Tabs as you like them, meaning that you add in each tab the fields you want, WITHOUT form.
Only the fields."
Patti
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 07/02/2011
Patti,
Please understand that I can't remember posts that you made days ago and connect in my mind what you have in your mind.
On the subject: If you use the jquery tabs, you don't have, anymore, the standard WB validation tools, so you will need to do one of the following:
1. write your own validation script and add a onsubmit event
2. Add real time validation (which works in your case without form)
3.you can add PHP validation in the DBTS Form Processor using the icludes and writing your own PHP validation code.
Pls understand that yours is a very particular application.
Please understand that I can't remember posts that you made days ago and connect in my mind what you have in your mind.
On the subject: If you use the jquery tabs, you don't have, anymore, the standard WB validation tools, so you will need to do one of the following:
1. write your own validation script and add a onsubmit event
2. Add real time validation (which works in your case without form)
3.you can add PHP validation in the DBTS Form Processor using the icludes and writing your own PHP validation code.
Pls understand that yours is a very particular application.
www.dbtechnosystems.com
- wbdesigner
-
- Posts: 27
- Joined: Mon Apr 28, 2008 10:59 pm
- Location: Santa Cruz, CA USA
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 07/02/2011
I know you are busy. me too.
thanks for the help.
the form itself works great. amazingly cool.
not sure how to do the
2. Add real time validation (which works in your case without form)
I have selected the validation on the field. what is real time validation? how would I do that?
Thanks again for all of your hard work
Patti
thanks for the help.
the form itself works great. amazingly cool.
not sure how to do the
2. Add real time validation (which works in your case without form)
I have selected the validation on the field. what is real time validation? how would I do that?
Thanks again for all of your hard work
Patti
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 07/02/2011
Double click the field. Set the necessary validation as you would do normally.
Then check the box "Enable Real Time Validation"
Click on "Settings" to set the real time validation colors etc.
Then check the box "Enable Real Time Validation"
Click on "Settings" to set the real time validation colors etc.
www.dbtechnosystems.com
- wbdesigner
-
- Posts: 27
- Joined: Mon Apr 28, 2008 10:59 pm
- Location: Santa Cruz, CA USA
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 07/02/2011
Navaldesign wrote:Double click the field. Set the necessary validation as you would do normally.
Then check the box "Enable Real Time Validation"
Click on "Settings" to set the real time validation colors etc.
I can't get the validation to work when using the jquery tabs. but the rest of the jquery multi page form idea is just too cool!
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 09/03/2011
March 09, 2011: Major update
New: code modified for hosting companies like GoDaddy and similar "problematic" hosters
New: Added ability for different recipients (departments) depending on user's selection. You can now send the mail to your Sales, or Support, or Billing etc departments (or persons) depending on selection by user.
New: Added CC and BCC
New: Added ability to ban IPs or IP ranges
New: your "email" field can now be named whatever you need.
New: "includes" code can now be added directly in the properties. No need to use separate files. Of course, you still can use separate files (and include them) if you prefer.
New: Further Posting. You can now set the script to post the data received to yet another script. Uses sockets, so they must be enabled on your hosting account.
New: code modified for hosting companies like GoDaddy and similar "problematic" hosters
New: Added ability for different recipients (departments) depending on user's selection. You can now send the mail to your Sales, or Support, or Billing etc departments (or persons) depending on selection by user.
New: Added CC and BCC
New: Added ability to ban IPs or IP ranges
New: your "email" field can now be named whatever you need.
New: "includes" code can now be added directly in the properties. No need to use separate files. Of course, you still can use separate files (and include them) if you prefer.
New: Further Posting. You can now set the script to post the data received to yet another script. Uses sockets, so they must be enabled on your hosting account.
www.dbtechnosystems.com
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 23/03/2011
March 23, 2011 Version 2.7.1.2
Added: charset for various character sets support
Added: Functioning Mode selection: allows you to set the error reporing system to display in the page errors encountered. Used to debug issues, if any.
Added: Custom HTML Template for admin and auto mails. You can use a template created by you instead of the automatically created HTML template.
Added: charset for various character sets support
Added: Functioning Mode selection: allows you to set the error reporing system to display in the page errors encountered. Used to debug issues, if any.
Added: Custom HTML Template for admin and auto mails. You can use a template created by you instead of the automatically created HTML template.
www.dbtechnosystems.com
- wbdesigner
-
- Posts: 27
- Joined: Mon Apr 28, 2008 10:59 pm
- Location: Santa Cruz, CA USA
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 23/03/2011
MAYBE YOU HAVE ALREADY ANSWERED THIS BUT I COULDN'T FIND IT. IS THERE A WAY TO HAVE A PDF FILL A FORM USE THIS FORM PROCESSOR?
PATTI
PATTI
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 23/03/2011
Not sure what you mean, pls clarify.
www.dbtechnosystems.com
- wbdesigner
-
- Posts: 27
- Joined: Mon Apr 28, 2008 10:59 pm
- Location: Santa Cruz, CA USA
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 23/03/2011
I have a pdf fill a form that I've made, it works great except that it uses email to return the form and some people can't do that. so I was wondering if your form processor would work?
just thinking probably not, I would have to get the pdf into WB not as a link but as a form... hummm
http://www.apges.com/forms/green_contract_cover.pdf
just thinking probably not, I would have to get the pdf into WB not as a link but as a form... hummm
http://www.apges.com/forms/green_contract_cover.pdf
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 23/03/2011
No, that's not possible.
www.dbtechnosystems.com
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 23/03/2011
You need to look at the very bottom of the error messages. The above are just notices / warnings so they don't actually cause a fatal error. The last one instead (which you did not post here) will show you what's the fat error that causes the script to break.
www.dbtechnosystems.com
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 23/03/2011
Seems to me that the processor goes on hold in line 40.
This "could" be due to the Form ID.
If you have set the Form ID property of the processor to be anything, and you have NOT included a hidden field in the form (see manual) or the hidden field has a different value (even a white space at the end) then the processor intrpretes this as coming from another form and will not process any more.
This "could" be due to the Form ID.
If you have set the Form ID property of the processor to be anything, and you have NOT included a hidden field in the form (see manual) or the hidden field has a different value (even a white space at the end) then the processor intrpretes this as coming from another form and will not process any more.
www.dbtechnosystems.com
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 23/03/2011
The manual contains full instructions on how to make radio buttons "remember" the submitted values.
Please read carefully, there is nothing more I can add here.
The same thing is valid also for comboboxes.
If I can't see your page code, I can't be of any help . However, if the values are not included in the mail, you have something wrong there. I must see the page.
JQuery datepicker also has a "Initial Value" field, so the same considerations valid for simple textboxes apply here as well.
To have the total appearing from page to page, you need to add some custom code (through the Includes section).
Please read carefully, there is nothing more I can add here.
The same thing is valid also for comboboxes.
If I can't see your page code, I can't be of any help . However, if the values are not included in the mail, you have something wrong there. I must see the page.
JQuery datepicker also has a "Initial Value" field, so the same considerations valid for simple textboxes apply here as well.
To have the total appearing from page to page, you need to add some custom code (through the Includes section).
www.dbtechnosystems.com
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 31/07/2011
UPDATE:
July 31, 2011 Version 2.7.3.0
Added: DBTS reCAPTCHA error messsages can now be customized / translated
Added: Reverse captcha verification
Improved: Custom processing code can now be added directly in the script properties.
If you don't use these features, you may remain with the version already installed.
July 31, 2011 Version 2.7.3.0
Added: DBTS reCAPTCHA error messsages can now be customized / translated
Added: Reverse captcha verification
Improved: Custom processing code can now be added directly in the script properties.
If you don't use these features, you may remain with the version already installed.
www.dbtechnosystems.com
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 01/08/2011
Update:
August 1, 2011 Version 2.7.4.1
Added: "Form Name from" property that allows you to use some of the data submitted (usually the first and last name) as "From Name" in the Administrator email.
Fixed: bug with the main processor file not being uploaded with the rest of the files.
August 1, 2011 Version 2.7.4.1
Added: "Form Name from" property that allows you to use some of the data submitted (usually the first and last name) as "From Name" in the Administrator email.
Fixed: bug with the main processor file not being uploaded with the rest of the files.
www.dbtechnosystems.com
-
-
- Posts: 398
- Joined: Sun May 15, 2011 10:27 am
Re: ***UPDATED*** DB Technosystems Form Processor 01/08/2011
Navaldesign,
Thanks a lot for the update, I think your extension is a must have! I used it for processing two form in the same web page.
I will try the new version. And the manual you provided is really comprehensive.
And, I REALLY appreciate your help to WWB users.
Thank you so much.
Thanks a lot for the update, I think your extension is a must have! I used it for processing two form in the same web page.
I will try the new version. And the manual you provided is really comprehensive.
And, I REALLY appreciate your help to WWB users.
Thank you so much.
-
-
- Posts: 398
- Joined: Sun May 15, 2011 10:27 am
Re: ***UPDATED*** DB Technosystems Form Processor 01/08/2011
Hello again,
I just want to ask if this is possible to do:
As I said in the last post, I am using two forms on the same page, I validated every field so all fields must be filled.
Now upon submission, the success page appears, and if I hit back (to take me back to the forms page) I still can see that the fields I filled are still filled. Is there a way to empty them when the back button is clicked?
Thanks.
I just want to ask if this is possible to do:
As I said in the last post, I am using two forms on the same page, I validated every field so all fields must be filled.
Now upon submission, the success page appears, and if I hit back (to take me back to the forms page) I still can see that the fields I filled are still filled. Is there a way to empty them when the back button is clicked?
Thanks.
-
-
- Posts: 398
- Joined: Sun May 15, 2011 10:27 am
Re: ***UPDATED*** DB Technosystems Form Processor 01/08/2011
Well, it seems it only happens in Google Chrome. In Firefox, if I hit back, the fields are empty.supersonictt wrote:Hello again,
I just want to ask if this is possible to do:
As I said in the last post, I am using two forms on the same page, I validated every field so all fields must be filled.
Now upon submission, the success page appears, and if I hit back (to take me back to the forms page) I still can see that the fields I filled are still filled. Is there a way to empty them when the back button is clicked?
Thanks.
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 01/08/2011
Not sure if this can help (I have not tested it) but probably it would help if you followed the steps described in "Preserving your form values after an error"
This means, setting initial values for the fields (as descibed in the manual) and also set the three properties:
Copy field values in session
Copy session values in fields
Clear session before ending
to have as value "Yes"
This will force the fields to assume the values stored in $_SESSION, which, at this point has been cleared, so the fields should remain empty.
This means, setting initial values for the fields (as descibed in the manual) and also set the three properties:
Copy field values in session
Copy session values in fields
Clear session before ending
to have as value "Yes"
This will force the fields to assume the values stored in $_SESSION, which, at this point has been cleared, so the fields should remain empty.
www.dbtechnosystems.com
-
-
- Posts: 63
- Joined: Thu Nov 15, 2007 2:36 pm
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 01/08/2011
Hi George,Navaldesign wrote:Update:
August 1, 2011 Version 2.7.4.1
Added: "Form Name from" property that allows you to use some of the data submitted (usually the first and last name) as "From Name" in the Administrator email.
I went into Extension Manager and updated this extension... however when I view it's properties in the Page HTML it says it's DBTS Form Processor Extension verion 2.5.5.8, not 2.7.4.1
Sincerely,
Barbara Lolmaugh
http://www.websitesbybarbara.com
Barbara Lolmaugh
http://www.websitesbybarbara.com
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 01/08/2011
Hi Barbara,
Yes, you are right, it seems that I have uploaded an older version!
Please update, current version should display 2.7.5.1 (added "Labels" property)
Yes, you are right, it seems that I have uploaded an older version!
Please update, current version should display 2.7.5.1 (added "Labels" property)
www.dbtechnosystems.com
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 04/08/2011
Update
August 4, 2011 Version 2.7.5.1
Added: Labels property for the tecnical info customization
Added: Time of submission Format property, allows you to customize how the date and time of submission will look like.
Please note that a wrong (older) zip had been uploaded for version 2.7.4.1
If you have installed this version, please upgrade ASAP to v. 2.7.5.1
August 4, 2011 Version 2.7.5.1
Added: Labels property for the tecnical info customization
Added: Time of submission Format property, allows you to customize how the date and time of submission will look like.
Please note that a wrong (older) zip had been uploaded for version 2.7.4.1
If you have installed this version, please upgrade ASAP to v. 2.7.5.1
www.dbtechnosystems.com
-
-
- Posts: 63
- Joined: Thu Nov 15, 2007 2:36 pm
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 04/08/2011
Got it. Thanks.
Sincerely,
Barbara Lolmaugh
http://www.websitesbybarbara.com
Barbara Lolmaugh
http://www.websitesbybarbara.com
-
-
- Posts: 63
- Joined: Thu Nov 15, 2007 2:36 pm
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 01/08/2011
Can the field data be the email address of the sender?Navaldesign wrote:Update:
August 1, 2011 Version 2.7.4.1
Added: "Form Name from" property that allows you to use some of the data submitted (usually the first and last name) as "From Name" in the Administrator email.
Sincerely,
Barbara Lolmaugh
http://www.websitesbybarbara.com
Barbara Lolmaugh
http://www.websitesbybarbara.com
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 04/08/2011
Of course.
However this property has been added since a user asked to have the visitor's name as "From". And it seems more logical.
However this property has been added since a user asked to have the visitor's name as "From". And it seems more logical.
www.dbtechnosystems.com
-
-
- Posts: 398
- Joined: Sun May 15, 2011 10:27 am
There is something weird happening here!
I updated the extension to the latest version, and set up everything as it was, but upon submission, the page turns blank and no data submitted!
I got 2 forms on the same page, I defined the Form ID in the extension, added the hidden field (formid: Form1...). The page extension is php, the action of the form is: <?php echo basename(__FILE__);?>, encoding type: multipart/form-data, and the method is: post. I disabled the built-in form processor, and I respected the fields names not to be any of the written in the manual. The send button name is set to: submit.
I updated the extension to the latest version, and set up everything as it was, but upon submission, the page turns blank and no data submitted!
I got 2 forms on the same page, I defined the Form ID in the extension, added the hidden field (formid: Form1...). The page extension is php, the action of the form is: <?php echo basename(__FILE__);?>, encoding type: multipart/form-data, and the method is: post. I disabled the built-in form processor, and I respected the fields names not to be any of the written in the manual. The send button name is set to: submit.
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 04/08/2011
Set the Working Mode to "Debug" so the script will output the errors on screen and you will be able to understand what is going wrong.
www.dbtechnosystems.com
-
-
- Posts: 398
- Joined: Sun May 15, 2011 10:27 am
Re: ***UPDATED*** DB Technosystems Form Processor 04/08/2011
Yes, I just did that and it says:Navaldesign wrote:Set the Working Mode to "Debug" so the script will output the errors on screen and you will be able to understand what is going wrong.
Notice: Undefined index: POST in /home/racketre/public_html/page1.php on line 16
Line 16 is:
$SESSION = $_SESSION['POST'];
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 04/08/2011
The se are notices, they don't affect the script.
Look at the last lines. Somewhere there must be a line like:
Fatal error.......................
Post here the last 10 lines you see on screen.
Look at the last lines. Somewhere there must be a line like:
Fatal error.......................
Post here the last 10 lines you see on screen.
www.dbtechnosystems.com
-
-
- Posts: 398
- Joined: Sun May 15, 2011 10:27 am
Re: ***UPDATED*** DB Technosystems Form Processor 04/08/2011
Here is a test page that has only one form, after clicking on submit, I got the following:Navaldesign wrote:The se are notices, they don't affect the script.
Look at the last lines. Somewhere there must be a line like:
Fatal error.......................
Post here the last 10 lines you see on screen.
Code: Select all
Notice: Undefined index: POST in /home/racketre/public_html/page1.php on line 16
Notice: Use of undefined constant RecursiveMkdir - assumed 'RecursiveMkdir' in /home/racketre/public_html/dbts_includes/dbts_functions.php on line 2
Notice: Use of undefined constant ValidateEmail - assumed 'ValidateEmail' in /home/racketre/public_html/dbts_includes/dbts_functions.php on line 11
Notice: Use of undefined constant array_trim - assumed 'array_trim' in /home/racketre/public_html/dbts_includes/dbts_functions.php on line 19
Notice: Use of undefined constant report_error - assumed 'report_error' in /home/racketre/public_html/dbts_includes/dbts_functions.php on line 33
Notice: Use of undefined constant rewrite_captcha - assumed 'rewrite_captcha' in /home/racketre/public_html/dbts_includes/dbts_functions.php on line 57
Notice: Use of undefined constant allowurls - assumed 'allowurls' in /home/racketre/public_html/dbts_includes/dbts_functions.php on line 83
Notice: Use of undefined constant WriteToFile - assumed 'WriteToFile' in /home/racketre/public_html/dbts_includes/dbts_functions.php on line 90
Notice: Use of undefined constant WriteToMySQL - assumed 'WriteToMySQL' in /home/racketre/public_html/dbts_includes/dbts_functions.php on line 148
Notice: Use of undefined constant db_connect - assumed 'db_connect' in /home/racketre/public_html/dbts_includes/dbts_functions.php on line 202
Notice: Use of undefined constant get_labels - assumed 'get_labels' in /home/racketre/public_html/dbts_includes/dbts_functions.php on line 219
Notice: Use of undefined constant create_entry - assumed 'create_entry' in /home/racketre/public_html/dbts_includes/dbts_functions.php on line 232
Notice: Use of undefined constant check_unique_in_db - assumed 'check_unique_in_db' in /home/racketre/public_html/dbts_includes/dbts_functions.php on line 260
Notice: Use of undefined constant check_pass_strength - assumed 'check_pass_strength' in /home/racketre/public_html/dbts_includes/dbts_functions.php on line 278
Notice: Use of undefined constant getRealIpAddr - assumed 'getRealIpAddr' in /home/racketre/public_html/dbts_includes/dbts_functions.php on line 292
Notice: Use of undefined constant post - assumed 'post' in /home/racketre/public_html/dbts_includes/dbts_functions.php on line 311
Notice: Use of undefined constant check_credit_card - assumed 'check_credit_card' in /home/racketre/public_html/dbts_includes/dbts_functions.php on line 339
Notice: Undefined variable: time_format in /home/racketre/public_html/page1.php on line 46
Fatal error: Call to undefined function Friday 5th August 2011, 6:29 PM() in /home/racketre/public_html/page1.php on line 49
EDIT:
I deleted:
Code: Select all
$time_format = "$time_format";
$date = date("l jS F Y, g:i A");
if(trim($time_format) == ""){
$date = $date($time_format);
}
Hope that would help finding out the previous error
Last edited by supersonictt on Fri Aug 05, 2011 3:37 pm, edited 1 time in total.
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 04/08/2011
What settings did you use for Tome Format property ?
www.dbtechnosystems.com
-
-
- Posts: 398
- Joined: Sun May 15, 2011 10:27 am
Re: ***UPDATED*** DB Technosystems Form Processor 04/08/2011
For the Time Formatting property, I left it blank.Navaldesign wrote:What settings did you use for Tome Format property ?
Please read my previous post as I edited it with a notice.
Thanks a lot.
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 04/08/2011
Please simply upgrade and it will solve the issue, there was a bug in the code.
www.dbtechnosystems.com
-
-
- Posts: 398
- Joined: Sun May 15, 2011 10:27 am
Re: ***UPDATED*** DB Technosystems Form Processor 04/08/2011
Yes, it is working perfectly now thank you so much.Navaldesign wrote:Please simply upgrade and it will solve the issue, there was a bug in the code.
One more thing, I think there is another bug (I am not sure). The email I am receiving upon submission contains the details about the time of submission, browser info and IP address, but here how it looks:
Code: Select all
Time of Submission Friday 5th August 2011, 6:54 PM
$$ Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.122 Safari/534.30
IP Address 10.255.14.172
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 04/08/2011
I will check it and let you know
www.dbtechnosystems.com
-
-
- Posts: 398
- Joined: Sun May 15, 2011 10:27 am
Re: ***UPDATED*** DB Technosystems Form Processor 04/08/2011
Thanks, I found the problem:
$browser_label = "$browser_label$";
I replaced it with:
$browser_label = "Browser";
Now it works right
$browser_label = "$browser_label$";
I replaced it with:
$browser_label = "Browser";
Now it works right
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 04/08/2011
No, the problem was different. Please just update.
www.dbtechnosystems.com
-
-
- Posts: 398
- Joined: Sun May 15, 2011 10:27 am
Re: ***UPDATED*** DB Technosystems Form Processor 04/08/2011
Thanks. Tested and it works perfectly
Thanks a lot man
Thanks a lot man
- Patrik iden
-
- Posts: 479
- Joined: Wed Mar 24, 2010 9:07 pm
- Location: Sweden
Re: ***UPDATED*** DB Technosystems Form Processor 04/08/2011
Hi, DB TECH. Can you take a look at this site, i have a problem whit my form. I'v set the form processor to debug mode. Thanks.[url]
Last edited by Patrik iden on Mon Oct 10, 2011 10:17 am, edited 1 time in total.
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 04/08/2011
Please update to the latest version. This version, loaded some hrs ago, had a bug which has been fixed.
www.dbtechnosystems.com
- Patrik iden
-
- Posts: 479
- Joined: Wed Mar 24, 2010 9:07 pm
- Location: Sweden
Re: ***UPDATED*** DB Technosystems Form Processor 04/08/2011
Thank's it works now.
-
-
- Posts: 63
- Joined: Thu Nov 15, 2007 2:36 pm
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 04/08/2011
Hi George,
I have updated to the lastest version. I am having trouble with the Time Format. It says to refer to the manual but I don't know where to find the manual.
Can you point me in the right direction?
Here is the message:
Fatal error: Call to undefined function Saturday 6th August 2011, 10:30 AM() in /home2/lairdweb/public_html/website2therescue/contact-processor.php on line 49
I have updated to the lastest version. I am having trouble with the Time Format. It says to refer to the manual but I don't know where to find the manual.
Can you point me in the right direction?
Here is the message:
Fatal error: Call to undefined function Saturday 6th August 2011, 10:30 AM() in /home2/lairdweb/public_html/website2therescue/contact-processor.php on line 49
Sincerely,
Barbara Lolmaugh
http://www.websitesbybarbara.com
Barbara Lolmaugh
http://www.websitesbybarbara.com
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 04/08/2011
Hi Barbara,
Please update to the latest version. This version, loaded yesterday, had a bug which has been fixed.
Please update to the latest version. This version, loaded yesterday, had a bug which has been fixed.
www.dbtechnosystems.com
-
-
- Posts: 63
- Joined: Thu Nov 15, 2007 2:36 pm
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 04/08/2011
OK. Did that. Same error.Navaldesign wrote:Hi Barbara,
Please update to the latest version. This version, loaded yesterday, had a bug which has been fixed.
Sincerely,
Barbara Lolmaugh
http://www.websitesbybarbara.com
Barbara Lolmaugh
http://www.websitesbybarbara.com
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: ***UPDATED*** DB Technosystems Form Processor 04/08/2011
What's the version ?
www.dbtechnosystems.com