Hi Tracy,
How would you do this, when you say wrap all the data in a
"status" node? Is that in the form processor? Or is that what you do
in Flex? Once you send the data from Flex we have no control within
Flex over what is returned, correct?
One other question, if you were going to do a long form, what
would you use to group and display different sections of the form? An
accordion? Or something similar? Currently my simple contact form
just uses a Panel Container. So, I'm wondering about if I used an
accordion would I still use the Panel inside the Accordion or have the
Accordion container replace the Panel.
I'd like to also add a file upload option on my poetry
magazine site. I want submitters to be able to upload their poems in
MS Word Format and Open-office format, etc.
Bruce
--- In [email protected], "Tracy Spratt" <[EMAIL PROTECTED]> wrote:
>
> Can't help with the PHP code but your theory is good. I wrap all of my
> returned data in a "status" node, and my result handlers look for this,
> use the error information in an error situation, or just strip off that
> node if status is success.
>
>
>