The aim is to show a form which will update the div on the page with the result
- load this [page]
- click the linkto show the form
- submit the form
When submitting, the result does not show in the div if the form had been hidden.
after adding the code suggested in the below answers, I show the form, it gets submitted, but the data is not appearing in the div I give the ajaxForm as target
[Here] is the same form that does show the result in the div
Thanks