This question about Using an extension: Answered

Form validation doesn't work

I'm trying to use the foswiki FormPlugin with partial success:

My first very simple form never executes the action; instead it always bounces back to the topic containing the form without giving any error.

The same form works properly (i.e.: gets to the action) if I set validate="off", but in this case I miss the validation. Moreover I have not the macro URLPARAM defined in the target topic.

I have a test form showing the problem here:

http://aowiki.arcetri.astro.it/Public/MyFormTest

-- LucaFini - 08 Feb 2013

I believe the problem is simply that you left out the validate attribute in the %STARTFORM{}% tag. Note that it defaults to "off" so you'd need to include validate="on".

-- LynnwoodBrown - 17 Apr 2013

 

QuestionForm edit

Subject Using an extension
Extension FormPlugin
Version Foswiki 1.1.5
Status Answered
Related Topics
Topic revision: r3 - 09 Sep 2015, MichaelDaum
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy