then please post the code and the error in more detail
nobody can know, what’s in your controller and what you call
this
$(‘form_id’).action=’#{article_images_path(article)}’
is only an example, you must replace article_images_path
with an url that points to your controller/action
as you would use it eg in a link_to
then please post the code and the error in more detail
nobody can know, what’s in your controller and what you call
this
$(‘form_id’).action=’#{article_images_path(article)}’
is only an example, you must replace article_images_path
with an url that points to your controller/action
as you would use it eg in a link_to
actually the eruby function start_form_tag is a deprecate from form_tag
the format is
“form_tag(url_for_options = {}, options = {}, *parameters_for_url,
&block)”
how should i write id name in <%start_form_tag %>
then please post the code and the error in more detail
nobody can know, what’s in your controller and what you call
this
$(‘form_id’).action=’#{article_images_path(article)}’
is only an example, you must replace article_images_path
with an url that points to your controller/action
as you would use it eg in a link_to
thank you for reply
actually i don’t know html very well
i want to make a form ,which should have 2 submit tag
if i click save then it should got to(with all params values)
action save
if i click update then it should got to(with all params values)
action update