Re: populating choice in newForm instance

2007-03-28 Thread tyman26
How would you go about reloading the page? Would you submit the form and post the information back again? I guess I'm having trouble figuring out how to reload the page and keep the same information that was previously there, plus load the states in the select box. On Mar 28, 12:48 pm, "[EMAIL

Re: populating choice in newForm instance

2007-03-28 Thread [EMAIL PROTECTED]
On Mar 27, 5:10 pm, "tyman26" <[EMAIL PROTECTED]> wrote: > I guess a simpler quesiton would be: How can I populate a text box > dynamically with information from the post from the same form? Or is > there maybe another way to accomplish this possibly with a custom > inclusion tag? Any help woul

Re: populating choice in newForm instance

2007-03-27 Thread tyman26
I guess a simpler quesiton would be: How can I populate a text box dynamically with information from the post from the same form? Or is there maybe another way to accomplish this possibly with a custom inclusion tag? Any help would be much appreciated. There must be some easier way to do this.

populating choice in newForm instance

2007-03-27 Thread tyman26
I have a form with 2 select boxes that I load into a template. Initially the "mailing country" choice is loaded with all available countries and the "mailing states" is empty because a country hasn't been selected yet. When a user selects a "mailing country" choice, I want all the states from tha