tracknut
05-24-2007, 03:47 PM
I don't know ASP, and didn't really want to until this morning. I've been using a form mailer from GoDaddy named gdform.asp for quite a while now. Just recently it seems to be failing when folks enter too much data in the form. So I started looking at it (www.ncracing.org/gdform.asp) and realize there's no "size" attribute on the various DIM statements, or on the field size as it pulls it out of the form. Is there a default size that these arrays take, that needs to be increased if my form allows larger entries?
The failure more is that the redirect page gets trashed, and the user ends up going to the home page of the site, or perhaps some random other page.
The form is at http://www.ncracing.org/reg/reg-newmember.html - my apologies in advance it's pretty messy.
Thanks for any help...
Dave
The failure more is that the redirect page gets trashed, and the user ends up going to the home page of the site, or perhaps some random other page.
The form is at http://www.ncracing.org/reg/reg-newmember.html - my apologies in advance it's pretty messy.
Thanks for any help...
Dave