Empty form after wrong code

Retain form data after a failed captcha validation.

Overview

The form fields were being cleared when an incorrect captcha code was submitted.
Review and correct the form's validation logic to preserve the submitted data upon reload.

Answered
jf jfgiroux 25 Mar, 2015
If a wrong code is entered (Check Captcha), the form is reloaded but with empty fields. How can the form be reloaded with the initial data?
jf jfgiroux 26 Mar, 2015
Answer
Solved; the form is now reloaded with initial data. tehre were few bugs in my programming.
This topic is locked and no more replies can be posted.