- »
- When I click on Preview in the WordPress editor, Fluid makes a
GETrequest to the web server. It still uses the action address specified in the#postform (post.php), just not thePOSTmethod. But none of the form values are included, so I end up staring at a listing of all posts instead of the preview I wanted. Maybe it is getting confused by the fact that the#post-preview“button” is actually an HTML link (anaelement)? There is also some JavaScript that attaches to theclickevent of the link (see thedoPreview()function).