Z
ZachMS
I am working on a form for our website. I have an aspx page with a form
created and a related asp page that reads the fields and creates an email
from the fields. I want to change this so that the form data is written to a
database as well as emailed.
I was think of trying to create an array based on the fields in the form to
make it easy to add or remove fields in the future without having to modify
more code. Is this possible? How would I handle this.
Thanks,
Zach
created and a related asp page that reads the fields and creates an email
from the fields. I want to change this so that the form data is written to a
database as well as emailed.
I was think of trying to create an array based on the fields in the form to
make it easy to add or remove fields in the future without having to modify
more code. Is this possible? How would I handle this.
Thanks,
Zach