Search found 879 matches
- Mon Jan 22, 2018 4:47 pm
- Forum: Forms
- Topic: Form CSV files
- Replies: 19
- Views: 6046
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: 2823
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: 6046
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: 6046
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: 6046
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: 6046
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: 6046
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: 2907
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: 278
- Views: 445181
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: 766
- Views: 680450
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.
- 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: 766
- Views: 680450
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: 766
- Views: 680450
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...
- Fri Aug 04, 2017 7:47 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
- Replies: 766
- Views: 680450
Re: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
It will require some custom coding.
You may have a look at how this is done in the Webshop Plus and apply the same through the "Custom coding" properties of the processor. Some PHP knowledge is required.
You may have a look at how this is done in the Webshop Plus and apply the same through the "Custom coding" properties of the processor. Some PHP knowledge is required.
- Sun Jul 02, 2017 9:43 pm
- Forum: Paid extensions
- Topic: [rz] Multi-Select
- Replies: 4
- Views: 3402
Re: [rz] Multi-Select
Extremely useful and functional, congrats RZ !
- Wed May 10, 2017 4:30 am
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 278
- Views: 445181
Re: Webshop Plus! v.3.2 for WWB8
Seems very simple: when you opened the Admin area, you have typed in the browser address bar your own URL without the www. part Solution: enter again the admin area, typing the www part in the browser address bar. You will see that the www part will also appear in the automatically "recognized" valu...