C
Chris Becker
This is my attempt to rephrase a question I asked earlier that got no
response. I suspect it was my poor/unplanned wording. Here is another
attempt:
I have a form with some drop down lists. I would like the user to be able
to start filling in the form, then get to one of the dropdown lists (ex:
Service Type) and realize that the dropdown list does not contain the entry
that they need. So next to the Service Type drop down list is a
link/image/button/whatever that they can click to bring up a new window ( or
???) to add that new Service Type item. When they save this new Service
Type item's information, it will be added to the database ServiceTypes table
in the db, the Add Service Type window will close, and the form that they
were originally filling out will be preserved, but refreshed to show the new
service type in the drop down list.
I'm not asking for exact code necessarily, just some general concepts/links
on how others have accomplished it. I am looking for a more elegant way
than saving each field's data into some temp storage and refreshing the
whole page to add the new service type item, then returning the user back to
the original form and re-filling all of the fields with the stored values.
Thanks
Chris
response. I suspect it was my poor/unplanned wording. Here is another
attempt:
I have a form with some drop down lists. I would like the user to be able
to start filling in the form, then get to one of the dropdown lists (ex:
Service Type) and realize that the dropdown list does not contain the entry
that they need. So next to the Service Type drop down list is a
link/image/button/whatever that they can click to bring up a new window ( or
???) to add that new Service Type item. When they save this new Service
Type item's information, it will be added to the database ServiceTypes table
in the db, the Add Service Type window will close, and the form that they
were originally filling out will be preserved, but refreshed to show the new
service type in the drop down list.
I'm not asking for exact code necessarily, just some general concepts/links
on how others have accomplished it. I am looking for a more elegant way
than saving each field's data into some temp storage and refreshing the
whole page to add the new service type item, then returning the user back to
the original form and re-filling all of the fields with the stored values.
Thanks
Chris