emendate task ar sir -- how to pass value with hidden field
<input class="form-control numeric integer optional" type="hidden" step="1" name="feedback[customer_id]" id="feedback_customer_id" value=<%= params[:customer_id] %>>
<input class="form-control numeric integer optional" type="hidden" step="1" name="feedback[customer_id]" id="feedback_customer_id" value=<%= params[:customer_id] %>>
Comments
Post a Comment