views:

33

answers:

1

So I am trying to make a custom in place editor in mootools and I want to use a form. Whenever I do try to create a form it just creates <form class="inplaceeditor-form" method="post" action="#"/> How can I make it a form where I can inject other elements?

+1  A: 
iangraham