quicksketch is there a way for me to access to the post array after the submission is precessed and registered on the server?

whit the post forward the data is nont processed... there is a whay to forward after the processing or something similar?

Comments

quicksketch’s picture

Status: Active » Closed (fixed)

There is not a way to continue passing on the $_POST values after the form has been submitted. The best shot would probably be to use a drupal_http_request() in the Additional processing field to pass a copy of POST during the submission.

Because this request is nearly 6 months old, I'm going to go ahead and close it out. Please reopen if further help is needed.