Forum Replies Created
-
AuthorPosts
-
SteveKeymasterThis reply has been marked as private.
SteveKeymaster
SteveKeymaster@semwangajoshua– Thanks for sending over your files. I fixed the issues and emailed it back to you. Here were the issues:
1) In the Workflow header file, you had the page set to
Page: basic-settings.php, WordPress settings pages are part of the query parameter (e.g. ?page=lawyeah_custom_settings), so I changed it toPage: lawyeah_custom_settings.2) Tabs are built in the /workflows folder… then you can assign settings sections to them.
3) Each settings section requires the
workflowparameter. This allows you to have multiple workflows on any page.I also noticed a few notices coming from spaces before and after, opening and closing php tags.
Let me know how it works.
SteveKeymasterCan you zip up your plugin and email to [email protected]? We can take look.
SteveKeymasterIf you want zip up your plugin and email to [email protected] and we’ll take a look.
SteveKeymasterSorry you’re having issues. Have you tried setting wp_debug to true? Please post any messages you get.
SteveKeymasterYou can use a url like this to edit a post that is already created:
http://mydomain.com/my_form/?_post[ID]=84
SteveKeymasterIn Piklist > Settings, turn on “Javascript Validation”. That should fix your issue.
Let us know if that works
SteveKeymaster
SteveKeymasterIt looks like you’re missing the
flowparameter. Please check the built-in demos.
SteveKeymasterThanks! We’ll take a look.
SteveKeymasterGlad it worked! Closing ticket.
SteveKeymasterThis reply has been marked as private.
SteveKeymaster@morganrt– There does seem to be a bug with scope and conditions. Thanks for letting us know. Happy you found a work around.
SteveKeymaster@rharrigan– Welcome to the Piklist community!
In the built-in Piklist Demos there is a new Post form you can use as a starting point. Check out:
wp-content/plugins/piklist/add-ons/piklist-demos/parts/forms -
AuthorPosts