Render partial inside Insertion.bottom

Hi everyone,

I am trying to get a Partial to render inside an Insertion.Bottom call
so I can have a new row of content rendered at the bottom of a table
once a form is submitted.

Below is the code I have written to try and get this to work but I’m not
having any luck with to so far:

<%= form_remote_tag (:complete => “new Insertion.Bottom(‘tableID’,
render(:partial => ‘product_size_row’))”,
:url => {:action => ‘create’}) %>
<%= render :partial => ‘formName’ %>
<%= submit_tag “Save”, :class => “submit” %>
<%= end_form_tag %>

I noticed that a similar question was raised here:
Newbie Syntax Question: Insertion Bottom with link_to and re - Rails - Ruby-Forum but go no response.

Any help appreciated.

Thanks
-Harvs-