Hello,
I want to implement a preview button like the "Preview Post" in the forum here.
My thought is to have two actions in my form,
action 1 will call "post.php" and pass the variables with "post"
action 2 will reload the same form but with the preview ontop of the editor using the variables from "post" for the preview and to reload the contents of the editor
The question is, is possible to have 2 actions for 1 form?
thanks
I want to implement a preview button like the "Preview Post" in the forum here.
My thought is to have two actions in my form,
action 1 will call "post.php" and pass the variables with "post"
action 2 will reload the same form but with the preview ontop of the editor using the variables from "post" for the preview and to reload the contents of the editor
The question is, is possible to have 2 actions for 1 form?
thanks