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
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
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
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
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...
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...
I have found a solution here:
http://www.chronoengine.com/faqs/53-cfv4/cfv4-file-uploads/2560-how-do-i-show-a-loading-message-when-the-form-submits.html
It´s ok...
http://www.chronoengine.com/faqs/53-cfv4/cfv4-file-uploads/2560-how-do-i-show-a-loading-message-when-the-form-submits.html
It´s ok...
This topic is locked and no more replies can be posted.