DMXzone Ajax Form Support Product Page
Answered
Reload the entire page after insert a record with Ajax Form
Asked 19 Dec 2012 18:42:37
2
have this question
19 Dec 2012 18:42:37 Andres Gonzalez Michaca posted:
I wonder how to reload the entire page after insert a record with Ajax Form?I'm trying to figure out how.I am building a kind of comments system. So I Like to see my post after insert.
I appreciate any help.
Replies
Replied 20 Dec 2012 12:49:44
20 Dec 2012 12:49:44 Vulcho Vulev replied:
Hello Andres.
You can achieve that using the "Behavior connector" which is the "Blue Paperclip" in the Properties inspector.Select first from select section to edit: Susscess in the user interface and click the "Blue Paperclip". From available events click on "When form is successfuly submit">Go To URL and enter the url to your current page.
Regards:Vulcho.
You can achieve that using the "Behavior connector" which is the "Blue Paperclip" in the Properties inspector.Select first from select section to edit: Susscess in the user interface and click the "Blue Paperclip". From available events click on "When form is successfuly submit">Go To URL and enter the url to your current page.
Regards:Vulcho.
Replied 20 Dec 2012 13:33:52
20 Dec 2012 13:33:52 Andres Gonzalez Michaca replied:
Hello Vulcho,
Great, I missed to change to Sucess.
Thank You!
I have tried other way to achive that.
I set the "Set Target" and "Get Response" to the same DIV #userinfo (this DIV is visible all the time) and I got the content updated with the last insert.
Great, I missed to change to Sucess.
Thank You!
I have tried other way to achive that.
I set the "Set Target" and "Get Response" to the same DIV #userinfo (this DIV is visible all the time) and I got the content updated with the last insert.