- »
- When I click on Preview in the WordPress editor, Fluid makes a
GET
request to the web server. It still uses the action address specified in the#post
form (post.php
), just not thePOST
method. 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 (ana
element)? There is also some JavaScript that attaches to theclick
event of the link (see thedoPreview()
function).