I’l like to use link_to with POST but it uses javascript is there anyway
to avoid having to use javascript?
No. The only way to post a form without javascript is with a submit
button or an image tag.
–
James M.
Mitchell James wrote:
No. The only way to post a form without javascript is with a submit
button or an image tag.–
James M.
Doh! so wrapped up in learning rails I forget basic HTML!!!
gotta say tho this Ruby is an eye opener