Search found 978 matches
- Mon Jan 22, 2018 4:47 pm
- Forum: Forms
- Topic: Form CSV files
- Replies: 19
- Views: 4404
Re: Form CSV files
Hi Bry, no, your issue is a bit different. The CSV file created by the DBTS Form Processor, as well as the one created by the WWB built in processor, contain the data of ALL submissions (so not simply the last one) Also, the CSV file, be default, can only be emailed to the "autoresponder" email addr...
- Sun Jan 21, 2018 9:11 pm
- Forum: Forms
- Topic: Using WB 12.3.1 Form and PHP processor
- Replies: 9
- Views: 1894
Re: Using WB 12.3.1 Form and PHP processor
The file is unique. It gets updated each time a new submission takes place. If you need to receive a file with only the data of each single submission, you will have to modify the script. If you analyse the DBTS Form Processor code, to see how it uses attachments, you can modify it to do as follows:...
- Sun Jan 21, 2018 8:13 pm
- Forum: Forms
- Topic: Form CSV files
- Replies: 19
- Views: 4404
Re: Form CSV files
Your file seems incomplete (starts with a comma, as if the starting part is missing) and also corrupted (in the last line not all titles exist.
Please delete the CSV file from the website using FTP and make a fresh new start to see if the file is correctly created and updated with each submission.
Please delete the CSV file from the website using FTP and make a fresh new start to see if the file is correctly created and updated with each submission.
- Sun Jan 21, 2018 6:53 pm
- Forum: Forms
- Topic: Form CSV files
- Replies: 19
- Views: 4404
Re: Form CSV files
Please set the form action (in the form properties) as per my above post.
In the page HTML you posted above, the action is blank (no action)
In the page HTML you posted above, the action is blank (no action)
- Sun Jan 21, 2018 5:52 pm
- Forum: Forms
- Topic: Form CSV files
- Replies: 19
- Views: 4404
Re: Form CSV files
Ok, I am now getting the Adminstrator's email with populated form field input. The "multipart" setting in the form did it. Unfortunately I did not see that requirement anywhere in the userguide. Additionally, when using WWB built-in form processor I was getting everything (admin email, autoreply em...
- Sun Jan 21, 2018 4:40 pm
- Forum: Forms
- Topic: Form CSV files
- Replies: 19
- Views: 4404
Re: Form CSV files
Please publish the form page URL.
Most probably the data is not sent because you have not set, in the form properties, the Encoding Type to be "Multipart / form data".
For the same reason no autoresponder message is sent.
Please provide the form URL so I can have a look.
Most probably the data is not sent because you have not set, in the form properties, the Encoding Type to be "Multipart / form data".
For the same reason no autoresponder message is sent.
Please provide the form URL so I can have a look.
- Sun Jan 21, 2018 10:24 am
- Forum: Forms
- Topic: Form CSV files
- Replies: 19
- Views: 4404
Re: Form CSV files
The DBTS_Form Processor DOES create headers in the CSV file. The headers are automatically set to be the form field names.
Also, all fields are saved in the CSV including datestamp and ip address
Also, all fields are saved in the CSV including datestamp and ip address
- Thu Jan 18, 2018 10:03 pm
- Forum: Forms
- Topic: Forms not arriving but only from one source(?)
- Replies: 10
- Views: 2078
Re: Forms not arriving but only from one source(?)
Some hosting companies will disallow emails sent through forms if the "from" email address is a aol, Hotmail, yahoo email address. To test it, temporarily rename the "email" field to something else, in example "e-mail" and then test through the @aol email address. The script will use the admin email...
- Wed Dec 06, 2017 8:08 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 297
- Views: 338334
Re: Webshop Plus! v.3.2 for WWB8
Paying with a credit card directly on your website would require SSL and also strict compliance with the payment gateways criteria. This is not possible with Webshop Plus for many reasons. However, PayPal allows payment with a credit card even for customers that don't have a PayPal account, so there...
- Tue Sep 26, 2017 2:55 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
- Replies: 828
- Views: 604841
Re: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
Obviously your server has switched to mysqli.
However it is not that simle, as all functions have to be updated for mysqli.
However it is not that simle, as all functions have to be updated for mysqli.
- Mon Sep 25, 2017 5:13 am
- Forum: Forms
- Topic: Error or Access denied pages: Must be Protected pages?
- Replies: 4
- Views: 1939
- Mon Sep 25, 2017 4:15 am
- Forum: Forms
- Topic: Error or Access denied pages: Must be Protected pages?
- Replies: 4
- Views: 1939
Re: Error or Access denied pages: Must be Protected pages?
No, on the contrary. They must be freely accessible pages.
- Sun Sep 10, 2017 7:55 pm
- Forum: Forms
- Topic: DBTS Form Processor question
- Replies: 2
- Views: 1488
Re: DBTS Form Processor question
From the property instructions (they appear in the lower part of the properties dialog box when the specific property is selected):
"If you want to use more than one fields (in example first name and last name) type them seprated by commas,"
"If you want to use more than one fields (in example first name and last name) type them seprated by commas,"
- Sat Aug 05, 2017 3:32 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
- Replies: 828
- Views: 604841
Re: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
The version available through the Extension Manager is the latest one.
- Sat Aug 05, 2017 1:33 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
- Replies: 828
- Views: 604841
Re: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
To get sequence numbers, you need to keep track of each email number. You can do this by storing and retrieving the last number from a database or file stored on the server. This is what Webshop Plus does (stores the last order number on the server, and then retrieves it when a new order is made). I...