Forums

No Thank You Message before cURL

dekoforce 18 Nov, 2014
Hi!

I have the Problem that my "Thank You Message" ist not shown.
In the Submit event i want to show a Message that the given data is being processed. After the Data is processed, the User should be Redirected.

So, my "On Submit" Event look like this:

ON SUBMIT:
-Show Thanks Message
-Unique ID [GH]
-DB Save
-cUrl [GH]
-ReDirect URL
-ReDirect User

In the cUrl Action the form-data is send to a server, is processed and the result is displayed on the redirected URL.
It seems that the problem is the cURL Action. Without this action everything is ok.

What can i do? I tried also Multipage or System Message to display something like "please be patient, your data will be processed" - but without success :-(

Any ideas?

Thanks - Dennis
GreyHead 19 Nov, 2014
Hi Dennis,

I'm not clear what you are trying to achieve here? If you successfully redirect the user then the Thank You page will not be shown simply because you have redirected them somewhere else.

Bob
dekoforce 19 Nov, 2014
Hi Bob,

after submitting the Data with cUrl, the processing takes up to 20 Seconds. In this time you only see the filled Form.
Now it´s possible that the User think "Hmmm. The page is frozen - let´s click, again (and again, and again)".
The Redirected Page will only show up after 20 Seconds. After Submitting, i want my User to be sure that the data is really submitted...
This topic is locked and no more replies can be posted.