By shaheer912 on
I am using drupal 7, i am embedding a node add form using the solution provided here: Drupal 7 - How to display node/add/sometype form on another page? (using node_add('content_type') )
The form displays fine, but there is one problem, the "add another item" button does not work fine, i can see the ajax request being sent but it wont return anything and there is no error, i am banging me head over this for past 2 hours now, but cant find a solution about it.
Any help would be appriciated.
drupal-7
Comments
Add this to your module:
Add this to your module:
Found the solution here:
http://drupal.stackexchange.com/questions/3364/embed-a-node-add-form-in-...