Hi again, advancer, As I said, it looks like a good starting point to calls ketchup via script-tags as an EXTERNAL SOURCE in your MarkupPostBody tiddler, which is a shadow tiddler. This assumes that you might want to put the ketchup source files in a subfolder of your tiddlywiki location and that you pay attention to the paths being used when calling ketchup from within MarkupPostBody via regular html script-tags... equivalent to the examples on the ketchup homepage.
After that, you should be able to call ketchup just as given in their examples by putting the code right after that example-form in your tiddler markup, just as PMario suggested. Be sure that you have InlineJavascriptPlugin from tiddlytools installed to be able to invoke javascript code in a tiddler. I am unsure however what the "action" is supposed to be when it comes to submitting the form or whether that is being handled by FormTiddlerPlugin. I can well imagine that there potentially are conflicts between FormTiddlerPlugin and the Ketchup-form-validation when it comes to handling the submit action, though I have no clue about that. Meaning... I couldn't meaningfully get Ketchup to actually interrupt the submit action. All I saw was that the the ketchup-js code was starting to put those validation-messages in the dom/browser but then it just kept on doing the submit. Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywikidev?hl=en.
