Posted by adibNeil on November 1, 2009 at 5:44pm
Jump to:
| Project: | DraggableViews |
| Version: | 6.x-3.3-beta2 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hi,
I use draggable table style in my view and I use draggableviews-view-draggabletable--myview.tpl.php to theme my view adding a form action like
...
the problem is that the action does not work (i stay in the same place). However the same work well if I change the style of the view to "Table".
Any ideas ?
Thanks.
Comments
#1
sorry, here is the action:
<form action="<?php echo "/admin/user/user/create"; ?>" accept-charset="UTF-8" method="POST">#2
forms cannot be nested.