Results 1 to 2 of 2

Thread: Error in Conditional form module

  1. #1

    Default Error in Conditional form module

    DOn't know how to contact the creator of the module.
    You should add following code to the conditional form module:

    Code:
    protected function validator($varInput)
    	{
    	
    		if ($this->conditionType=="stop")
    		{
    			$this->mandatory = false;
    			$this->blnSubmitInput = false;
    		}
    
    		return parent::validator($varInput);
    	}
    This is because when selecting to store the form data in the database, it is trying to add also the stop field in the database, which results in a query error.

  2. #2

    Default Re: Error in Conditional form module

    Module owner has been contacted. He will include it in the next release.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •