Submitted by D2ev on Thu, 02/02/2012 - 18:52
My requirement is show a ajax enabled block above node add form. When an content is added of that type is should list those type of content. For showing a list i am using a views block by creating view which need to present just at the top of the form.
I am using Drupal form alter to to insert the views block. For this i am creating a "fieldset" and adding a "markup" to the form. i need to enable ajax for submit handler of my form.