GlobalSCAPE Website
Products Solutions Downloads Support Store News GlobalSCAPE Blog Company

GlobalSCAPE User Forum

Forums Register Login My Profile Inbox Address Book My Subscription My Forums

Member List Search Calendars FAQ Ticket List Log Out

Migrating to a new form server

 
Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [CuteSITE Builder] >> CSB General Product Questions >> Migrating to a new form server Page: [1]
Login
Message << Older Topic   Newer Topic >>
Migrating to a new form server - 12/3/2006 9:08:01 AM   
jeanneau

 

Posts: 7
Joined: 6/25/2005
From: Ipswich UK
Status: offline
I have quite a large not for profit website built over the past 6 years first on trellix then csb that currently relies on  cutesite "forms". Samantha has assured us that Globalscape have said that:



2) GlobalSCAPE can and will continue to SUPPORT the program they have been selling for years in a few ways as stated in their announcement. For example, if you have forms on your site they will continue to work for at LEAST a couple more years (July 1, 2008) through their form server.  (You can always change out your form and not interrupt your webpages!)
 

but what other options are there? I think I would like to work out how to migrate these forms to elsewhere on the web as soon as I can.
 
Also what are the practicalities involved in converting/rewriting my .tlx files into someting that an industry standard programme like Dreamweaver 8 might be able to understand?
 
Many thanks
 
Malcolm

< Message edited by jeanneau -- 12/3/2006 9:15:16 AM >
Post #: 1
RE: Migrating to a new form server - 12/3/2006 9:51:23 AM   
samrc

 

Posts: 2266
Joined: 5/19/2005
From: Florida, USA
Status: offline
GlobalSCAPE made that promise in the notice about CSB discontinuation. I just report it on my samisite.
The original discontinuation notice is here. GlobalSCAPE may choose to keep it up and running longer or may close it on date stated. 

As to the forms, yes, you should consider moving your forms to other options BEFORE the form server goes away.
Right now, your forms are being PROCESSED by GlobalSCAPE. Their server is used to push that form to YOUR email address.  It offers us very basic form services that meet the MAJORITY of needs for basic users.  Even offers minimal security from spammers.   From an earlier post I made about spam protections:
"The Trellix and CSB forms are very basic and have no such protections.  HOWEVER, the server that processes the forms does have a few protections like limiting the size (no more than 20 fields) and limiting the number of times the form can be submitted (no more than 10 per hour).  This protects your site from being pulled down by your host for spamming, but does not prevent a spammer from getting 10 emails out before being stopped."  But the standard CSB form does NOT protect your email address! Spambots can grab it ANY TIME they find your site!

You have 2 other options that offer more features:
1) Use another off-site server to process your forms.  Lots of them. Some paid, some free. These sites would act like the GlobalSCAPE server does, sending your form information through thier server on to your email addy.  One of these services, cutandpastescripts.com is demonstrated here.


cutandpastescripts.com is not taking new customers, yet the demo of the form is shown and linked to on samisite.com because as I said in the other posts, that site is one of MANY 3rd party solutions.  I keep the sample up to show it can be done.

A Google search came up immediately with another service that is online and functional, and has a privacy statement that says they will not use your or your visitors information for spam:  responders.com  I have not used the service but it is essentially the same as the other one mentioned.  Sign up, design a form, grab the code THEY give YOU, and put it into your web page using INSERT HTML feature in CSB and you have an active form.

2) Run a form script on your OWN website to process forms.  Bright side...more control, more options.  Down side...You must install the script and you must maintain control or risk your site being pulled down by the host for spamming!  You must make sure the script you use is SECURE. If it can be broken and used to send several thousand emails by a spambot, you are responsible for the scripts you run. You must update and stay on guard.

- Use a CGI/Perl type form script.  Lots are free...and very insecure!  Some are paid with more security.
- Use a PHP type form script. In my opinion, this is the BEST option. So far this offers the best protection from spambots.   MANY MANY MANY scripts offered. You might consider UltimateFormMail.com script because of the good reputation over several years now for security and safety.  Plus the cost is reasonable for the features the script offers. 

Basically the FORM code is the same...Same input fields for your visitor and they would not see a difference that way.  But the code you would purchase (if your host allows a PHP form code) does MANY things for you:
- would pull the data from the form and verify it
- check for inserted extra coding (spammers try to force thier code into your form to send to 10-200-500 people at one time using YOUR form),
- check for changes to the form/content (try to send it to other address instead of yours)
- keeps your email address private
- allows you to require certain fields
- allows you to send automated responses and/or copy to customer that is sending the form.
- and more....etc.

There are 3 parts to a form (made with CSB)
- The header (defines which order the fields are sent to you, email address, etc) that tells the server what to do with the form when it is sent by the visitor. This is put at the beginning of the form.
- The fields this is the name, address, etc part of the form itself seen by your visitor.
- The send/submit buttons. This part activates the form & data when the visitor invokes the send button.

PHP forms are almost the same concept.  But they require SCRIPTING to work.
Main difference:  The header. 

The CSB form is fully readable in your source code. Your email address is exposed and the form has NO built in protections.  The header tells the server to send your forms to the GlobalSCAPE server for processing.  Your website server is NOT used to forward that email.  The GlobalSCAPE server has some limited protections (max # forms per hour, max # fields) but can not protect you further. 

The PHP form header points to a file that is stored BEYOND access of the casual visitor to your website. The email address, the definitions, the routing information, etc that is in the CSB form is now moved OUT of the form code and put into other files that can't be read by spammers. The files are FAR more complicated than CSB forms because they do so much more than CSB could ever do.  Setup takes a while for the first one.  You put files where you are told, fill in a few blanks the way YOU want them to be (name of fields, address, etc), answer some questions, etc then tweak the CSB built form header to point to the PHP code or use the sample forms they provide to begin (the best choice!).  The PHP script will send you the email like CSB form does now, or can produce HTML style forms in your email!  All choices you make within the script.  The script will run from your website space and draw against your bandwidth usage. BUT be far more secure.



Some people have asked why CSB can not do more with its built-in form...


quote:

cannot understand why cutesite isnt offering this as an option. It would be very logical and avoid this frustration
Easy answer here too!
1) The CSB program is DEAD. Discontinued.  No further development or sales!
2) The web has changed since Trellix/CSB was originally designed.  At that time having built-in basic form processing was amazing!  And actually still is!  Forms (email) processing is far more complicated than you understand it to be. It is VERY difficult, maybe impossible, to produce a form that is tight, limiting access to spammers, yet runs on ALL types of servers without installation of any type of script! GlobalSCAPE DOES have some limits in place on the server they use and they are very useful! Unfortunately they are not enough in TODAY's web. 

Even if CSB were still in development/production, still being sold, BETTER forms processing is something that requires effort OUTSIDE the CSB program. THAT is actually VERY LOGICAL!

The BEST solution is to get a well written script, preferably PHP that rebuffs attacks.  Until you are comfortable with installing a script your best bet is 3rd party form processing by another site.

< Message edited by samrc -- 4/22/2007 3:26:57 PM >


_____________________________

-Samantha
Visit Samisite.com for CSB Tutorials & WYSIWYG webmaster support.
Try to live your life so that you wouldn't be afraid to sell the family parrot to the town gossip." Will Rogers (1879 - 1935)

(in reply to jeanneau)
Post #: 2
RE: Migrating to a new form server - 12/1/2007 4:22:28 AM   
jeanneau

 

Posts: 7
Joined: 6/25/2005
From: Ipswich UK
Status: offline
After 12 months stressing about what to with my forms if/when the cutesite forms stop being supported I have now changed over to forms hosted by www.web-form-buddy.com/  And it was pretty straightforward. The cost is $39.95 per year which I think is good value as the forms options are significant, you can have as many forms as you want for this on one website and has good security options and data checks etc. For me the great thing is that as well as being future proofed at last, is that the data handling is brilliant. Whilst you can have a email response the same as CS4 or you also opt to log in and download bulk responses to an spreadsheet which is brilliant if you have a lot of responses
 
There is a 14 day free trial. To get the trial programme working you need to create a new page, paste the trial code into the HTML webgemthen, then right click to get “properties” then select “Page” and name the short title “formbuddydemo”  . When you publish cutesite it will automatically name the page as:   www.????.com/formbuddydemo.htm
 
I spent somewhile getting html form code right, webformbuddy does not provide the html code (other than the demo) but there are many sources to get simple forms codes from or try http://www.netobjects.com/html/essentials.html for a free code writer
 
Hope this helps

< Message edited by jeanneau -- 12/1/2007 4:55:23 PM >

(in reply to jeanneau)
Post #: 3
RE: Migrating to a new form server - 12/1/2007 1:14:11 PM   
samrc

 

Posts: 2266
Joined: 5/19/2005
From: Florida, USA
Status: offline
Thank you for the recommendation.  I will post it on my tutorial website as another option!
This will become the #1 issue over the next 6 months so any viable suggestions are welcome!

_____________________________

-Samantha
Visit Samisite.com for CSB Tutorials & WYSIWYG webmaster support.
Try to live your life so that you wouldn't be afraid to sell the family parrot to the town gossip." Will Rogers (1879 - 1935)

(in reply to jeanneau)
Post #: 4
RE: Migrating to a new form server - 12/1/2007 4:52:29 PM   
jeanneau

 

Posts: 7
Joined: 6/25/2005
From: Ipswich UK
Status: offline
quote:

ORIGINAL: samrc

Thank you for the recommendation.  I will post it on my tutorial website as another option!
This will become the #1 issue over the next 6 months so any viable suggestions are welcome!


Hi Sam

Glad to help , this really has solved my forms problems. I have also posted a fully reply to Safari Woman on your Samisite forum regarding the security levels Webformbuddy has to block repeat Spam and also ability to identifty the IP address of who is responding to the forms

very best

Jeanneau



(in reply to samrc)
Post #: 5
RE: Migrating to a new form server - 12/12/2007 7:03:08 PM   
neutondata

 

Posts: 10
Joined: 7/8/2005
Status: offline
FYI: 

www.cgiscript.net has a script called csFormbuilder which is very sophisticated and uses a type of "captcha" code to prevent robotic spamming.  You can even create multi-page surveys with this and you can insert it into a CSB page as javascript code

(in reply to jeanneau)
Post #: 6
RE: Migrating to a new form server - 12/14/2007 12:28:39 PM   
tmalos

 

Posts: 4
Joined: 1/8/2006
Status: offline
 Greets all, Thanks for your efforts everyone in the Trellix past, present, and future community. Don't ya wish that Dan Bricklin would plow into the Software Garden and make us all another Trellix? That would be awesome. Even if it never happens, though, I am so grateful to have had this wondeful software tool for so many years. There is very little from the days of Windows 3 that is still functional, yet Trellix still works and still has amazing ease of use authoring features radical even today.

TED

(in reply to jeanneau)
Post #: 7
RE: Migrating to a new form server - 12/19/2007 11:23:50 AM   
AS185943

 

Posts: 10
Joined: 7/1/2005
Status: offline
Hi all

Sam (who has been great) said it is possible to use this firm for webforms before CSB got updated).
Quask.com they have a free service and options to buy the software.
They look pretty good and reliable to me.

I truly wish someone would find a way to keep CSB users able to keep their sites up with CSB webforms.  It would make life easier for a lot of people.  I would not even mind paying a small yearly fee for this serivce rather then switching to another firm or even re-desiging my sites using another program.

Note when I say yearly fee I mean not more then $ 25.00 per site.  As I pay my web host $24.00 a year for hosting my sites and if you have a few sites it adds up!

I am going to double check with Quask.com and my web host to see if they are compatible.

Happy Holidays
Happy New Year

Andy

(in reply to jeanneau)
Post #: 8
RE: Migrating to a new form server - 12/19/2007 2:04:17 PM   
samrc

 

Posts: 2266
Joined: 5/19/2005
From: Florida, USA
Status: offline
We will not be able to use the CSB form processing after June 30, 2008. Period.
But we may be able to use the CSB form builder, to generate some code that we can change to point to another form processor.  2 step process instead of one. I have a sample of that already on samisite.com pointing to cutandpastescripts.com (not accepting new customers but there are other similar services).

I am in the process of building a NEW forms section on my own CSB tutorial website that will cover using 3rd party processing (sending the email to a site to be processed like we do with CSB now, linked above), installing scripts, free and paid options, what to look for (security issues), what to avoid, etc.  Some of the information is already available on my site (in torn up area of the website-looks a real mess!) so if you are willing to wait a few more days/a week or so, some of it will be posted on samisite.com.

I will consider QUASK for the samples....They had (don't know that they still have) a free form builder that was quite nice).  BUT building and PROCESSING the form are two totally different things!!!

< Message edited by samrc -- 12/19/2007 2:06:57 PM >


_____________________________

-Samantha
Visit Samisite.com for CSB Tutorials & WYSIWYG webmaster support.
Try to live your life so that you wouldn't be afraid to sell the family parrot to the town gossip." Will Rogers (1879 - 1935)

(in reply to AS185943)
Post #: 9
RE: Migrating to a new form server - 12/22/2007 8:31:27 PM   
swtdir

 

Posts: 1
Joined: 12/22/2007
Status: offline
Thanks for the note about csFormbuilder.  This is a really neat solution.
I downloaded the software ($49) earlier this week and finished all the installation on two websites this afternoon.
About seven forms were transferred from the Cutesite forms handler to the csFormbuilder on our sites.

Our site is an ATT/SBC Unix/Perl location and everything worked, once I understood the settings being described.  The installation instructions are not copious but one can work through them. 

They have a lot of other interesting stuff too. 

I really don't see why Globalscape could not bring in that  function too.  Either offer a paid forms service or sell a copy of that program.   CSB is quite competitive still with some of the other low cost site builders. 

(in reply to neutondata)
Post #: 10
RE: Migrating to a new form server - 12/22/2007 10:08:59 PM   
samrc

 

Posts: 2266
Joined: 5/19/2005
From: Florida, USA
Status: offline
Come on folks...GlobalSCAPE can no longer sell CSB. They can not support it. They can not do anything with it or for it. They can not bring it back. They do not own it or have rights to it. They can not write another program to convert the existing TLX design files since that is proprietary format. IT IS DEAD. So offering a forms solution for CSB users is not a reasonable option since the product is dead and users will eventually switch to other web building products!

When choosing a FORM SOLUTION, you MUST consider how secure the form you are running is!  If the form is not secure, your website can be pulled DOWN by your web host.  If the form does not check for inserted code, inserted characters, that form WILL be used by spammers to send spam mail. Some spammers try to send 100's or 1000's or 10s of thousands of emails through insecure forms. FAST.  It can actually drag a server down and your host can shut down your website to stop the attack.  SO, look at the code.  Does it look for INJECTED characters like <>/ etc?  if not, check with the folks that wrote the code to verify if it checks for injected code.  If it does not check for injected code your form can do more harm/damage than you can possibly imagine.

_____________________________

-Samantha
Visit Samisite.com for CSB Tutorials & WYSIWYG webmaster support.
Try to live your life so that you wouldn't be afraid to sell the family parrot to the town gossip." Will Rogers (1879 - 1935)

(in reply to swtdir)
Post #: 11
RE: Migrating to a new form server - 1/14/2008 7:41:16 PM   
LeeCrystal

 

Posts: 13
Joined: 9/13/2006
Status: offline
Ok a found a free one here.

http://www.emailmeform.com


There is a limit on funtionality and you can have only 5 forms, unless you want to pay 9.95 a month.
No adds, but I think there is a link to them though.

For me the free stuff is all I need since I have few forms and don't use them much.

This might be good for others like me.

I did a serch for these kind of things and there were many. It might be worth looking around. You could find something even better.

If so please post back here.

< Message edited by LeeCrystal -- 1/14/2008 7:47:53 PM >


_____________________________




(in reply to samrc)
Post #: 12
RE: Migrating to a new form server - 4/25/2008 9:31:46 AM   
samrc

 

Posts: 2266
Joined: 5/19/2005
From: Florida, USA
Status: offline
Long discussion of several options to replace CSB forms is here

Included in that are suggested programs (some listed on this thread some are not) with reviews and pricing for several alternatives.  Even discussion of security of forms.

_____________________________

-Samantha
Visit Samisite.com for CSB Tutorials & WYSIWYG webmaster support.
Try to live your life so that you wouldn't be afraid to sell the family parrot to the town gossip." Will Rogers (1879 - 1935)

(in reply to LeeCrystal)
Post #: 13
Page:   [1]
All Forums >> [CuteSITE Builder] >> CSB General Product Questions >> Migrating to a new form server Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software © ASPPlayground.NET Advanced Edition 2.5.5 Unicode

0.828