hi everybody,
I'm using TDOMF (TDO Mini Form) to let unregistered users to save posts with a custom form created with the TDOMF plugin.
As you can see, at this url, at the "How do I add a form to a page or post?" section, the instruction to display a form to edit an existing post is:
<?php tdomf_the_form(1,326); ?>.
And it doesn't work: It displays a blank form.
Didy anybody manage to edit existing posts with a TDOMF?
How can I go over this?
Thank you ;)